sterlingcooper
08-19-2010, 10:43 AM
Hi,
So I'm almost done with this site, seems the only problem I have is Firefox for mac refuses to show this watermelon image at the bottom left-hand corner. It shows up in Safari and Opera for Mac.
Actually it does show up in Firefox, at the bottom you can see a faint trace of the yellow "Coming Soon" text trying to show itself. So I guess something on the page is pushing it off the screen but I can't figure it out.
here's the link and relevant code:
link (http://ryanjcampbell.com/marksmarket/)
<div id="comingsoon"><a href="juice.html"><img src="images/comingsoonspacer.png" alt= "juice bar" /></a></div>
#comingsoon a:link {
position:absolute;
left: 40px;
top: 650px;
width:267px;
height:153px;
background-image: url(images/comingsoon.png);
background-repeat: no-repeat;
}
#comingsoon a:active {
background-image: url(images/comingsoonlite.png);
}
#comingsoon a:visited{
background-image: url(images/comingsoon.png);
}
#comingsoon a:hover{
background-image: url(images/comingsoonlite.png);
}
Thanks for any help!
So I'm almost done with this site, seems the only problem I have is Firefox for mac refuses to show this watermelon image at the bottom left-hand corner. It shows up in Safari and Opera for Mac.
Actually it does show up in Firefox, at the bottom you can see a faint trace of the yellow "Coming Soon" text trying to show itself. So I guess something on the page is pushing it off the screen but I can't figure it out.
here's the link and relevant code:
link (http://ryanjcampbell.com/marksmarket/)
<div id="comingsoon"><a href="juice.html"><img src="images/comingsoonspacer.png" alt= "juice bar" /></a></div>
#comingsoon a:link {
position:absolute;
left: 40px;
top: 650px;
width:267px;
height:153px;
background-image: url(images/comingsoon.png);
background-repeat: no-repeat;
}
#comingsoon a:active {
background-image: url(images/comingsoonlite.png);
}
#comingsoon a:visited{
background-image: url(images/comingsoon.png);
}
#comingsoon a:hover{
background-image: url(images/comingsoonlite.png);
}
Thanks for any help!