Thanks David. I will try that.

As far as the menu being skewed left - I was trying to get too elastic 
columns next to each other. I struggled with it and couldn't seem to get 
it to work so I figured I would look into it later. Do you know any good 
examples I could work from?

Riva

~davidLaakso wrote:
> Do /not/ set a height, and try clearing it:
> #wrapper {
> /*padding: 0px;*/<<<<delete
> /*min-height: 1500px; */ <<<<delete
> padding-bottom: 50px; <<<<add (for a little lead under the last menu item.)
> }
> Add this selector to the style sheet:
> br.both {
> clear: both;
> }
> #wrapper is the first division to open. And it is the last division to 
> close.
> Add this in the markup immediately before #wrapper closes:
> <br class="both" /><<<add
> </div>
> </body>
> </html>
>
> It might be a good idea to validate the markup (you have used the same 
> id more than once on the page).
> Is there a particular reason why the menu is skewed so far left?
> Best,
> ~dL
______________________________________________________________________
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