Page is a not externally linkable
- Code, Content, and Presentation
-- HTML
---- Extra wide page only in IE7


milosevic - 1:11 pm on Nov 5, 2010 (gmt 0)


guod, why don't you use a conditional comment:

Stick this in your source code

<!--[if IE7]>
<style type="text/css">

ElementBrokeinIE7 {
width:200px
}

</style>
<![endif]-->

It looks like you've got the width of that menu set with inline style though, so bear in mind that the inline style may override the conditional comment


Thread source:: http://www.webmasterworld.com/html/4226714.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com