![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am developing a site for someone that looks like this... http://www.echowebservices.com/develop/sample.gif I can not decide if I should stick with tables because it is such a simple design and the content will never be enough to overload the table loading process, or to use strictly css or a combo of both. What I was thinking was a combo of say this... div class="sitecolor">Insert header logo here</div div id = "content" Insert a table to hold the structure of the portal look /div div class="sitecolor">& n b sp </div .sitecolor{ bgcolor: xxx; width:100%; height:xxx;} #content {width:100%} table cell styles to accomplish left and right justified text. OR just use a large table with three rows and a nested table for the portal look. OR use css all the way to create the look. Any ideas or suggestions? I am open to try new things ![]() Thanks! Chris |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Maybe one of the reasons I am having a hard time deciding is that I need the redwood in the center to float to the center all the time and the text to stay relative to it no matter where it stands. One of the problems I am having using a table for the portal look is that the right hand nav items never actually go fluch left to the image. I have attempted both float: left and text-align:left, to no avail. Any ideas? Thanks again all. Chris |
#5
| |||
| |||
|
#6
| |||
| |||
|
To improve upon that, Or simply add more annoyance ![]() What I am really attempting to do is a 3 column fixed width table (centered) and surrounded by a top and bottom border, like this http://css.maxdesign.com.au/floatuto...torial0916.htm, But I want the top and bottom, STUCK to the top and bottom of the page. |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
Having a header stuck to the top is a piece of cake. Having it stick to the bottom requires several complex hacks. I would consider having it position based upon the amount of content on the page - much less acid indigestion. |
#9
| |||
| |||
|
#10
| |||
| |||
|
|
Maybe one of the reasons I am having a hard time deciding is that I need the redwood in the center to float to the center all the time and the text to stay relative to it no matter where it stands. One of the problems I am having using a table for the portal look is that the right hand nav items never actually go fluch left to the image. I have attempted both float: left and text-align:left, to no avail. Any ideas? Thanks again all. Chris |
![]() |
| Thread Tools | |
| Display Modes | |
| |