DimFish
02-09-2005, 04:19 PM
Would you know why this looks all screwy in Win/IE6 (and probably others)?:
http://www.jamesmawdsley.com/haveyoursay.html
http://www.jamesmawdsley.com/layout1.css
(Looks fine in Mac Safari.)
Here's CSS:
div.row {
clear: right;
padding-top: 5px;
}
div.row span.label {
float: left;
width: 70px;
text-align: right;
}
div.row span.formw {
float: right;
width: 400px;
text-align: left;
}
It all appears too far to the right, but if I reduce the 400px width, it comes in left abit, but in safari it moves rightwards...what's with that?
What's the best way to get it all lined up nicely?
(I got the code from the ALA tips:http://www.alistapart.com/articles/practicalcss/)
Thanks everyone
Andrew.
http://www.jamesmawdsley.com/haveyoursay.html
http://www.jamesmawdsley.com/layout1.css
(Looks fine in Mac Safari.)
Here's CSS:
div.row {
clear: right;
padding-top: 5px;
}
div.row span.label {
float: left;
width: 70px;
text-align: right;
}
div.row span.formw {
float: right;
width: 400px;
text-align: left;
}
It all appears too far to the right, but if I reduce the 400px width, it comes in left abit, but in safari it moves rightwards...what's with that?
What's the best way to get it all lined up nicely?
(I got the code from the ALA tips:http://www.alistapart.com/articles/practicalcss/)
Thanks everyone
Andrew.