On Tue, 2007-09-11 at 08:46 -0700, Alan Gresley wrote:
> 
> #navcontainer {
>         background-color: #FFFFFF;
>         width: 169px;
>         float: left;
>         margin-top: 10px;
>         }
> 
> Is the problem fixed if negative margins are added as such below.
> 
> #navcontainer {
>         background-color: #FFFFFF;
>         width: 169px;
>         float: left;
>         margin: 10px -500px -1000px 0;
>         }
> 
> This technique is removing floats [1]. I hope this helps. 
OMG...
This is so wonderful.
Yes the problem is solved now.
And I will add Alan your name in the contributors list in the future
when the tool go opensource.

Best wishes
WenChen 



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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