![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Rob Waaijenberg wrote: I didn't suggest seeking advice. What I meant is you have to work for it. Read a book, seek out some good websites about the subject (css layouts), look at some source codes from webpages or sites you like. Apparently I logged onto alt.flame. Perhaps I should find a stylesheet newsgroup, and ask advice there, eh? |
#12
| |||
| |||
|
|
I'm about to drop a decade-long, bad practice of formatting page layouts with tables. I just got one question - how does that work in the real world? To be specific, let's say I have a page formatted with a table like so: table width="100%" tr th colspan="3">Page Title</th /tr><tr td width="15%">Sidebar Content (Left)</td td width="70%">Page Content</td td width="15%">Sidebar Content (Right)</td /tr><tr th colspan="3">Footer</th /tr /table How would that structure be achieved through CSS? |
#13
| |||
| |||
|
|
Rob Waaijenberg wrote: visit these pages, they explain the kind of layout I think you're looking for: Still - it would have been cool if someone could have addressed this in the group, instead of just pointing to a web site. |
#14
| |||
| |||
|
|
Rob Waaijenberg wrote: visit these pages, they explain the kind of layout I think you're looking for: http://www.glish.com/css/7.asp OK, that was painfully simple to do! I was concerned that there would be a lot of weirdness, but it's really simple. Looking at this working sample, it begs the question. |
#15
| |||
| |||
|
|
Rob Waaijenberg wrote: visit these pages, they explain the kind of layout I think you're looking for: http://www.glish.com/css/7.asp OK, that was painfully simple to do! I was concerned that there would be a lot of weirdness, but it's really simple. Looking at this working sample, it begs the question. style #header { background:#fff; height:40px; border-top:1px solid #000; border-right:1px solid #000; border-left:1px solid #000; height:39px; } |
#16
| |||
| |||
|
|
Am 19.08.2007 01:01 schrieb Sanders Kaufman: style #header { background:#fff; height:40px; border-top:1px solid #000; border-right:1px solid #000; border-left:1px solid #000; height:39px; } And all this pixel stuff will break horribly when the user chooses to use a larger font ... If your original layout uses percentages, why don't you use percentages or ems here? |
#17
| |||
| |||
|
|
Sanders Kaufman meinte: Still - it would have been cool if someone could have addressed this in the group, instead of just pointing to a web site. Why? This extra-basic stuff. No need to post a 3-column page layout with DIVs for the umpteenth time. Gregor |
#18
| |||
| |||
|
|
Gregor Kofler wrote: Sanders Kaufman meinte: Still - it would have been cool if someone could have addressed this in the group, instead of just pointing to a web site. Why? This extra-basic stuff. No need to post a 3-column page layout with DIVs for the umpteenth time. Because this is a news group, not a web page... and this is news to me. |
#19
| |||
| |||
|
|
I'm about to drop a decade-long, bad practice of formatting page layouts with tables. I just got one question - how does that work in the real world? |
#20
| |||
| |||
|
|
Sanders Kaufman wrote: Because this is a news group, not a web page... and this is news to me. Um, it wouldn't have been news to you, either, if you had bothered to search the newsgroup archives before posting. It's the only thing google groups should be used for. http://groups.google.com/advanced_search |
![]() |
| Thread Tools | |
| Display Modes | |
| |