Look here, with an 800x600 resolution, or here, with any resolution to see what I mean.
Is there anyway to make it so text dosn't go below the floated navigation div? If you look at a page with tables on 800x600, the entire table gets pushed down, and it looks awful.
Here is the CSS:
Is there anyway to make it so text dosn't go below the floated navigation div? If you look at a page with tables on 800x600, the entire table gets pushed down, and it looks awful.
Here is the CSS:
Code:
div.navigation{
float:left;
text-align:left;
margin-right:50px;
clear:right;
}
















