This is a discussion on "Testing out CSS/DIV layouts" within the Web Page Design section. This forum, and the thread "Testing out CSS/DIV layouts are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Testing out CSS/DIV layouts
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Re: Tables are not evil!!!
Thanks for the encouragement guys:wave: . I found Karine's comment especially helpful about not using positionning and just using floats. I made a simple test layout this morning between running errands (just for fun:w00t2
Last edited by karinne; Apr 3rd, 2007 at 17:59. Reason: Please use [code]...[/code] tags when displaying code! |
|
|
|
||||
|
Re: Testing out CSS/DIV layouts
First of all, you can only use id's once in a document. And you don't really need
Last edited by karinne; Apr 3rd, 2007 at 18:17. |
|
|||
|
Re: Testing out CSS/DIV layouts
So if I put a fixed width, will my layout still be liquid? Or should I use a max-width? I suppose I'll answer my question myself when I test it out in a minute, but if nothing I try works, you may have another proposition LOL!
|
|
|||
|
Re: Testing out CSS/DIV layouts
That's fine if I had just text, but what if I wanted to do a layout where each div had a background image that was part of the whole graphical layout? That's why I'm being picky about there being no spaces between each div and having them align just right. So far, no luck with the fixed witdh, but I'll keep plugging at it
|
|
||||
|
Re: Testing out CSS/DIV layouts
Well ... what kind of background are you going to be using. Because, using a background on a fluid layout is pretty hard to make it work.
|
|
|||
|
Re: Testing out CSS/DIV layouts
I have no specific background im mind just yet, but I'm trying to make a flexible template for myself that I can use over and over, and know it will work, instead of having to use someone elses
|
|
||||
|
Re: Testing out CSS/DIV layouts
Well ... the thing is, if your markup is created properly, all you should need to change is the CSS.
A GREAT example of this is the CSS ZenGarden. Every style uses the same HTML, only the different stylesheets and images are loaded. Stop trying to make me convince you and just code, play around with it. It's not something that you'll understand today or tomorrow. It takes a while to sink in and to understand every little detail. |
|
|||
|
Re: Testing out CSS/DIV layouts
But I wanna know it all now! I wish there was a download button that I could press to download everything there is to know about CSS into my brain with a high-speed connection!! But since that technology is lightyears away, I will resign to learning bit by bit, hopefully getting the hang of it someday! LOL
Thank you so much for your time and help |
|
||||
|
Re: Testing out CSS/DIV layouts
I learned by making my own sites. It's also quite helpful to take a site you've designed in CSS and start over. I've remade the code for my site 10 times and not once was the CSS even remotely similar. It's quite an amazing language.
http://w3schools.com/ http://csszengarden.com/ http://css.maxdesign.com.au/ |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| opinion on layouts | motormaniac | Website Planning | 9 | Mar 13th, 2008 04:05 |
| Liquid Layouts and Max-Width | Sporky | Web Page Design | 1 | Jun 4th, 2007 21:33 |
| questions about column and row div layouts | deesto | Web Page Design | 10 | Dec 16th, 2006 23:37 |
| what's the point of liquid layouts? | thadley | Web Page Design | 15 | Mar 16th, 2006 03:24 |
| % or px when defineing DIV layouts | surfthegecko | Web Page Design | 10 | Dec 13th, 2005 23:18 |