General Community > WebsiteBaker Website Showcase
Fitness
chekka:
http://fitness-4-life.de
crnogorac081:
I like all the sites, and specially at this one when you click on link to display logo :)
good work
cheers,
Ivan
PurpleEdge:
This is a very nice design!
I don't know if I like the transition effect between pages - but I would love if you could explain how you did it? :lol:
chekka:
Check the source (o:
OK, I tell you. ...
HTML: #main div contains all content
--- Code: ---<body>
<div id="main">
--- End code ---
CSS: logo as centered background. invisible #main div
--- Code: ---body { background: #ecf4f4 url(../images/logo.gif) no-repeat fixed center center; }
#main { display:none }
--- End code ---
JS: #main div fades in on pageload
--- Code: ---$('#main').fadeIn(1000);
--- End code ---
PurpleEdge:
Thank you!
So simple and elegant!
Navigation
[0] Message Index
[#] Next page
Go to full version