[css-d] height bug in FF 4?

2011-06-14 Thread AG
Is body height: 100%; still a bug in Firefox 4? Couldn't find any current references about this issue. Thanks, __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

Re: [css-d] center float:left

2009-04-02 Thread AG
Thanks Geoffrey for your reply. The solution you suggest will not work since the container div or ul are of auto widths. If they would be fixed... would be nice and no problem with centering. As I said, adding or eliminating links from the list condition needs a flexible container. --- On

Re: [css-d] center float:left

2009-04-02 Thread AG
Bill, thanks for your reply. In your suggestion, it appears to me that if you don't float the li, all links will stack up in the center of the container. Here's the css and html that I'm using: #container    {     text-align: center;     } ul#nav    {     list-style-type: none;     

Re: [css-d] center float:left

2009-04-02 Thread AG
The links are dynamically generated, and probably a scripted solution would be possible. However, I'm trying to find a CSS solution first. Another solution would be to simply enclose the a tags inside a div, text-align center and style the a to look like tabs. Since these tabs will also have

Re: [css-d] center float:left

2009-04-02 Thread AG
Now this solution, still stacks-up links one under another in IE6. --- On Thu, 4/2/09, Bill Brown macnim...@gmail.com wrote: From: Bill Brown macnim...@gmail.com Subject: Re: [css-d] center float:left To: AG rovis...@yahoo.com Cc: css-d@lists.css-discuss.org Date: Thursday, April 2, 2009, 9:37

Re: [css-d] center float:left

2009-04-02 Thread AG
Now this is interesting! Not only addresses all my conditions, but is a new approach to the list menu construct. Kudos to Matthew James Taylor for coming up with a novel solution, and thank you Jon for bringing this link up. AG. --- On Thu, 4/2/09, Jon Wickström jon.wickst...@arrak.fi wrote

[css-d] center float:left

2009-04-01 Thread AG
Here's the problem: - building a horizontal tabbed navigation bar with these conditions: 1. equal width of tabs 2. centered to the width of the body 3. preserve centering when adding/subtracting tabs [dynamically generated links/tabs] All menus based upon the ul type of lists use a float:left

[css-d] div width

2007-10-02 Thread AG
Here's a problem: - I need to set a div with flexible width depending on the width of the content [text]. A div can have a fixed, %, or auto width [however this resolves to 100% in browsers]. Is there any way to achieve a variable width as described above? TIA Ara G.

[css-d] fluid div height

2007-05-21 Thread AG
Here's the problem: I have a container div with 1 content div inside; the content div has a variable height; the container div needs to have a a border. How do you style this in order to work in FF2.0? In IE6, works fine, but in FF the container div doesn't expand vertically to the height of the

Re: [css-d] fluid div height

2007-05-21 Thread AG
. --- AG [EMAIL PROTECTED] wrote: Here's the problem: I have a container div with 1 content div inside; the content div has a variable height; the container div needs to have a a border. How do you style this in order to work in FF2.0? In IE6, works fine, but in FF the container div doesn't expand

Re: [css-d] fluid div height [solved]

2007-05-21 Thread AG
Thanks Jim, works fine now. Ara G. --- James Gadrow [EMAIL PROTECTED] wrote: AG wrote: Forgot to mention that inside the container div I have 2 content divs [not one as described below]. Both are float: left; When there's only one content div... no problem, but with 2, or even 1

[css-d] IE developer toolbar

2007-05-18 Thread AG
By any chance, does anybody have the IE Dev Toolbar Beta 2 install? I've installed yesterday the v.1 of this tool, and I don't like it. Unfortunately, it overwrites the previous betas and they don't provide the old betas anymore. TIA, Ara G.

[css-d] IE 6 and 7 on same box

2006-10-24 Thread AG
Did anybody succesfully install both of these on the same box? How? Thanks Ara G. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [css-d] IE7 Workaround Methods

2006-10-19 Thread AG
The IE FAQ [http://www.microsoft.com/windows/ie/support/default.mspx} says that: Q. My favorite websites don't load correctly, or don't seem to work at all in Internet Explorer 7. What should I do? A.If you encounter a site which does not recognize Internet Explorer 7, a new tool known as the

[css-d] background painting IE with style switch

2006-10-05 Thread AG
Ok, I've searched through the archives, found a solution in P.I.E. relating to this bug in IE 6.x. However, it doesn't work in my case. I have 2 divs, left-right. The left one is a navigation box, the right one, contains an image. The page needs to fit nicely on a 1024px wide browser and allow