Thanks to all who helpd me on this. Unfortunately, I could not
reconcile differences between IE and other browsers, so for now I am
sticking with the menu appearing right after the header in the code.

-- 
Mr. Kim Siever
http://www.hotpepper.ca/

On 03/06/05, Mr. Kim Siever <[EMAIL PROTECTED]> wrote:

> I am developing a website design that has a main column in the centre
> of the page with a maximum width of 700 pixels. If the window is
> resized to under 700, the content simply narrows or drops further down
> the page.
> 
> I have a menu that is semantically at the bottom of the page (in the
> code), but that I would like to bring to closer to the top of the page
> using CSS.
> 
> Is there a way to do this so the menu can have a maximum width of 700
> pixels, be centred on the page, yet a specific distance from the top
> of the page?
> 
> Here is the basis of the code for the menu:
> 
> <div id="footer">
>   <div id="menu">
>     <ul>
>       <li>Menu item</li>
>     </ul>
>   </div>
> </div>
> 
> There is no container/wrapper division element.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to