-
AuthorPosts
-
July 7, 2008 at 1:46 am #130522
Hi everyone hope i can get some help here,
My logo appears fine in internet explorer 7 and various firefox versions but will not show up in internet explorer 6 and 5.5
here is my website http://www.pixelms.com
here is the code in the css i modified
h1.logo a {
width: 675px;
display: block;
background: url(/images/pixel2.png) no-repeat;
position: absolute;
height: 160px;
bottom: 5px;
left: 10px;
}
Please help!!
Thanks
KeithP.S. i’m a very amateur webdesigner
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 7, 2008 at 9:18 am #258297Hi Keithejr !
You open template.css file in templates/ja_dravity/css folder , find following code section at about line 1435 :
h1.logo a {
background:transparent url(/images/pixel2.png) no-repeat scroll 0% 0%;
bottom:5px;
display:block;
height:160px;
left:10px;
position:absolute;
width:675px;
}
change to :
h1.logo a {
background:transparent url(/images/pixel2.png) no-repeat scroll 0% 0%;
bottom:5px;
display:block;
height:160px;
left:10px;
position:absolute;
width:675px;
background-position:top left;
}
July 7, 2008 at 11:25 pm #258458Hi, i made the recommended changes exactly as recommended but the logo still does not show up in IE 5.5 or 6.
Any other suggestions, ideas or theories?? Obviously the logo is just about the most important part of my site so this is kind of a big deal 😀
what else can i try
thanks!!!
KeithJuly 9, 2008 at 11:48 pm #258863please guys!! tell me what code you need me to post here to aid in solving this. Should i just start with a fresh template?
thanks!
keithSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 11, 2008 at 2:05 am #259119Hi Keithejr !
I couldn’t access with FTP acc , which you send to me. Please check again .July 14, 2008 at 9:43 pm #259747Could this be an issue with using a transparent png file? Does IE 6 and 5.5 read .png files differently or something? If i made it into a .gif i wonder if that would be smoother. I also need to make sure the swirly things on the top of the page are on top of my logo. Right now my logo is smothering them.
bigrk Friendbigrk
- Join date:
- February 2007
- Posts:
- 1425
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 39
- Thanked:
- 45 times in 15 posts
July 15, 2008 at 1:23 am #259767Just make your logo a jpeg and change the reference in the CSS:
background: url(/images/pixel2.jpeg) no-repeat
To get the swirly things back change the height until it clears your logo:
height: 160px; Just make the number greater than 160
July 15, 2008 at 3:07 am #259784How can i make a trasnparent jpeg or at least something close to it that has the same quality? If i could make one that would be easy but i’m learning maybe there are ways to trick ie 5.5 and 6??? Any Tricks out there?
bigrk Friendbigrk
- Join date:
- February 2007
- Posts:
- 1425
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 39
- Thanked:
- 45 times in 15 posts
July 15, 2008 at 4:28 am #259794Your logo is not transparent and you can see the shape of it plus it’s the reason you can’t see the background that you want to see. From my viewpoint name the picture as what it is so all browsers can see it and extend the height of the background so you can see the curly stuff. Otherwise make your logo smaller to see the background but your current logo will never be transparent.
My two cents. Give it a try. 🙂
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
-
AuthorPosts
This topic contains 12 replies, has 3 voices, and was last updated by keithejr 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum