Forum Moderators: not2easy

Message Too Old, No Replies

FF borders not showing.?

         

tonynoriega

10:00 pm on Feb 1, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



this works fine in IE6 and IE7.... FF ..not so much.

#wrap{
width: 800px;
position:relative;
border-right: 1px solid #ffffff;
border-left: 1px solid #ffffff;
margin: 0 auto;
padding: 0 auto;
height:100%;
}

anyone?

i already tried:

border-width: 0px 1px 0px 1px;
border: #fff solid:

but it seemed to make a box above all the other content at the top of the page...

like the rest of my content was outside of the wrap...

again IE works great.

Xapti

2:58 am on Feb 2, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sounds like a wrapping issue then, not a border issue. Is your contents being floated? It might be good to paste all your HTML/CSS code.
If your contents are floated, you will need to add overflow:auto to your container div or add a clearing element at the end of the contents.