[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 08-20-2008, 08:24 AM   #1 (permalink)
Marketing Machine
 
jimb0t's Avatar
 
Join Date: Mar 2006
Location: Virginia Beach, Virginia
Posts: 103
1.60 NP$ (Donate)

jimb0t will become famous soon enoughjimb0t will become famous soon enough

Animal Rescue Save a Life
CSS Help, IE7 Issue

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.


__________________
Free Lifetime Featured Link on SEO Friendly DDSX.com for every domain name purchased from BestDomainsWeb.com. Domains as low as $1.99!
jimb0t is offline  
Old 08-20-2008, 09:01 AM   #2 (permalink)
Senior Member
 
nasaboy007's Avatar
 
Join Date: Jul 2005
Location: NJ
Posts: 1,112
1,454.30 NP$ (Donate)

nasaboy007 has much to be proud ofnasaboy007 has much to be proud ofnasaboy007 has much to be proud ofnasaboy007 has much to be proud ofnasaboy007 has much to be proud ofnasaboy007 has much to be proud ofnasaboy007 has much to be proud ofnasaboy007 has much to be proud of


IE doesnt work with CSS2 opacity, try using filter: alpha(opacity=50);

in low-opacity class.
nasaboy007 is offline  
Old 08-20-2008, 10:24 AM   #3 (permalink)
Marketing Machine
 
jimb0t's Avatar
 
Join Date: Mar 2006
Location: Virginia Beach, Virginia
Posts: 103
1.60 NP$ (Donate)

jimb0t will become famous soon enoughjimb0t will become famous soon enough

Animal Rescue Save a Life
Quote:
Originally Posted by nasaboy007
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.
__________________
Free Lifetime Featured Link on SEO Friendly DDSX.com for every domain name purchased from BestDomainsWeb.com. Domains as low as $1.99!
jimb0t is offline  
Old 08-24-2008, 12:51 AM   #4 (permalink)
NamePros Member
 
Join Date: Jun 2007
Location: www.egraphics-design.com
Posts: 25
0.00 NP$ (Donate)

hanjie00171 is an unknown quantity at this point


i can do it for you ,
please contact me via msn( hanjie00171@hotmail.com)
hanjie00171 is offline  
Old 08-24-2008, 02:58 AM   #5 (permalink)
NamePros Member
 
Join Date: Mar 2008
Posts: 119
10.00 NP$ (Donate)

gaucho1976 has a spectacular aura aboutgaucho1976 has a spectacular aura about


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
gaucho1976 is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 04:19 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85