[thelist] Flush Right Margin

Peter-Paul Koch gassinaumasis at hotmail.com
Sun Dec 17 12:54:55 CST 2000


>is there any way to get a cross-browser flush right margin? i created a
>template with a graphical elipse flush to the left margin. before my
>co-worker took the design to the client, he decided to flip the elipse to
>the right side of the page, but i cant seem to get the elipse flush right
>without getting scrollbars & due to the nature of the page, i cant do that.
>any ideas?

Try:

body {background-image: url(theellipse.gif);
		background-repeat: no-repeat;
		background-position: top right;
}

But I suppose IE will still keep some space for the scrollbar, even if it's 
not necessary. This is the best you can do. Flush-right and flush-bottom are 
just against the nature of HTML for the moment.

ppk

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.





More information about the thelist mailing list