473,396 Members | 1,815 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

min-width not working in IE

Please check this web site: http://www.auriance.com/docs/alcan/
Now, reduce the browser window to something like 800px wide, and see the
top navbar: it shrinks.
I put min-width: 930px; to the division that contains this list but it
doesn't work in explorer 6 (win).
Is there a way to fix it?
Thanks,

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Discover Opera: http://members.surfeu.fi/jerkku/
http://www.auriance.com - http://www.auriance.net
Jul 21 '05 #1
4 7218
"Unknown User" <me@privacy.net> wrote in message
news:opsl8oe9a4r3xrds@cinza...
Please check this web site: http://www.auriance.com/docs/alcan/
Now, reduce the browser window to something like 800px wide, and see the
top navbar: it shrinks.
I put min-width: 930px; to the division that contains this list but it
doesn't work in explorer 6 (win).
Is there a way to fix it?


IE6 doesn't support min-width and min-height. At least, it didn't last time
I looked.

A zero-height <div> with no content, set to 930px wide and inserted into the
navbar should provide something 'solid' to prevent the navbar from shrinking
below the desired width.
Jul 21 '05 #2
Hi,
I put min-width: 930px; to the division that contains this list but it
doesn't work in explorer 6 (win).

Another workaround is:
width:expression(document.body.clientWidth < 800 ? "800px" : "auto");

Put this in an IE-only CSS and it will work as a min-width for IE.

Chris
Jul 21 '05 #3
On Tue, 15 Feb 2005 14:36:20 +0100, Chris Leipold <cl******@dietzk.de>
wrote:
Hi,
I put min-width: 930px; to the division that contains this list but it
doesn't work in explorer 6 (win).

Another workaround is:
width:expression(document.body.clientWidth < 800 ? "800px" : "auto");

Put this in an IE-only CSS and it will work as a min-width for IE.

Chris


Mmmh... None of these method work :(
I have even put a division outside the list, and set to 1000px wide but it
keeps shrinking...

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Discover Opera: http://members.surfeu.fi/jerkku/
http://www.auriance.com - http://www.auriance.net
Jul 21 '05 #4
Unknown User wrote:
Please check this web site: http://www.auriance.com/docs/alcan/
Now, reduce the browser window to something like 800px wide, and see
the top navbar: it shrinks.
I put min-width: 930px; to the division that contains this list but it
doesn't work in explorer 6 (win).
Is there a way to fix it?
Thanks,


Your page doesn't fit in my ~800px browser window. Not everyone has a
large monitor nor uses a maximized window.

The text: Kouang-Tseu (4ème siècle avant JC) is on top of the girl's
face. The whole top area falls apart in smaller windows.

Aside: you need a background color for your content area. My default
aqua color doesn't look very nice there.

--
-bts
-This space intentionally left blank.
Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Claudio Grondi | last post by:
Trying to understand the outcome of the recent thread (called later reference thread): "Speed quirk: redundant line gives six-fold speedup" I have put following piece of Python code together:...
3
by: Ker | last post by:
I have a query that works great. It gives me the min for multiple fields. Within this query, I also need to get the max of some fields too. I currently have output of Date Name ...
5
by: kevinjouco | last post by:
Hello Have searched the group for a solution to the following problem without success: Table 1 has Ref No (No Duplicates) & Min Max Value Fields ie Ref No 1 Min 1 Max 10 Ref No 2 Min 11 Max...
5
Min
by: Gregc. | last post by:
Hi I am trying to find the min of a list of numbers. For example, if a user enters 10 numbers 1,2,3,4,5,6,7,8,9,9 then the min would be 1. I've looked as past posts on the topic, and there was...
4
by: MRAB | last post by:
Hi, Some time after reading about Python 2.5 and how the built-in functions 'min' and 'max' will be getting a new 'key' argument, I wondered how they would treat those cases where the keys were...
4
by: jaip26 | last post by:
All, I came across a strange situation in my query. Basically here is the result of my query. col1 col2 col3 col4 col5 col6 col7...
11
by: lovecreatesbea... | last post by:
#define MIN(x, y) ((x)<(y) ? (x):(y)) Can a version without conditional operator of MIN macro be written?
4
by: BoscoPippa | last post by:
Hi all, I'm a rank beginner to C++ and programming in general. I'm in week 6 of my first course, and we have an assignment I'm having a little trouble with. If it matters, we're using standard...
19
by: Eugeny Myunster | last post by:
I know, only simple one: #include <stdio.h> int main() { int min=0,max=0,i,arr; for(i=0;i<12;i++) arr=rand()%31-10; for(i=0;i<12;i++)
16
by: Peng Yu | last post by:
Hi, I'm wondering if there is a min function (in boost, maybe?) that accepts any number of arguments? std::min only accepts two arguments. If I want to get the minimum number out of many, I have...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.