background colour only appears - help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
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?
 
before you go too much farther..you may want to consider designing your web to display correctly at 800 px resolution. You images are too big (logo and the other wavy thing).


| 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?
|
| "Stefan B Rusynko" wrote:
|
| > 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
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | 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
| >
| >
| >
 
Back
Top