Posted by Joker7 on 06/15/05 19:11
I know this is of topic but..have also posted at alt.html if you know of a
better place to post do tell.
http://myweb.tiscali.co.uk/01702/testsite/
The above shows ok in Ie6 but in firefox and ie5 the sixe is of!
I think its someware in the div size but Im lost now any pointer most
welcome.
Cheers
Chris
DIV.header1 {
background: url(images/orang.jpg) top left no-repeat fixed #ad3c04;
margin: 1em 1em 1em 1em;
padding: 0;
border: 1px solid #800;
width: 62em;
}
DIV.header2 {
background: url(images/crimson.jpg) top left no-repeat fixed #aa012c;
margin: 1em;
padding: 1em;
border: 1px solid #800;
width: 58em;
height: 90px;
}
DIV.wrapper1 {
background: url(images/orang.jpg) top left no-repeat fixed #ad3c04;
margin: 1em 1em 1em 1em;
padding: 0;
border: 1px solid #800;
width: 62em;
clear: both;
}
DIV.wrapper2 {
background: url(images/crimson.jpg) top left no-repeat fixed #aa012c;
margin: 1em;
padding: 1em;
border: 1px solid #800;
width: 58em;
height:auto;
min-height: 40em;}
div.content{
width: 33em;
margin-left:8.50em;
height:auto;
}
ul.nav{
color: #fd9;
float: left; clear: left;
margin: 0em 1em 0em 0em;
line-height: 1em;
font-size:12px;
list-style-type:circle;
padding-left: 1.50em;
}
ul.norm{
color: #fd9;
margin: 0em 1em 0em 1em;
line-height: 1em;
font-size:12px;
list-style-type:circle;
padding-left: 1.50em;
}
p.adds{
float:right; clear:right;
margin: 0;
[Back to original message]
|