"Arian Hojat" <[EMAIL PROTECTED]> writes:

> In that #insert-wrapper img rule try absolute positioning it as one
> possibility.
>
> #insert-wrapper img {
> position: absolute;
> top:0px;
> left:-20px;
> }
>
> or maybe relative to the main page.
>
> #inset #inset-wrapper {
> position: static;
> }
> #inset #inset-wrapper img {
> position: absolute;
> top:100px;
> left:20px;/*or maybe use % or ems if you want it to move with text-size
> increase */
> }

Thank you, but I'd like to make content centered regardless of browser
window size. I'm currently trying to implement this without container
with auto margins.
Eugene

______________________________________________________________________
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