This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Dreamweaver > February 2006 > Fixed width?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| soldier on 2006-02-07, 10:46 pm |
| Is it possible to have a flexible table or page size in dreamweaver say 100%
but wont allow it to go under say 800 pixels?
large monitors and resolutions are great but alot still use 800X 600 and my
pages look funny if they go below 800
Is there a fix or css for this? so at 1024X768 its max but if someone uses
640X 480 I dont want it to go below 800 pixels
hope this makes sense
| |
| Murray *TMM* 2006-02-07, 10:46 pm |
| If only IE supported min-width, you could just specify that and sleep well,
but it doesn't.
The only ways to get a minimum width in IE, that I know of, are -
1. To use a 'prop' - a strategically placed div sized at the minimum width,
that props the page open and prevents it from shrinking beyond that width
value.
2. To use an IE conditional expression - something like this -
<!--[if IE]>
<style>
#wrapper { width:expression(document.body.clientWidth < 601 ? "600px" :
"100%" ); }
</style>
<![endif]-->
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"soldier on" <webforumsuser@macromedia.com> wrote in message
news:drnk80$jsb$1@forums.macromedia.com...
> Is it possible to have a flexible table or page size in dreamweaver say
> 100%
> but wont allow it to go under say 800 pixels?
> large monitors and resolutions are great but alot still use 800X 600 and
> my
> pages look funny if they go below 800
> Is there a fix or css for this? so at 1024X768 its max but if someone
> uses
> 640X 480 I dont want it to go below 800 pixels
> hope this makes sense
>
| |
| soldier on 2006-02-07, 10:46 pm |
| Thanks Murray
sort of makes sense
hopefully in the future these things will be alot easier to control, but I guess we have to wait :)
| |
| Murray *TMM* 2006-02-07, 10:46 pm |
| No, you can use either of those methods I mentioned. I have, and they work.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"soldier on" <webforumsuser@macromedia.com> wrote in message
news:drnqsg$snn$1@forums.macromedia.com...
> Thanks Murray
> sort of makes sense
> hopefully in the future these things will be alot easier to control, but I
> guess we have to wait :)
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|