here is the link, the "games" button does not work. I put borders on to show what is happening.
http://pixeleum.uuuq.com/Contact.php (right-click, view source)
the home page does not look too bad.
I basically want the cell on the left to shrink to the width of the buttons table, and the main content table to expand to the width the main table cell allows.
this is the style_sheet
CODE
body
{
background-color:black;
}
hr
{
color: orange;
background-color: orange;
height: 2px;
}
a
{
color: yellow;
text-decoration: none;
}
table.all_table
{
width: 100%;
border-collapse: collapse;
}
table.main_table
{
margin:auto;
}
table.main_table td
{
padding: 5px;
width: 100%;
height: 100%;
background-color: 333333;
text-align: left;
vertical-align: top;
}
table.bottom_table
{
width: 100%;
}
table.bottom_table td
{
background-color: 333333;
text-align: center;
vertical-align: middle;
}
table.games_table
{
text-align: top;
border-style: outset;
border-width: 1px;
border-color: orange;
background-color: 333333;
}
table.games_table td
{
width: 100%;
}
td.button_cell
{
width: 100;
height: 50;
text-align: center;
background-color: 333333;
border-style: ridge;
border-color: orange;
border-width: 2px;
}
td.gametable_cell
{
background-color: black;
vertical-align: top;
}
td.test_cell
{
text-align: left;
width: 102;
}
font.standard_font
{
font-family: arial;
color: orange;
}
font.head_font
{
font-family: arial;
color: Lime;
}
font.button_font
{
font-family: impact;
color: orange;
font-size: 150%;
}
font.link_font
{
font-family: arial;
}
p.indent_p
{
margin-top: 0;
padding-left: 30pt;
}
p.footer
{
text-align: center;
}
{
background-color:black;
}
hr
{
color: orange;
background-color: orange;
height: 2px;
}
a
{
color: yellow;
text-decoration: none;
}
table.all_table
{
width: 100%;
border-collapse: collapse;
}
table.main_table
{
margin:auto;
}
table.main_table td
{
padding: 5px;
width: 100%;
height: 100%;
background-color: 333333;
text-align: left;
vertical-align: top;
}
table.bottom_table
{
width: 100%;
}
table.bottom_table td
{
background-color: 333333;
text-align: center;
vertical-align: middle;
}
table.games_table
{
text-align: top;
border-style: outset;
border-width: 1px;
border-color: orange;
background-color: 333333;
}
table.games_table td
{
width: 100%;
}
td.button_cell
{
width: 100;
height: 50;
text-align: center;
background-color: 333333;
border-style: ridge;
border-color: orange;
border-width: 2px;
}
td.gametable_cell
{
background-color: black;
vertical-align: top;
}
td.test_cell
{
text-align: left;
width: 102;
}
font.standard_font
{
font-family: arial;
color: orange;
}
font.head_font
{
font-family: arial;
color: Lime;
}
font.button_font
{
font-family: impact;
color: orange;
font-size: 150%;
}
font.link_font
{
font-family: arial;
}
p.indent_p
{
margin-top: 0;
padding-left: 30pt;
}
p.footer
{
text-align: center;
}
help will be appreciated.
