[css-d] RE:Hover/click and expand help needed

2005-10-20 Thread Lars Fyrileiv
Have you tried to set #programs_menu to position:absolute? I think the problem occure because your menu relate to top/left border of window. This is handled different in IE and Firefox. Lars Fyrileiv Thanks to all for trying to help! I got further requirements and I have a draft version based

RE: [css-d] Opacity in Suckerfish -- stacking layers

2005-10-20 Thread Arno @ Raketnet
I posted this question in the stacking layers mail, but until now I haven't received a satisfying reply to that. Arno Have you (or anyone else) figured out why the menu disappears when your menu overlays a new element on the page? To see what I mean, go to his example. Hover over

Re: [css-d] Div positioning.. strange!

2005-10-20 Thread imprimerie-print
Augusto Murri a écrit : Hi all, i would like position the two layers (div#header_LEFT div#header_RIGHT) in just one row.. the page is http://www.opent.it/gasper/ I don't understand why i can't position it well... :( Anyone can help me?? Thx a lot!!

[css-d] Getting DIVs to adjust dynamically

2005-10-20 Thread Rey Bango
Hi all, I've created 2 DIV tags that become visible or invisible based on what the user selected in a dropdown. If the us selects United States from the dropdown, then a DIV is displayed that contains form fields for a zip code search. Otherwise, the second DIV is enabled which simply

[css-d] A hack for all Opera browsers ?

2005-10-20 Thread Guillaume
Hi all, Is there a hack that works in *every* version of Opera browsers ? Guillaume. Play: hablablow.com http://www.hablablow.com Talk: only-4u.org http://www.only-4u.org Work: webdesignofficina.com http://www.webdesignofficina.com

[css-d] invalid: nesting a div inside a dt-- alternative?

2005-10-20 Thread Lisa Hoppes
Hello! The validator is not liking this: dtlabel for=projectdddressStreet Address:/label div class=helpIf known./div /dt ddinput type=text id=projectdddress name=projectdddress size=50 value= maxlength=1 //dd What is a good solution? I'd like to have: label (break) help text

Re: [css-d] Print style sheet not working in Opera (8.5)

2005-10-20 Thread Zoe M. Gillenwater
Ingo Chao wrote: The bug: Opera8 takes the body-background-color of the /screen/ style sheet for the preview/print -- and ignores the settings for the body-background made in the print style sheet. And Opera8 by default prints backgrounds. That means, the background-color that was intended

[css-d] invalid: nesting a div inside a dt-- alternative?

2005-10-20 Thread diego nunes
On 20/10/05, Lisa Hoppes [EMAIL PROTECTED] wrote: ddinput type=text id=projectdddress name=projectdddress size=50 value= maxlength=1 //dd (...) What is a good solution? A form is not a definition list, guy... You shouldn't be using this way. The problem is not the tag that you'd

Re: [css-d] invalid: nesting a div inside a dt-- alternative?

2005-10-20 Thread Peter J Lambert
If i make the div for help a span, how would I style it to go to next line? If you replace the div with a span, you could give it a display: block; and then treat it as you would a div. I'm not sure off the top of my head how this affects validity though. -- Peter J.Lambert home:

[css-d] Space below footer in Firefox and NE 7 (IE6 OK)

2005-10-20 Thread Dova Wilson
I am working on building a new site. This is my first site I'm trying to build completely in CSS. I have a white space appearing below my footer in Firefox and NE7, but it seems to be OK in IE6. Please see http://www.gwvirginia.gwu.edu/newsite/3coltest.htm. Code at:

[css-d] Jumping Suckerfish...

2005-10-20 Thread Tekin Suleyman
Hi. I'm using a margin in my anchor tags to achieve a transparant gap between list items. Unfortunately on IE6 list items with sub lists only render the margin when rolled over (when the sub list is displayed) resulting in a jumpy menu.. http://www.undiscoveredalps.com/test/test.php Any

[css-d] invalid: nesting a div inside a dt-- alternative?-- SOLVED

2005-10-20 Thread Lisa Hoppes
Thanks to Paul Debban, who suggested that I associate the help text with the input rather than the label. This validates: dtlabel for=projectdddressStreet Address:/label /dt dddiv class=helpIf known./divinput type=text id=projectdddress name=projectdddress size=50 value= maxlength=1 //dd

Re: [css-d] invalid: nesting a div inside a dt-- alternative?

2005-10-20 Thread Arlen Walker
On Oct 20, 2005, at 10:12 AM, Lisa Hoppes wrote: Should I bag the dl altogether and use a different method? Yes, please. Tag the form elements properly and use CSS to style them the way you need them is better than trying to fool the browser into doing it by claiming they're something

Re: [css-d] Pre-wrap and hanging indent?

2005-10-20 Thread Zoe M. Gillenwater
Rodent of Unusual Size wrote: I want to display an IRC conversation log fragment in an HTML pre element. I want the effect of white-space: pre-wrap, so that text on each line that's too wide will wrap. However, when that happens I want the wrapped text to be indented, so that it'll be clear

Re: [css-d] 3 Col Liquid Equal Heights that works?

2005-10-20 Thread Thierry Koblentz
Eatme wrote: here is one with liquid left and right columns, but it also breaks in IE 5.2 Mac http://www.tjkdesign.com/articles/liquid/8.asp Are you sure? I can test this layout here on IE5.0 (OS9) and IE5.2 (OSX - 2 different machines) and it works fine. Browsercam doesn't report anything

Re: [css-d] A hack for all Opera browsers ?

2005-10-20 Thread David Laakso
Guillaume wrote: Hi all, Is there a hack that works in *every* version of Opera browsers ? Guillaume. Not that I know of. But there is 'be even nicer to Opera' (7.23+, I think-- and don't forget to mind the final brace) @media screen and (min-width: 0px){ #foo { padding: 2px 10px 2px

Re: [css-d] 3 Col Liquid Equal Heights that works?

2005-10-20 Thread David Laakso
Eatme wrote: I have been looking for the following layout solution for the past 24hrs: 3 column liquid with header and footer ideally right and left are fixed width, but I may try liquid if it meets the other criteria middle content column comes first any column can be longest the layout

Re: [css-d] Weird bug could use some help with

2005-10-20 Thread Julie Davis
Ingo, Thanks for your help, You are a Godsend! This solved the problem and has everything working beautifully. *** New Phone Number -- 315.268.6713*** *** New Office Location -- Science Center 305 *** Julie M. Davis Web/Graphic Designer - Clarkson University PO

Re: [css-d] Print style sheet not working in Opera (8.5)

2005-10-20 Thread Ingo Chao
Zoe M. Gillenwater wrote: This is a fix for overriding a background color set on the body, correct, but there is no workaround for backgrounds on other elements, like a container div? This is a ridiculous bug but not one I'm very worried about, but I want to make sure I'm understanding you

Re: [css-d] 3 Col Liquid Equal Heights that works?

2005-10-20 Thread Eatme
On Oct 20, 2005, at 1:20 PM, Ford, Janet wrote: I don't remember if this breaks or not in IE5.2 : http://www.worqx.com/pv7/project7.htm but I think it was okay. The middle column in that layout does not come first. __

[css-d] text not wrapping around floating div in IE

2005-10-20 Thread Bruce Gilbert
Hello, on the personal site that I am working on (http://www.inspired-evolution.com/About_Me.php), in IE the paragraph text is dropping below the right floated div (suggested links), (see mozilla, firefox for intended look). I was hoping for some suggestions to achieve the same effect in IE as