Leave a comment

Comments 46

loveflyfree August 13 2010, 04:19:57 UTC
oh I love it. am using. <3

Reply


spunbelowstars August 14 2010, 21:49:33 UTC
very pretty. <3

Reply


spindlelimbs August 14 2010, 21:56:37 UTC
Absolutely love this! The colors are so pretty ♥

Reply


timeofmonth August 14 2010, 21:58:30 UTC
I like how the bottom stays stationary. Mem'd. :D

Reply


somethingblue August 14 2010, 22:12:19 UTC
I love the idea of this! Would you consider doing one with a picture header too?

Reply

bzzinglikeneon August 14 2010, 22:23:01 UTC
My main concern with adding a header is that it might squish the initial view up too much (Because of the fixed footer), but it's super simple to add your own header. I can give you the code, if you like!

Reply

somethingblue August 15 2010, 07:07:17 UTC
Please :)
The concern, well, concerns me though now too, lol. What if you had a fixed header that's the exact same size as the main content?

Reply

bzzinglikeneon August 15 2010, 07:50:22 UTC
For various reasons, I wouldn't fix the header even if the footer was scrollable, but I've got two other solutions you might want to try if you really want an image header.

First is to just bump everything down enough that you can put a header in there:

body {background: #f2f2f2 url(http://URL TO YOUR HEADER IMAGE) top center no-repeat;}
.pageheaderblock {margin-top:###px;}

You would change ### to the height of your image minus around 45px-You would probably want to mess about with the margin value depending upon where you want your image in relation to the rest of the layout.

Second choice is to remove the title and subtitle altogether so that your image butts right up against the top of the menu. IMO, this would look neater. The code for that:

body {background: #f2f2f2 url(http://URL TO YOUR HEADER IMAGE) top center no-repeat;
.header-menu {margin-top:###px;}
.header-title, .header-subtitle {display:none;}Again, ### = the height of your header ( ... )

Reply


Leave a comment

Up