PDA

View Full Version : Clickable Area but No Banner!


Steve Knight Photo
Dec-06-2007, 04:50 PM
Hello All SmugMug CSS Gurus!

I know that I am missing something basic, but I think that I have been staring at the computer screen too long and can't see where I goofed. I have created a clickable header to refer to my homepage, but can't view my banner that should be there. Any help is greatly appreciated!

Thanks.

Steve
www.steveknightphoto.com (http://www.steveknightphoto.com)

Allen
Dec-06-2007, 05:20 PM
Hello All SmugMug CSS Gurus!

I know that I am missing something basic, but I think that I have been staring at the computer screen too long and can't see where I goofed. I have created a clickable header to refer to my homepage, but can't view my banner that should be there. Any help is greatly appreciated!

Thanks.

Steve
www.steveknightphoto.com (http://www.steveknightphoto.com)
See if removing the red / helps. Must be viewing in IE.

_filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader (enabled=true, sizingmethod=image, src='/http://steveknight.smugmug.com/photos/229189672-O.png');

Steve Knight Photo
Dec-06-2007, 05:24 PM
Thanks Allen, my banner is now viewable but doesn't link to the homepage.

Steve

Steve Knight Photo
Dec-07-2007, 02:39 PM
Am I using the right code in my header?

<div id="my_banner">
<a href="http://steveknight.smugmug.com">
<img src="/img/spacer.gif" height="135" width="750" border="0" alt="">
</a></div>

Steve

www.steveknightphoto.com (http://www.steveknightphoto.com)

Allen
Dec-07-2007, 02:56 PM
Am I using the right code in my header?

<div id="my_banner">
<a href="http://steveknight.smugmug.com">
<img src="/img/spacer.gif" height="135" width="750" border="0" alt="">
</a></div>

Steve

www.steveknightphoto.com (http://www.steveknightphoto.com)
It links to your homepage for me?:scratch

Steve Knight Photo
Dec-07-2007, 05:06 PM
Hi Al,

I am viewing in IE6 and I am still unable to click the banner.
:confused

Steve
www.steveknightphoto.com (http://www.steveknightphoto.com)

Allen
Dec-07-2007, 05:24 PM
Hi Al,

I am viewing in IE6 and I am still unable to click the banner.
:confused

Steve
www.steveknightphoto.com (http://www.steveknightphoto.com)
It's funny, can remove the 2 bold lines and it seems works, duh!:D

#my_banner {
width: 750px;
height: 135px;
margin: 0 auto;
background: url(http://steveknight.smugmug.com/photos/229189672-O.png) no-repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader (enabled=true, sizingmethod=image, src='http://steveknight.smugmug.com/photos/229189672-O.png');
}

Steve Knight Photo
Dec-07-2007, 05:33 PM
Al,

You got it!!:D It works like a charm. Thank you very much!

Steve

www.steveknightphoto.com (http://www.steveknightphoto.com)