Thread: Slight Update
View Single Post
  #4 (permalink)  
Old 25-09-2007, 06:04 PM
PR Design's Avatar
PR Design PR Design is online now
CSS Wizardry
 
Join Date: May 2007
Location: Yorkshire, England
Gender: Male
Posts: 5,980
Default

I want to keep the Slimbox if I can, but to stop it messing up IE is there such thing as conditional JS. Like with css you can put
Code:
<!--[if IE]>
<style>
...
</style>
<![endif]-->
Reply With Quote