Chrome menu is very hard to center. Even if you do, which actually isn't all that hard, then the drop downs get out of whack. They can then be tweaked but this breaks down at different window sizes/screen resolutions.
Printable View
Chrome menu is very hard to center. Even if you do, which actually isn't all that hard, then the drop downs get out of whack. They can then be tweaked but this breaks down at different window sizes/screen resolutions.
Cant do that. The menu is dynamic, it changes if the user is logged in and logged out and it changes with the "username" length.
Thank you anyway.
I solved the scrollbar thing.
I just had to put a <div class="clear"></div>
the .clear class is { clear:both }
Is anyone have the same problem this seems to be the solution.