Some elements not working in firefox
Posted: 08 June 2009 01:07 PM   [ Ignore ]
Newbie
Rank
Total Posts:  2
Joined  2009-06-08

Hi all,

Thanks for viewing.

I have a CSS file which works in IE but the tables are not showing in Firefox.

I dont know what I have wrong.

Cheers

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* name 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
bodytdthp {
text
-decorationnone;
    
font-familyVerdanaArialHelveticasans-serif;
    
font-size11px;
    
color#666666;
}

a
:link {
text
-decorationnone;
    
color#666666;
}
a
:visited {
text
-decorationnone;
    
color#333333;
}
a
:hover {
    background
:default color;
}
a
:active {
text
-decorationnone;
    
background#FFFFFF;
    
color#666666;
}

hr{
    color
#666666;
    
height1px;
    
width90%;
}

h1 {
    color
#666666;
    
margin0px;
    
border-bottom1px solid #666666;
    
font-size14px;
}

h2 {
    font
-familyArialHelveticasans-serif;
    
font-size18px;
    
font-weightbold;
    
color#666666;
}

/*Form Elements*/
form {
    margin
0px;
}

input
selecttextarea {
    font
-familyVerdana,Arial,Helvetica,sans-serif;
    
font-size10px;
    
color#666666;
}

input {
    background
#FFFFFF;
    
border1px solid #CCCCCC;
}


select
textarea {
    background
#FFFFFF;
    
border1px solid #003366;
    
font-familyArial,Helvetica,sans-serif;
    
font-size11px;
}

table {
    font
-familyVerdana,Arial,Helvetica,sans-serif;

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* name 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to name 2.
You may use the CSS above, or remove it and attach
your own CSS file in addition to name.css
*/

.smallprint {
    font
11px;
}

.pagingLinks {
text
-decorationnone;
    
text-aligncenter;
}

.errorMessage {
    color
#993333;
    
font-weightbold;
}
/*Form Styles*/
input.formCheckbox {
    background
transparent;
    
border-top-stylesolid;
    
border-right-stylesolid;
    
border-bottom-stylesolid;
    
border-left-stylesolid;
}

input
.formButton {
    background
#CDE719;
    
border-bottom1px solid #F5F5F5;
    
border-left1px solid #F5F5F5;
    
border-right1px solid #F5F5F5;
    
border-top1px solid #F5F5F5;
    
color#FFFFFF;
    
font-weightbold;
    
margin3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularDatatable.tabularData tdtable.tabularData th {
    border
1px solid #FFFFFF;
    
border-collapsecollapse;
}
table
.tabularData tdtable.tabularData th{
    padding
3px;
}
table
.tabularData thtable.tabularData th a:linktable.tabularData th a:visitedtable.tabularData th a:hovertable.tabularData th a:active  {
    color
#999999;
    
background-color#CDE719;
}
/* altrowEven & altrowOdd are used to style alternating table rows. */
.altrowEven {
    background
-color#FAFAFA;
}

.altrowOdd{
    background
-color#F5FAF5;
Profile
 
 
Posted: 19 October 2009 03:22 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  16
Joined  2009-10-11

there is nothin unusual i can configure from this code. :(

Profile
 
 
Posted: 03 May 2010 10:58 PM   [ Ignore ]   [ # 2 ]
Sr. Member
RankRankRankRank
Total Posts:  139
Joined  2010-04-23

Your questions needs more clarification. In this CSS the table CSS style does not have a closing ‘}’.
____________________
sudoku - social - puppies

Profile
 
 
Posted: 04 May 2010 09:23 AM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  4
Joined  2010-05-04

Nothing is there to configure . There are usual codes

Profile
 
 
Posted: 04 May 2010 09:24 AM   [ Ignore ]   [ # 4 ]
Newbie
Rank
Total Posts:  4
Joined  2010-05-04

Nothing is there to do with this. All are usaul
__________________________
export sourcing firm
womens western jeans

Profile
 
 
Posted: 03 October 2010 06:42 PM   [ Ignore ]   [ # 5 ]
Newbie
Rank
Total Posts:  5
Joined  2010-10-03

Yes add closing “}”
Also there will be to you a happiness!)

Profile
 
 
Posted: 09 November 2010 01:21 PM   [ Ignore ]   [ # 6 ]
Newbie
Rank
Total Posts:  12
Joined  2010-09-28

I would suggest your problem is within this body of code:

table {
  font-family: Verdana,Arial,Helvetica,sans-serif;

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* name 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to name 2.
You may use the CSS above, or remove it and attach
your own CSS file in addition to name.css
*/

You appear to have missed the closing }

Let us know if that fixed it for you.



iPhone 4 Cases | iPad Case

Profile
 
 
Posted: 10 November 2010 09:16 PM   [ Ignore ]   [ # 7 ]
Jr. Member
RankRank
Total Posts:  39
Joined  2010-10-06

Firefox has not registed this and there is still a little white space between the pictures.

Profile