lostcommander
Member
- Messages
- 52
- Reaction score
- 0
- Points
- 6
Hello. I am relatively new to CSS and am trying to rework my site so all the formatting is in CSS. Currently the page layout is done using tables, but it is not quire working correctly because the widths are not correct.
I would like the header/top of the page to be logo, banner over tabbed navigation, then login/user info (4 sections total).
With tables, the logo cell width is too large, even though I set the cell width in CSS to be 256px and the logo image itself is 256x128 px. min-width did not work either.
I then tried changing all the cells to DIVs and positioning everything using CSS, but floating logo left and user info right made them hang down past the banner+navigation.
http://www.vrexchange.com/trade/index.php?page=search
Any help, tips, or links to some good reading on CSS positioning would be nice. I have already read through the w3schools.com stuff and a few other pages, but I clearly still do not understand it well enough to reliably apply it. :dunno:
I would like the header/top of the page to be logo, banner over tabbed navigation, then login/user info (4 sections total).
With tables, the logo cell width is too large, even though I set the cell width in CSS to be 256px and the logo image itself is 256x128 px. min-width did not work either.
I then tried changing all the cells to DIVs and positioning everything using CSS, but floating logo left and user info right made them hang down past the banner+navigation.
http://www.vrexchange.com/trade/index.php?page=search
Any help, tips, or links to some good reading on CSS positioning would be nice. I have already read through the w3schools.com stuff and a few other pages, but I clearly still do not understand it well enough to reliably apply it. :dunno: