background colour only appears - help

P

philly7

The website appears to work properly in Frontpage but the preview won't
display anything but the background colour. When published live it also
shows nothing, could someone please take a look at it and let me know where
I've gone wrong. The testing site is www.wightman.ca/~jeffandkim/

Thanks
 
S

Stefan B Rusynko

Start by trying a page w/ the hidden divs
- try changing overflow: hidden; to visibility:hidden in them

Then move the scripts for the 3 functions from the BODY section into the HEAD section of your pages
And wrap the 1st image tag (logo) in a html block level container tag (p, div, table , etc)

PS
No one will see your custom font CircleD, apply an alternate std font




| The website appears to work properly in Frontpage but the preview won't
| display anything but the background colour. When published live it also
| shows nothing, could someone please take a look at it and let me know where
| I've gone wrong. The testing site is www.wightman.ca/~jeffandkim/
|
| Thanks
 
P

philly7

Thanks,

I made the changes and was able to have the logo and graphic appear on the
site, I've now changed the divs back to being visible and now the mouse over
function won't work, any other ideas?
 
Top