Gossamer Forum
Home : Products : Gossamer Links : Discussions :

shadow-bar ?

Quote Reply
shadow-bar ?
how to do the CSS, so that the shadow-bars look like on the image posted in the mockup (see attached link) ?
So that there is no shadow-bar at the bottom and the left and right shadow-bars are visible at the top and go to invisible to the bottom ?


http://www.gossamer-threads.com/...apsed;guest=11101308


Many thanks,


Erich
Quote Reply
Re: [erichcyber] shadow-bar ? In reply to
shadowbottom, shadowbottomright and shadowbottomleft
display: none;

in your luna.css
(presuming you are working on luna)

Could be wrong so you could try and see if it works

Thanks
HyTC
==================================
Mail Me If Contacting Privately Is That Necessary.
==================================
Quote Reply
Re: [erichcyber] shadow-bar ? In reply to
Doing that is actually pretty hard to do in a flexible fashion (hence it not being done like that currently). The problem is that the content area is not guaranteed to be longer than the sidebar, so you'd have to know the length of the sidebar content before you could make it work. If you know that the height of the sidebar will always be under a certain height, then you could use some min-height css (which in itself is a pain), and then just set the left and right shadows to use a different image.

Adrian