Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

CSS min-width for IE?

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Related Topics:
improper use of width and hieght? - Sometimes staff on my site send me html reports for and I have noticed that they use width and hieght to resize large images so they appear as This isn't something I do, if I need I create and link them to..
Next:  Webmaster: Recommendations - Dedicated Servers (unmanaged)  
Author Message
contact1

External


Since: Sep 01, 2003
Posts: 83



(Msg. 1) Posted: Sat Oct 25, 2003 8:42 pm
Post subject: CSS min-width for IE?
Archived from groups: alt>www>webmaster (more info?)

Hi guys.

I want to use 'min-width' on a new site to prevent the navigation being
ruined in a window smaller than 640px across.

body {
min-width: 640px;
}

Works great in Opera, as all good things do, but has no effect in IE 6.

Anybody know of a work around?

Cheers!

- Dan

 >> Stay informed about: CSS min-width for IE? 
Back to top
Login to vote
capt80

External


Since: Jul 24, 2003
Posts: 116



(Msg. 2) Posted: Sat Oct 25, 2003 9:03 pm
Post subject: Re: CSS min-width for IE? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <MPG.1a04c72a2d9aef9a98970c.TakeThisOut@news.btopenworld.com>,
contact.TakeThisOut@website.plz says...
 > Hi guys.
 >
 > I want to use 'min-width' on a new site to prevent the navigation being
 > ruined in a window smaller than 640px across.
 >
 > body {
 > min-width: 640px;
 > }
 >
 > Works great in Opera, as all good things do, but has no effect in IE 6.
 >
 > Anybody know of a work around?
 >
 > Cheers!
 >
 > - Dan
 >
nuke Seattle ?<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: CSS min-width for IE? 
Back to top
Login to vote
spamblocked1

External


Since: Sep 19, 2003
Posts: 3499



(Msg. 3) Posted: Sat Oct 25, 2003 11:47 pm
Post subject: Re: CSS min-width for IE? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Daniel Ruscoe wrote:
 >
 > I want to use 'min-width' on a new site to prevent the navigation
 > being ruined in a window smaller than 640px across.
 >
 > body {
 > min-width: 640px;
 > }
 >
 > Works great in Opera, as all good things do, but has no effect in IE
 > 6.
 >
 > Anybody know of a work around?
 >

use an image 640px wide somewhere in your markup.
--
William Tasso - <a style='text-decoration: underline;' href="http://WilliamTasso.com" target="_blank">http://WilliamTasso.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: CSS min-width for IE? 
Back to top
Login to vote
capt80

External


Since: Jul 24, 2003
Posts: 116



(Msg. 4) Posted: Sat Oct 25, 2003 11:47 pm
Post subject: Re: CSS min-width for IE? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <bnejtn$10l0am$1@ID-139074.news.uni-berlin.de>,
SpamBlocked RemoveThis @tbdata.com says...
 > Daniel Ruscoe wrote:
  > >
  > > I want to use 'min-width' on a new site to prevent the navigation
  > > being ruined in a window smaller than 640px across.
  > >
  > > body {
  > > min-width: 640px;
  > > }
  > >
  > > Works great in Opera, as all good things do, but has no effect in IE
  > > 6.
  > >
  > > Anybody know of a work around?
  > >
 >
 > use an image 640px wide somewhere in your markup.
 >
yeh, transparent 640 * 1

good one William!!<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: CSS min-width for IE? 
Back to top
Login to vote
contact1

External


Since: Sep 01, 2003
Posts: 83



(Msg. 5) Posted: Sat Oct 25, 2003 11:47 pm
Post subject: Re: CSS min-width for IE? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <bnejtn$10l0am$1@ID-139074.news.uni-berlin.de>, William Tasso
says...
 > Daniel Ruscoe wrote:

  > > body {
  > > min-width: 640px;
  > > }
  > >
  > > Works great in Opera, as all good things do, but has no effect in IE
  > > 6.

 > use an image 640px wide somewhere in your markup.

There's always a simple solution!

Cheers, William.

- Dan<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: CSS min-width for IE? 
Back to top
Login to vote
www

External


Since: Jun 29, 2003
Posts: 720



(Msg. 6) Posted: Sun Oct 26, 2003 11:11 am
Post subject: Re: CSS min-width for IE? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 25 Oct 2003 18:03:12 GMT Dave <capt80.TakeThisOut@home.atm> broke off
from drinking a cup of tea at blueyonder (post doesn't reflect views
of blueyonder) to write:

 >In article <MPG.1a04c72a2d9aef9a98970c.TakeThisOut@news.btopenworld.com>,
 >contact@website.plz says...
  >> Hi guys.
  >>
  >> I want to use 'min-width' on a new site to prevent the navigation being
  >> ruined in a window smaller than 640px across.
  >>
  >> body {
  >> min-width: 640px;
  >> }
  >>
  >> Works great in Opera, as all good things do, but has no effect in IE 6.
  >>
  >> Anybody know of a work around?
  >>
  >> Cheers!
  >>
  >> - Dan
  >>
 >nuke Seattle ?

ROTFL!

There goes my monitor and keyboard, drenched in tea!

Matt

--
The Probert Encyclopaedia - Beyond Britannica
<a style='text-decoration: underline;' href="http://www.probertencyclopaedia.com" target="_blank">http://www.probertencyclopaedia.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: CSS min-width for IE? 
Back to top
Login to vote
anom

External


Since: Jul 01, 2003
Posts: 71



(Msg. 7) Posted: Sun Oct 26, 2003 11:50 pm
Post subject: Re: CSS min-width for IE? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Daniel Ruscoe wrote:

  > Hi guys.

 > I want to use 'min-width' on a new site to prevent the navigation
 > being
 > ruined in a window smaller than 640px across.

 > body {
 > min-width: 640px;
 > }

 > Works great in Opera, as all good things do, but has no effect in IE
 > 6.

 > Anybody know of a work around?

 > Cheers!

 > - Dan

<body bgcolor="white">

<hr width="640" size="1" bgcolor="white">

Put that as your first line of coding.

Or try the following:

<div style="width:640px; height:800px; background-color:white; border:solid
black 1px;">
</div>

Now put all your other coding for the page within the div tags.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: CSS min-width for IE? 
Back to top
Login to vote
xxx1

External


Since: Oct 26, 2003
Posts: 16



(Msg. 8) Posted: Mon Oct 27, 2003 12:29 am
Post subject: Re: CSS min-width for IE? [Login to view extended thread Info.]
Archived from groups: alt>bullis>advice>bad>bad>bad, others (more info?)

"Richard" <anom@anom> wrote in message news:bni1770j7l@enews4.newsguy.com...
 > Daniel Ruscoe wrote:
 >
  > > Hi guys.
 >
  > > I want to use 'min-width' on a new site to prevent the navigation
  > > being
  > > ruined in a window smaller than 640px across.
 >
  > > body {
  > > min-width: 640px;
  > > }
 >
  > > Works great in Opera, as all good things do, but has no effect in IE
  > > 6.
 >
  > > Anybody know of a work around?
 >
  > > Cheers!
 >
  > > - Dan
 >
 > <body bgcolor="white">
 >
 > <hr width="640" size="1" bgcolor="white">
 >
 > Put that as your first line of coding.
 >
 > Or try the following:
 >
 > <div style="width:640px; height:800px; background-color:white;
border:solid
 > black 1px;">
 > </div>
 >
 > Now put all your other coding for the page within the div tags.

Bullis, quit showing up a day late when the guy's problem was already
solved. Thank yew!11!


Path:
sn-us!sn-xit-01!sn-xit-08!supernews.com!priapus.visi.com!news-out.visi.com!g
reen.readfreenews.net!news.readfreenews.net!cox.net!news-xfer.cox.net!logbri
dge.uoregon.edu!pln-e!spln!dex!extra.newsguy.com!newsp.newsguy.com!enews4
From: "Richard" <anom@anom>
Newsgroups: alt.www.webmaster
Subject: Re: CSS min-width for IE?
Date: Sun, 26 Oct 2003 20:50:57 -0600
Organization: <a style='text-decoration: underline;' href="http://extra.newsguy.com" target="_blank">http://extra.newsguy.com</a>
Lines: 36
Message-ID: <bni1770j7l RemoveThis @enews4.newsguy.com>
References: <MPG.1a04c72a2d9aef9a98970c RemoveThis @news.btopenworld.com>
NNTP-Posting-Host: p-423.newsdawg.com
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
FL-Build: Fidolook 2002 (SL) 6.0.2600.78 - 24/10/2002 21:18:29
X-no=archive: yes
Xref: sn-us alt.www.webmaster:303607<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: CSS min-width for IE? 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]