Hi simple problem really.
I have a search box function and in all browsers the button sit a little low so I have added 5px at bottom. However with IE it then 5px too high. so i have seen and tried the following. <![if !IE]>bottom:5px;<![endif]>
This obviously isnt working. I am trying/wanting to do this in “in-line CSS”
Is this possible?
If you don’t want to run an IE stylesheet then you can use conditional comments in your
<head>tag to add styles.I’d run an IE stylesheet myself but if you don’t want to then you can do it this way.
Have a read up on conditional comments – http://css-tricks.com/how-to-create-an-ie-only-stylesheet/