Re: [WSG] Set min-width using DOM

2005-10-22 Thread Lea de Groot
On Sat, 22 Oct 2005 00:53:51 -0400, Christian Montoya wrote:
 width:740px;
 expression( fluid and max-width stuff )

Logically, I would expect this to work.
Set the width to 740, then reset it with the expression.
If the expression is inoperative then voila, its set to 740

I don't have time to test this today, however :(

Lea
-- 
Lea de Groot
Elysian Systems - http://elysiansystems.com/
Brisbane, Australia
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] Set min-width using DOM

2005-10-22 Thread Philippe Wittenbergh


On 22 Oct 2005, at 2:53 pm, Lea de Groot wrote:


On Sat, 22 Oct 2005 00:53:51 -0400, Christian Montoya wrote:

width:740px;
expression( fluid and max-width stuff )


Logically, I would expect this to work.
Set the width to 740, then reset it with the expression.
If the expression is inoperative then voila, its set to 740


Yes, that is the solution I've been using for a while, and seems to 
work fine.

selector {
width:740px;
width:expression(...);
}
(all dumped inside of a conditional comment, of course).

Philippe
---
Philippe Wittenbergh
http://emps.l-c-n.com/

**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**



Re: [WSG] List item overlap

2005-10-22 Thread Kenny Graham
add line-height: 2em; to you #navigation_main li, #navigation_sub li rule
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**