Dynadot โ€” .com Registration $8.99

CSS Help, IE7 Issue

Spaceship Spaceship
Watch

jimb0t

Marketing MachineEstablished Member
Impact
3
I have a site that I am working on for a huge client but I have ran into a simple browser compatibility issue that I can't seem to solve no matter what I do.

http://www.ddsx.com/miracle/

In Firefox the site appears to be fine, that is how I want it to be in all browsers.

The problem I am having is in IE7 where the header has this obnoxious shadow under it, which does not appear in Firefox. I have tried several things but they do not appear to work. In IE6 it looks like a total joke which I will be hoping to fix in the future.

Considering the client uses IE as their main browser I need to get this fixed for them as soon as possible.

Btw the site is still under construction for the most part, so anything else that appears wrong will be fixed. I just need to know a simple CSS fix to get rid of the damn shadow under the header.

This site is running on Joomla v1.5. I am new to using Joomla, but so far I think I have done a decent job. This site is running on a custom template designed by me using the clients strict specifications.


zjvtoz.jpg
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
IE doesnt work with CSS2 opacity, try using filter: alpha(opacity=50);

in low-opacity class.
 
0
•••
nasaboy007 said:
IE doesnt work with CSS2 opacity, try using filter: alpha(opacity=50);

in low-opacity class.


We already are using that, still isn't working.
 
0
•••
0
•••
well, you're using png files, which is great, but IE isn't meant to handle png (nor CSS, nor XML, nor.............)

Anyway, just do this: download the file http://www.cssxl.com/iepngfix.zip , it has instructions in it, but just in case I'll explain it here. Simply place iepngfix.htc and blank.gif in your server (or local folder) and in your css style sheet add this

Code:
 img, div { behavior: url(iepngfix.htc) }

and that's it. problem solved

btw nice design :)

note: you can download the file from TwinHelix site but at the moment of writing this the site was down for me, so I uploaded it to my server
 
0
•••
Unstoppable Domains
Domain Recover
DomainEasy โ€” Live Options
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back