IE to Mozilla troubles! Ugh!
Date: 12/02/05
(WebDesign) Keywords: css, html
I'm having a bit of a tiff with Firefox.
The site I'm working on (http://later.toastninja.net/test.html in its very, as you can see, early stage) looks fine so far in IE, but when I look at it in Firefox the content's DIV is wider than it should be and the border doesn't show up. The DIV is classed to a section on the main CSS (css.css), which has in it:
.box
{ border: 1 solid #000000;
background: #FFFFFF;
position:absolute;
left:100px;
top:220px;
width:600px;
padding:3px;
overflow: visible;
font-family: verdana;
font-size: 12px;
color: #000000; }
The bolded parts are what's causing me trouble. Anybody?
Rock on. ♥
Source: http://www.livejournal.com/community/webdesign/1024623.html