Ok so I am working on my grandmas website. My coding skills are pretty basic as I use a combination of Dreamweaver shortcuts and hand coding.
I have worked extensively to link the shopping page to PayPal. Everything was going “smoothly” in that it all previewed well in Firefox, IE, chrome, and safari. However, once published, the shop page of the website appears very distorted in Firefox. Upon refresh, the page will display normally. All other browsers look fine. Very bizarre because it is distorted differently each time.
I realize that my code is far from valid, however I have never been lied to by the preview in browser function this bad… On top of my shotty coding, I noticed that a lot of the script that Spry and PayPal provide will not validate either…
I am using a few unorthodox techniques like css tooltips and image rollovers that i suspect Firefox doesn’t appreciate.
Here is the URL - http://maryloucorn.com/shop.htm
I thought it might have something to do with the spry tabbed panels I was using, so I deconstruction it here.
http://maryloucorn.com/tabs2.html
this is the css I’m using for the rollover effect:
#navlist{
font: 12px Tahoma, Verdana, Geneva, sans-serif;
list-style:none;
padding:0px;
margin:0px;
border:0px;
width:425px;
display: inline-block;
float:left;
height:inherit;
visibility:visible;
}
#navlist a{
display: inline-block;
margin:0px;
border:0px;
font: 12px Tahoma, Verdana, Geneva, sans-serif;
width: 425px;
background:url(images/tip.gif);
height:21px;
text-decoration:none;
padding-top:4px;
max-height:25px;
visibility:visible;
}
#navlist a:hover{
height:21px;
display: inline-block;
font: 12px Tahoma, Verdana, Geneva, sans-serif;
padding-top:4px;
max-height:25px;
width: 425px;
cursor:default;
background:url(images/tipover.png);
visibility:visible;
}
I have been tearing my hair out trying to figure this out with stuff like Fire Bug, Clearfix, and other methods on the web… I am just too much of a novice
If anyone can help me out, maybe I can hook up a free print from the website!
Thanks