wyrd_fish
Fledgling Freddie
- Joined
- Dec 27, 2003
- Messages
- 537
Same with Firebird, as one may expect It's great that you're using CSS, though, wyrd_fish, well done It's just that sometimes when CSS is used without standards compliant markup (or at least markup with a <!DOCTYPE>) there can be some unexpected results, which is a shame. IE is very capable of adapting to this, rightly or wrongly, whereas Mozilla-based browsers are less willing to compromise.tRoG said:I have saved an attachment showing what it looks like on WinXP/Moz1.4
I'm guessing it ain't good.
body {background-color: #D4E6EA; background-image: url(../img/logoblue.gif); background-repeat: no-repeat; margin-left: 250px; margin-right: 0px; margin-top: 7px; margin-bottom: 7px;}
#links {float:left; width: 100%; background-color: #9EC6CF; padding: 3px; border-left: 1px solid #000000; }
#main {float:left; width: 100%; background-color: #9EC6CF; padding: 3px; border-left: 1px solid #000000; }
#smallprint {float:left; width: 100%; background-color: #9EC6CF; padding: 3px; border-left: 1px solid #000000; }
#spacer {clear:both; height: 7px; width: 100%; font-size: 1pt; padding: 0px;}
#quater {width: 24%; text-align: center; float: left; }
#half {width: 49%; float: left; font-family: arial; font-size: 8pt; }
#half2 {width: 49%; float: left; font-family: arial; font-size: 8pt; text-align: right; }
.title {font-family: arial; font-size: 12pt;}
.main {font-family: arial; font-size: 10pt;}
.main_inset {font-family: arial; font-size: 10pt; text-indent: 15px;}
.med {font-family: arial; font-size: 8pt;}
a:link {text-decoration: underline; font-family: arial; color: #000000;}
a:visited {text-decoration: underline; font-family: arial; color: #000000;}
a:active {text-decoration: underline; font-family: arial; color: #000000;}
a:hover {text-decoration: none; font-family: arial; color: #000000;}
<parent>
<child></child>
</parent>
<parent>
</parent>
<parent>
<child></child>
</parent>
No problem I've only tested it on the machine I'm on (IE and Firebird, Windows XP) but it seems to work.wyrd_fish said:thanks jonty i'll try that