Jump to content

set width menu's


cha0sriderx

Recommended Posts

im using a menu on the left and right side of my layout, they are both 180px.  what would i have to set the middle width to so it would fit the screen in IE. it works fine in firefox but it seems like it doesnt want to in IE.

 

td.left {
  width: 180px;
  width: 180px;
  margin:0 2px 0 2px;
  border-right: 1px solid #778;
  vertical-align: top;
}

td.middle {
  vertical-align: top;
  height: 400px;
  padding: 4px;
}

td.right {
  width: 180px;
  width: 180px;
  margin:0 2px 0 2px;
  border-left: 1px solid #778;
  vertical-align: top;
}

Link to comment
https://forums.phpfreaks.com/topic/92387-set-width-menus/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.