socialgo

The page curl up top??

Sat, Feb 7 2009 08:59am GMT 1
kak
kak
2 Posts
How do I make a image lke you have on the top left of your site. Not the graphics but the CSS to make it where it doesn't travel with the page.
Sat, Feb 7 2009 09:36am GMT 2
Freeman
Freeman
1 Posts
You do it by fixing the position

position: fixed;
Sat, Feb 7 2009 08:01pm GMT 3
kak
kak
2 Posts
whether I put it in the main html box or the tabs html box, it still stays in the header, how do you break it out of the header?
Sat, Feb 7 2009 08:14pm GMT 4
ezra vancil
ezra vancil
71 Posts
Kak, if you can wait a few days I was planning to do a blog on this very subject. Freeman is right, it is a fixed position, but I had the same problem with it sitting behind the outer banner. I don't remember what I did off the top of my head, but I'll write on it monday or tuesday.
Fri, Apr 17 2009 08:19am GMT 5
ezra vancil
ezra vancil
71 Posts
Haven't got to the podcast sorry, here is what you do.
Position:fixed
z-index: 1; (sometimes higher if you are using more than one z-index)

NOTE: some of widget Lab's widgets are, planned or not, sitting at z-index 2, so if you go above that, something like the WHO-IM widget will be under your graphic! The best way to avoid this is to stick your custom html graphics on the right, or on z-index: 1, (and not to bright) on the left.

that will do it, then you will need to position it with margins (margin-top: 10px;) to the place you want it to stay. this is also seen in my www.stonewoodranch.com site with the leaf.

Please login or sign up to post on this network.
Click here to sign up.