Forum Moderators: not2easy

Message Too Old, No Replies

Fine in IE7 but not FF

         

nshack31

7:51 pm on Feb 7, 2008 (gmt 0)

10+ Year Member



i have a thick left hand border that does not show in firefox, the css is...


#container{
margin: 0 auto;
background-color:#ffffff;
width:465px;
border-left:335px solid #8FADB4;
border-right:1px solid #8FADB4;
border-top:1px solid #8FADB4;
border-bottom:1px solid #8FADB4;
background: url('images/br_logo.jpg') no-repeat bottom right;

}

does anybody know why the left border does not show?

thanks

nshack31

9:26 pm on Feb 7, 2008 (gmt 0)

10+ Year Member



sorted, had to use a <br style="clear:both" /> in my code