View Single Post
  #4 (permalink)  
Old Apr 17th, 2008, 13:44
dab42pat dab42pat is offline
SuperMember

SuperMember
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS bugs in IE 6 and 7

Hi

You havent put your images in <divs> at the bottom of your code.

Ive done border right and border left in the code below.

Hopefully that might cure it in ie6 and 7.

HTML: Select all
<div id="body_left_border"><img src="http://www.webforumz.com/images/left.gif" alt="" id="body_left_border" /></div><div id="body_right_border"><img src="http://www.webforumz.com/images/right.gif" alt="" id="body_right_border" /></div><div id="body_whiteout">&nbsp;</div><img src="http://www.webforumz.com/images/bottom.gif" alt="" id="body_bottom_border" /><img src="http://www.webforumz.com/images/bottom_right.gif" alt="" id="body_bottom_right_corner" /><img src="http://www.webforumz.com/images/bottom_left.gif" alt="" id="body_bottom_left_corner" /><img src="http://www.webforumz.com/images/home_selected.gif" alt="Home" id="body_tab" /></div>
Cheers

Pat

This seems to cure ie7 but not 6

Last edited by dab42pat; Apr 17th, 2008 at 14:33.
Reply With Quote