On Tue, Aug 31, 2010 at 3:43 PM, Ellen Heitman <ellen.heit...@gmail.com>
 wrote:

> Please take a look at the following test page:
>
> http://www.pottersignal.com/sales_test.aspx
>
> Notice that if you expand or contract the page the horizontal menu at the
> top of the page expands and contracts with it. How can I fix this?
>
> Also, please ignore the tabulated structure of the website overall. This is
> an inherited project and I am working on transitioning to a semantic
> layout,
> but that will take quite some time. Is there anyway to fix this issue now?
>
> Thanks!
>
> Here is the HTML for the menu:
>
> <ul id="menu">
>  [snip]
> </ul>
>
> Here is the CSS:
>
> [snip]
> #menu {
>  position: absolute;
>  top: 55px;
>  right: 150px;
> }
> [snip]


I don't have a solution atm, but I think the problem lies in the code I've
isolated above. The #menu has an absolute position of 150px from the right.
So it isn't really expanding or contracting; it's just staying 150px from
the right margin side of the browser. Right?

AnnR
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to