Matt Fielding wrote:
> http://mattu.isa-geek.com/index2.php

> 1) 

You can solve the resizing problem by adding a padding to those links - 
same size and the borders, and remove it on :hover.

> 2) 

The simplest solution is to not float it. Instead, keep it in normal 
flow and adjust with margins, like so...

div #content
     {
       background-color: yellow;
       margin: 0 0 0 100px;
     }

...and let the browsers take care of the rest.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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