![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a manual and they talk about "the box model" for CSS. Can this be used like a table? |
|
Do any of you have any tips or methods that have helped you figure out CSS layout? |
#3
| |||
| |||
|
|
Can someone explain how to start using CSS for layout? For example I used to use "Tables". I could visualize a table and the columns and cells. If I wanted a banner image at the top of the page I would just create a table and load my image into it. Now I understand I need to rethink everything and use CSS to design my web page, but I can't visualize it the same with CSS as tables. How or where do I start? I have a manual and they talk about "the box model" for CSS. Can this be used like a table? If I could just visualize this, then I could make some headway. Do any of you have any tips or methods that have helped you figure out CSS layout? Thanks |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
[q]Originally posted by: Newsgroup User CSS is about the opposite of Tables in terms of how to 'visualize' the layout. With tables, you make the lay out, then add the HTML and images inside that. With CSS, you create the HMTL. Then you re-arrange it and add the images with CSS. -Darrel [/q] Thanks Darrel, you said you create the HTML , then rearrange it and add the images. Could you explain? So do I just create a new page and then type my text in the screen and then add "div" tags? How do I add an image? It just seems like there's no real rhyme or reason as to how to start. Here's what I want to do: http://www3.telus.net/~jessum/ For example before I created a table and then placed a banner image inside of it and made the table. Easy! How would I recreate this site using CSS? Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |