[css-d] Annoying bug: select control causing column wrap only on Firefox

2006-07-31 Thread Carl Youngblood
Please take a look at these two URLs: http://youngbloods.org/examples/test2.html http://youngbloods.org/examples/test3.html The only difference between the two is that the second one doesn't have the US state select control. For some reason putting that select control in there is causing the

[css-d] Form highlighting with javascript

2006-07-31 Thread Carl Youngblood
I got the style from these form controls from wufoo.com (a pretty impressive piece of software by the way). Here is a sample form: http://youngbloods.org/examples/test.html You'll notice that if you click on the space around a form control, that portion of the form gets highlighted. I'm using

Re: [css-d] Weird Firefox bug in a href

2006-06-20 Thread Carl Youngblood
Doesn't work. The moment I remove display:table, whether or not I have width: 100%, the border and background image disappear. On 6/19/06, Els [EMAIL PROTECTED] wrote: Yup, use option number 2: add a set width to #container: width:100%;

[css-d] Weird Firefox bug in a href

2006-06-19 Thread Carl Youngblood
I'm having a strange problem where clicking on an ordinary a href link is not loading the page it points to properly in Firefox. Instead, it is just jumbling up the placement of the page but not sending another http request to the server. Please check this out:

Re: [css-d] Weird Firefox bug in a href

2006-06-19 Thread Carl Youngblood
Youngblood wrote: On 6/19/06, Carl Youngblood [EMAIL PROTECTED] wrote: I'm having a strange problem where clicking on an ordinary a href link is not loading the page it points to properly in Firefox. Instead, it is just jumbling up the placement of the page but not sending another http request

Re: [css-d] Problem with right column overlap when main contains uncompressible table

2006-03-06 Thread Carl Youngblood
Both Ingo and Gunlaug's solutions were very helpful! Thanks so much guys for taking the time to answer my questions in depth. That was really above and beyond the call of duty. Cheers, Carl On 3/4/06, Ingo Chao [EMAIL PROTECTED] wrote: Georg already solved it. The (still) experimental

Re: [css-d] Gmail's CSS for expanding subject lines

2006-03-04 Thread Carl Youngblood
PROTECTED] wrote: On 04/03/06, Carl Youngblood [EMAIL PROTECTED] wrote: Well, Gmail has a feature where the subject lines in the email list don't wrap but just flow underneath the other columns in the list if they are too long. It's not exactly the same but similar. I wish I knew exactly how

Re: [css-d] Gmail's CSS for expanding subject lines

2006-03-03 Thread Carl Youngblood
that on the read messages screen the text on the left gets covered up if you shrink your browser width. On 2/24/06, Andrew Close [EMAIL PROTECTED] wrote: On 2/23/06, Carl Youngblood [EMAIL PROTECTED] wrote: Success! I needed to use white-space: nowrap Carl, do you have an example that you could

Re: [css-d] Gmail's CSS for expanding subject lines

2006-03-03 Thread Carl Youngblood
Well, Gmail has a feature where the subject lines in the email list don't wrap but just flow underneath the other columns in the list if they are too long. It's not exactly the same but similar. I wish I knew exactly how they were doing it, because I think it's different from what I did. On

Re: [css-d] Gmail's CSS for expanding subject lines

2006-02-24 Thread Carl Youngblood
One caveat with this solution: it doesn't work in IE. On 2/23/06, Carl Youngblood [EMAIL PROTECTED] wrote: Success! I needed to use white-space: nowrap On 2/23/06, Carl Youngblood [EMAIL PROTECTED] wrote: Nice try, but that still seems to wrap. On 2/23/06, cj [EMAIL PROTECTED] wrote

[css-d] Gmail's CSS for expanding subject lines

2006-02-23 Thread Carl Youngblood
I'm trying to figure out how Gmail does the CSS for the expanding subject lines on emails in a list. It's great because you can stick items in what appears to be a table but not worry about having them be too big. If the user's browser is larger, they can see the whole thing. If it's smaller,

Re: [css-d] Gmail's CSS for expanding subject lines

2006-02-23 Thread Carl Youngblood
Nice try, but that still seems to wrap. On 2/23/06, cj [EMAIL PROTECTED] wrote: overflow: hidden; perhaps? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub --

Re: [css-d] Gmail's CSS for expanding subject lines

2006-02-23 Thread Carl Youngblood
Success! I needed to use white-space: nowrap On 2/23/06, Carl Youngblood [EMAIL PROTECTED] wrote: Nice try, but that still seems to wrap. On 2/23/06, cj [EMAIL PROTECTED] wrote: overflow: hidden; perhaps? __ css

[css-d] Bullets disappear on inline lists in IE

2005-10-21 Thread Carl Youngblood
on any external images. Does anyone have any ideas? Thanks, Carl Youngblood __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org

[css-d] Re: Bullets disappear on inline lists in IE

2005-10-21 Thread Carl Youngblood
If nobody has a solution for this, does anyone know if there's a way I can get only IE to use a character or symbol for a bullet instead of the default types? Or is there a way I can make text appear before my list items but only in IE? Thanks, Carl On 10/21/05, Carl Youngblood [EMAIL