http://toddheymandirector.com/REEL/index_2012c.html
i was able to vertically center the site but if you resize the browser smaller it disappears off the page
same on the index page
http://toddheymandirector.com/index_2012jsh22.html
also there is a strange black box that loads in the center of the above page before the content appears
thanks for the help!
View source to see the code. No APDivs required.
http://alt-web.com/TEST/Resizable-BG.shtml
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
oh sure put that up just as i figured it out ![]()
http://toddheymandirector.com/REEL/index_2012_finass_vertical.html
nancy you rock. is the above valid..it seems to work pretty well
oh and nancy -- theres a strange sqaure thats loading in the center of the index page (these are all tests for now)
http://toddheymandirector.com/index_2012jsh22.html
do you know what causes that? something to do with the jquery slideshow maybe?
and finally ..im trying to get the background to fade to grey and the header (mast and nav bar) and footer (share and like buttons) to appear to slide into the position of the link page (HIT REEL) on any click using jquery or even spry -- any ideas?
and ill take this chance to thank you for all the help over the past few years.. i learned jquery and a lot of css because of you!!
best
Todd
You've got some code errors. Not sure what's causing the box to appear on page load. Fix these problems first.
On lines 163 and 170 you have 2 #wrapper divisions with conflicting CSS styles. Remove one or combine them.
On lines 425 and 429 you have 2 <body> tags. Only one <body> tag is allowed per document.
Not sure which jQuery transitions you're going for.
I did this basic jQuery demo a while back (the function code is near the bottom of the page):
http://alt-web.com/DEMOS/jQuery-slide-n-fadeIn-demo.shtml
Hope this helps,
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
reelhero wrote:
oh and nancy -- theres a strange sqaure thats loading in the center of the index page (these are all tests for now)
http://toddheymandirector.com/index_2012jsh22.html
do you know what causes that? something to do with the jquery slideshow maybe?
That could be the slideshow 'loading' gif - minus the gif?
Some slideshows have a loading image spinning around on page load while the images are loading. Not sure where you got the slideshow from but check to see if you have all the parts.
Your most likely missing the progress.gif in the loader: (see below)
#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url(../img/progress.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
OR its not where it says it is on your server (in that case check the image path)
of course if you prefer it not to appear just either get rid of the #supersized-loader <div> in your page OR add display: none; to the #supersized-loader css selector above.
thanks osgood.
i could not find that css - is it in the supersized script or on the page?
http://toddheymandirector.com/index_newlook.html
i redesigned the look
thank you!
one more question for you guys - here:
http://toddheymandirector.com/REEL/index_newlook.html
i want the thumbnails (the rollovers "nike the getaway", etc) to resize to fit the browser window width. i tried putting them in a div and adding
}
row {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}
but it didnt work..
ideas?
thanks
North America
Europe, Middle East and Africa
Asia Pacific