Weird .css parsing on x10!

freecrm

New Member
Messages
629
Reaction score
0
Points
0
I don't know if this is me being stupid but I hve tested these files offline and it seem to work fine - yet when I ftp to x10, I don't get what I should.

I've ftp'd a test page, showing the .css and resulting styles @ http://www.freecrm.x10hosting.com/csstest.php

can ayone see waht the problem is?

I've checked the other .css affecting the menu bar - but there shouldn't be any conflict.

Heeeeelpp!
 

VPmase

New Member
Messages
914
Reaction score
1
Points
0
How are we supposed to notice the difference when there is nothing to compare it to?
 

freecrm

New Member
Messages
629
Reaction score
0
Points
0
My apologies - duh - its been a long day!

Firstly, the table at the bottom of the page should have a single pixel collapsed border.

In addition, the headings should have padding but no not appear to have any.
 

VPmase

New Member
Messages
914
Reaction score
1
Points
0
Well:
"border-width: 1;" needs to be "border-width: 1px;"
And
"padding:5;" needs to be "padding:5px;" for h1 and h2.
 

rockee

New Member
Messages
120
Reaction score
0
Points
0
If you find you may have CSS issues then you can check the validity of CSS at W3C's CSS Validation Service at this address:
http://jigsaw.w3.org/css-validator/

In your CSS is reveals 5 errors and 3 warnings plus the possible fixes.

Regards,
Rocky
 

VPmase

New Member
Messages
914
Reaction score
1
Points
0
Oh, I missed one too:

"margin-left:5;" should be "margin-left:5px;" as well.
 

freecrm

New Member
Messages
629
Reaction score
0
Points
0
Brilliant - thanks all - also found out I need to add border collapse to cells as well to get the 1px wide border.

Thanks for the .css validity checker link.
Edit:
Please close this thread.
 
Last edited:
Top