I am working on a small business website where I decided to try to push the visual style, but it requires some basic interactive elements. I though I understood constructing basic javascript relationships through dreamweaver and linking to external script pages, but I seem to be running into a bug.
The navigation functions seem to be running well in Opera, IE and safari, but in firefox the sub navigation button for "company" under "about" should redirect to the company's main page...It doesn't do this in firefox and the rollover function doesn't work either.
Also the thumbnail viewer works fine in all browsers except for firefox. In firefox the last thumbnail will not show up when rolled over. The code is identical for all images except for the files they are linked to, So i don't understand why some would work and some wouldn't, and again only in Firefox.
Any help in this area would be fantastic and much appreciated. I still have a lot to learn...
hi, making the footer absolute solves the first issue
#footer {
/*position:relative;
padding-top: 650px;
padding-bottom: 30px;
width: 200px;
float:right;*/
One of these things is not like the others; one of these things just isn't the same. *begs pardon from Sesame Street*
The last td is missing the a href="blah" that the others have.
Don't have an answer for the second question, yet. However, Safari 3.1 does not "reset" the images after the first mouseover here, like it does in IE 7.
*EDIT* Maybe you were working on the thumbnails earlier because now Safari is showing them again, but it is suffering from the same problem as FF.
Last edited by tomws; 03-28-2008 at 09:52 PM..
Reason: new info
Check the block and code associated with the Order section. FF2 works until that section is opened. Even then, it's still allocating space on the page as can be seen by the resizing scroll bar. Maybe a z-index issue, or perhaps they're coming coming back in with visibility:hidden.