From: Olivier Sannier <obo...@free.fr>

> I have trouble reproducing the top "frame" 
>buttons. Using divs, I got the result visible at this address:
>http://photos2.obones.com/


Do the following changes have close to the effect you seek?

.header_lang
{
  width: 60px;
  text-align: center;
  vertical-align: middle;
float: left; /* <<<<<<< add this */
}

.header_buttons
{
/* ### remove styles from this selector ### */
}

.header_button
{
  text-align: center;
  width: 23.4%; /* <<<<< change this value */
float: left; /* <<<<< add this */
}

.hbox {clear: left;} /* <<<< add this selector, or add the declaration to an 
already existing selector (too many comments to figure out if it was "in play" 
or not) */

~holly 
 
                   
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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