This is a discussion on ""The Problem"" within the Web Page Design section. This forum, and the thread ""The Problem" are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
"The Problem"
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
"The Problem"
So recently I've been trying to make the jump from using tables in CSS to using divs, I've been searching as many tutorials as I could find on layouts and floating elements but have found the same problem for each one.
It seems you can't do as much with divs as with tables (for layout structure anyway), "The Problem" I have found is that on every CSS sites when you resize it either the template doesn't adjust at all (which is fine, that's the desired result from a fixed design) or for fluid designs the template will adjust but only to a certain point because after that the divs overlap each other. I know that min-width could be applied as the solution but that isn't supported on IE6 and the point of CSS is to make websites more widely accessible in my opinion. Is there a solution that I'm just not aware of? |
|
|
|
|||
|
Re: "The Problem"
Hmmm, just thought about it and I could use horizontal lists to do this... although that seems as bad as using tables. Any suggestions?
|
|
||||
|
Re: "The Problem"
What is the problem exactly?!
|
|
|||
|
Re: "The Problem"
Overlapping divs on fluid designs.
|
|
|||
|
Re: "The Problem"
Quote:
The page layout resizes with the font size. You can also use max-width for good browsers, and send IE6 the same value but as width instead. This lets the site squash down on lower resolutions. For example: My in-progress site, using an elastic layout |
|
|||
|
Re: "The Problem"
Quote:
I'm going to read up on elastic layouts some more though. |
|
|||
|
Re: "The Problem"
Quote:
The layout is not designed to fill up a high-resolution screen. It will simply sit centrally aligned, with lots of space on either side. But you can make it fill the screen by increasing the font size. Last edited by MikeHopley; Jul 26th, 2007 at 17:11. |
![]() |
| Tags |
| css, problem |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating a "tag" system to find relevant "related" pages | MrQuestions | PHP Forum | 3 | Mar 20th, 2008 23:06 |
| [SOLVED] Show "Image" Depends On User "Status"? | Monie | Classic ASP | 6 | Oct 16th, 2007 01:22 |
| ? IS "meta name="robots" content="?" necessary in pages ? | Love2Java | Starting Out | 6 | Aug 8th, 2007 13:48 |
| window.opener.document["nameForm"].getElementById("someid").value; doesnt work | drpompeii | JavaScript Forum | 0 | Feb 17th, 2007 23:09 |
| <option value="yes" class="x"> problem in Firefox | mameha1977 | Web Page Design | 1 | Jun 21st, 2006 11:20 |