IE problems

peresz / 2010-10-31 16:30:41   

My menu bar doest show up in IE, while works in FF. I added a transparency filter to ei.css but it doest seem to work. How would i go about adding a transparent gif for the EI users instead?
site here

peresz / 2010-11-02 03:59:14   

anyone?

blameme / 2010-11-02 09:21:17   

Hey Perez, you coulda just bumped you other thread instead of reposting,if you check your source code you´ll see the IE stylesheet is only targeting IE 6:

  1. < !--[if lte IE 6]>
  2. < link rel='stylesheet' href='http://seredyak.co.cc/ndxz-studio/site/sample/ie.css' type='text/css' />
  3. < ![endif]-->

So you can either:
a) add IE filters to the main stylesheet
b) Change the Conditional comment to Target more IE versions Examples Here
c) Add a .png as a Background-Image just google ".png background-image" or something to find out more.

arsondpi / 2010-11-02 09:26:02   

...but didn't you post this again?
Please read the forum rules...

This thread has been closed, thank you.