Hi

Would anyone have any ideas how to control centering of menus (created with 
css) when the browser window is minimised.  To see what I'm talking about go to 
http://www.tewksburycommercial.com.au/forlease/test.html   When you minimise 
the browser the menu doesn't readjust itself to the centre.  I know it has 
something to do with the 'position' attribute but I've been playing around with 
the different parameters associated with 'position' but it only seems to get 
worse.

Would appreciate if someone could see where I'm going wrong.

Jasmin

P.S.

Below is the code I've used for the hover button:-


.button a {

 float:left;
 width: 120px;
 height: 34px;
 margin: 6px;
 border: 0px solid;
 text-align: center;
 line-height: 34px;
 text-decoration: none;
 color: #ffffff;
 background: #ffffff url("images/menu.gif") no-repeat 0px 0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;

 }
.button a:hover { 
 text-decoration: none;
 color: #000000;
 background: #ffffff url("images/menu.gif") no-repeat 0 -34px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 }

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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