Re: [WSG] Overflow on select or options

2004-09-12 Thread tfleur
I want a default width, i.e. all selects to be 250px, if there is overflow I want to 
see it...

On 12 Sep 2004 at 16:51, Paul Novitski wrote:

> At 01:47 PM 9/12/2004, [EMAIL PROTECTED] wrote:
> >I want the text to overflow if the value of the option is greater than the 
> >width...
> >
> > > select, option
> > > {
> > >   width: 250px;
> > >   overflow: visible;
> > > }
> 
> 
> Taco,
> 
> I think the default for most browsers is to render the select list widely 
> enough to accommodate its option text, so won't you get what you want if 
> you don't specify a width?
> 
> Paul 
> 
> 
> **
> The discussion list for  http://webstandardsgroup.org/
> 
> Proud presenters of Web Essentials 04 http://we04.com/
>  Web standards, accessibility, inspiration, knowledge
> To be held in Sydney, September 30 and October 1, 2004
> 
>  See http://webstandardsgroup.org/mail/guidelines.cfm
>  for some hints on posting to the list & getting help
> **
> 


-- 
Taco Fleur
Senior Web Systems Engineer
http://www.webassociates.com

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

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

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



Re: [WSG] Overflow on select or options

2004-09-12 Thread tfleur
so no one can give me an answer on this one? 
Even whether it not at all possible?

I want the text to overflow if the value of the option is greater than the width...

On 10 Sep 2004 at 13:59, [EMAIL PROTECTED] wrote:

> 
> I have the following style
> 
> select, option
> {
>   width: 250px;
>   overflow: visible;
> }
> 
> but it still won't allow the select element below to overflow, anyone any ideas?
> I am sure I had this working at some stage, or is this some quirk in IE that makes 
> it works 
sometimes, while it is not supposed to work at all?
> 
> Primary 
> product:
>  size="#iif( qProduct.recordCount GT 4, dE("4"), 
> dE(qProduct.recordCount + 1))#" 
>   multiple 
>   id="productPrimary" 
>   tabindex="13" 
>   title="Please select one or more primary products">
>   
>qProduct.pkIDProduct)> selected 
> value="#qProduct.pkIDProduct#">#qProduct.productName#
>   
>   
> 
> -- 
> Taco Fleur
> Senior Web Systems Engineer
> http://www.webassociates.com
> 
> **
> The discussion list for  http://webstandardsgroup.org/
> 
> Proud presenters of Web Essentials 04 http://we04.com/
>  Web standards, accessibility, inspiration, knowledge
> To be held in Sydney, September 30 and October 1, 2004
> 
>  See http://webstandardsgroup.org/mail/guidelines.cfm
>  for some hints on posting to the list & getting help
> **
> 


-- 
Taco Fleur
Senior Web Systems Engineer
http://www.webassociates.com

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

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

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



Re: [WSG] Overflow on select or options

2004-09-09 Thread tfleur
Thanks, but that did not do the trick either..

On 10 Sep 2004 at 16:10, Sean Naden wrote:

> I don't beleive you want to set the width of the option, only the 
> select:
> 
> select
> {
>   width: 250px;
>   overflow: visible;
> }
> 
> 
> On 10/09/2004, at 3:59 PM, [EMAIL PROTECTED] wrote:
> 
> >
> > I have the following style
> >
> > select, option
> > {
> > width: 250px;
> > overflow: visible;
> > }
> >
> > but it still won't allow the select element below to overflow, anyone 
> > any ideas?
> > I am sure I had this working at some stage, or is this some quirk in 
> > IE that makes it works sometimes, while it is not supposed to work at 
> > all?
> >
> > Primary
> > product:
> >  > size="#iif( qProduct.recordCount GT 4, dE("4"),
> > dE(qProduct.recordCount + 1))#"
> > multiple
> > id="productPrimary"
> > tabindex="13"
> > title="Please select one or more primary products">
> > 
> >  > qProduct.pkIDProduct)> selected
> > value="#qProduct.pkIDProduct#">#qProduct.productName#
> > 
> > 
> >
> > -- 
> > Taco Fleur
> > Senior Web Systems Engineer
> > http://www.webassociates.com
> >
> > **
> > The discussion list for  http://webstandardsgroup.org/
> >
> > Proud presenters of Web Essentials 04 http://we04.com/
> >  Web standards, accessibility, inspiration, knowledge
> > To be held in Sydney, September 30 and October 1, 2004
> >
> >  See http://webstandardsgroup.org/mail/guidelines.cfm
> >  for some hints on posting to the list & getting help
> > **
> 


-- 
Taco Fleur
Senior Web Systems Engineer
http://www.webassociates.com

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

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

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



[WSG] Overflow on select or options

2004-09-09 Thread tfleur

I have the following style

select, option
{
width: 250px;
overflow: visible;
}

but it still won't allow the select element below to overflow, anyone any ideas?
I am sure I had this working at some stage, or is this some quirk in IE that makes it 
works sometimes, while it is not supposed to work at all?

Primary 
product:


 selected 
value="#qProduct.pkIDProduct#">#qProduct.productName#



-- 
Taco Fleur
Senior Web Systems Engineer
http://www.webassociates.com

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

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

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



Re: [WSG] Form layout in CSS - left column background not extending ...

2004-09-07 Thread tfleur
hhmm, no this is IE only - environment is controlled...
I probably should have made that clear to start with.

On 8 Sep 2004 at 13:04, Andrew Krespanis wrote:

> I've just spent the last 10 minutes playing with the form to try and
> get the div height to play ball in Mozilla... No luck, the form layout
> is utterly borked in Moz 1.7. It would appear that you're
> developing/testing in IE and then testing for Gecko afterwards?. If
> this is the case, you're making things soo much harder than they
> need to be.
> Sorry I couldn't help more.
> 
> Andrew
> ---
> http://leftjustified.net
> **
> The discussion list for  http://webstandardsgroup.org/
> 
> Proud presenters of Web Essentials 04 http://we04.com/
>  Web standards, accessibility, inspiration, knowledge
> To be held in Sydney, September 30 and October 1, 2004
> 
>  See http://webstandardsgroup.org/mail/guidelines.cfm
>  for some hints on posting to the list & getting help
> **
> 


-- 
Taco Fleur
Senior Web Systems Engineer
http://www.webassociates.com

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

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

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



[WSG] Form layout in CSS - left column background not extending ...

2004-09-07 Thread tfleur
I have a form laid out in css, the left columns contain the headers for the fields, 
and the 
background should be grey, however it does not extend all the way to the bottom of the 
form 
when I have a multiple select which size is greater than the text on the left.
I cannot come up with anything that would solve this issue, anyone any ideas?

I can't provide any links as that would make HP an unhappy customer.
I can provide the HTML and css.

CSS: http://tellhp1.wwwa.com/admin/wa_be/content/style/form.css (I hope it does not 
prompt 
for username)

http://www.w3.org/TR/html4/strict.dtd";> 


HP Support Suite 3.0




Add Rule

Name: 

Description:


Country:

Afghanistan














-- 
Taco Fleur
Senior Web Systems Engineer
http://www.webassociates.com

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

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

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