Forum Moderators: not2easy
border: 1px solid black;
as opposed to:
border-width: 1px;
border-style: solid;
border-color: black;
I have always tended to use the full version of this as I've found (especially Opera) doesn't like the shortened version..is this another "Only IE Likes it" thing?
Suzy
you know what, I was using it without the px..IE recognised it but no-one else as soon as I put in the px it was OK again..
At least asking the question and getting your answers made me look again..now how much code bloat can I get rid of...:)
Thanks
Suzy
<added> just checked and that's the code that FrontPage gives you (without the px), no wonder .....do you suppose this is the last of my bad habits learnt from that (nice polite word) ....no neither do I ;)</added>