View Single Post
Old 08-13-2007, 12:37 AM   #2 (permalink)
brandrocker
Inactive
 
Join Date: 08-11-07
Location: India
Posts: 75
iTrader: 0 / 0%
Latest Blog:
UNINSTALLED

brandrocker is liked by many
Add a different stylesheet for IE.
Add this small code with appropriate stylesheet url in you web pages.

Code:
<script language="javascript" type="text/javascript"> <!--[if IE]> if(screen.width>800) {document.write('<link rel="stylesheet" type="text/css" href="other.css" />'); } else {document.write('<link rel="stylesheet" type="text/css" href="800.css" />'); } <![endif]--> </script>
Play with the width property of the different div layers to fit it accurately.
Hope this helps.
brandrocker is offline   Reply With Quote