Mário Gamito wrote:
> I have this blog: http://blog.gamito.org
> 
> I've inserted the phrase "the remains of the day" in the stylesheet, 
> but it pushes the contents of the sidebar down.
> 
> How can i avoid that ?

You can either turn the span into a "removed float" by adding...

.style1 {
float: left;
margin-bottom: -1.8em;
}

...or you can absolute position it. Both methods will make it take up no
space, so it won't push other elements.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to