Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
IE 6 wont show png logo in ap div
Old 12-07-2008, 11:03 PM IE 6 wont show png logo in ap div
Experienced Talker

Posts: 34
Trades: 0
I had fixed the IE png bug with unitpngfix.js but when I subsequently placed a logo in the design in an AP div, the logo wont display.


http://s205480013.onlinehome.us/KM_Test/NEW.html


any tips?
BobMane is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-08-2008, 10:48 AM Re: IE 6 wont show png logo in ap div
Skilled Talker

Posts: 65
Name: hector
Trades: 0
I have had similar issues with png's & IE6, so i stick with gifs & jpgs for that reason, but its nearly 2009, I say we stop supporting IE 6.

Its like playing an PS3 game on the PS1, move on people....!!!
Of course PS have better advertising that IE7/8 on TV.
Most people are not aware of browser updates.
hector is offline
Reply With Quote
View Public Profile
 
Old 12-08-2008, 02:28 PM Re: IE 6 wont show png logo in ap div
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Easy fix - get rid of the position:relative on #logo. It has NOTHING to do with the fact that it's a transparent PNG.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 12-08-2008, 11:34 PM Re: IE 6 wont show png logo in ap div
Experienced Talker

Posts: 34
Trades: 0
Am I missing something?


#wrapper has "relative"

#logo has "absolute"


I have 2 versions and both are mangled in IE 6

1 with no AP Div

http://s205480013.onlinehome.us/KM_Test/NEW_no_ap.html

and one with AP Div

http://s205480013.onlinehome.us/KM_Test/NEW.html

Last edited by BobMane; 12-09-2008 at 02:16 AM..
BobMane is offline
Reply With Quote
View Public Profile
 
Old 12-09-2008, 02:26 PM Re: IE 6 wont show png logo in ap div
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
There's no reason at all to have that absolutely positioned. Just use margins and/or padding to push the logo around inside the masthead div.

In your CSS3 file you have this (no ap version):

Quote:
#logo {
z-index: 10;
padding: 4px 2px 2px 7px;

}
Z-index is useless on non-positioned elements.

Then you have this:

Quote:
#mast {
width: 860px;
background-image: url(../images/Master/mast.png);
height: 122px;
margin-top: 20px;
z-index: 10;
}
Again, no point in the z-index there.

I'm seeing the logo though in IE6 and it's not out of place.

On the AP version, you have this:
Quote:
#logo {
left: 8px;
top: 30px;
z-index: 10;
position: absolute;

}
Just get rid of the positioning and the z-index, it's not needed at all.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 12-09-2008, 05:43 PM Re: IE 6 wont show png logo in ap div
Experienced Talker

Posts: 34
Trades: 0
what about the red x issue in ie 6?

Solution

the 1x1 transparent gif was not being found by the script


that was it....i had the trans png in a different spot than what was specified in the java script.

Last edited by BobMane; 12-09-2008 at 06:03 PM..
BobMane is offline
Reply With Quote
View Public Profile
 
Old 12-09-2008, 08:05 PM Re: IE 6 wont show png logo in ap div
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
It's always the little things that getcha!
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 12-09-2008, 11:31 PM Re: IE 6 wont show png logo in ap div
Experienced Talker

Posts: 34
Trades: 0
no doubt, thanks for the help!
BobMane is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to IE 6 wont show png logo in ap div
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.41223 seconds with 12 queries