Re: [css-d] Alternative to table layout for border-image wi thout CSS‑3

2009-01-25 Thread Philippe Wittenbergh
On Jan 26, 2009, at 3:17 PM, Erika Meyer wrote: Why wait? It appears to be a personal site, and you state front-and- center that the only browser you are supporting is Firefox, so why not use go ahead and *use* border-image, check it in Safari, and wait for Firefox to catch up? If it is

Re: [css-d] Alternative to table layout for border-image wi thout CSS‑3

2009-01-25 Thread Erika Meyer
Benct Philip Jonsson wrote: Awaiting browser support for CSS 3 border-image, can anyone suggest a good alternative to a table layout for faking the effect as on ? Why wait? It appears to be a personal si

Re: [css-d] IE6 and !important

2009-01-25 Thread Cristian Palmas
2009/1/25 Ingo Chao > > No, IE6 recognizes the !important declaration. > > The bug in IE6 is, the property with this declaration can be overridden > within the same rule set. > > Some use this bug to send specific values to IE6. > > h1 { > color: green !important; > color: red; > } > > This

[css-d] Alternative to table layout for border-image wi thout CSS‑3

2009-01-25 Thread Benct Philip Jonsson
Awaiting browser support for CSS 3 border-image, can anyone suggest a good alternative to a table layout for faking the effect as on ? TIA, /BP

[css-d] Styling a Son of Suckerfish Drop Down Menu?

2009-01-25 Thread Keith LaFrenier
I would truly appreciate some help styling a nested list for a single level drop down menu. What piece of the CSS will allow me to increase the text field for nested list items. I can style the font size, color, width and background, but text still wraps to the next line. My question is.how can

Re: [css-d] Problems with max-width, right aligned div and remaining height design

2009-01-25 Thread Olivier Sannier
Olivier Sannier wrote: Hi all, Let's consider the following two pages: http://photos2.obones.com/photo.php?NoPhoto=483 http://photos2.obones.com/photo.php?NoPhoto=484 I'm using the suggestions from Patrick Vanbergen (http://www.patrickvanbergen.com/dhtml/remaining_height.html) to have a disp

Re: [css-d] IE6 and !important

2009-01-25 Thread Ingo Chao
No, IE6 recognizes the !important declaration. The bug in IE6 is, the property with this declaration can be overridden within the same rule set. Some use this bug to send specific values to IE6. h1 { color: green !important; color: red; } This is just another example why undocumented hack

[css-d] IE6 and !important

2009-01-25 Thread Cristian Palmas
Hi, I was locally testing the predominance of inline styles in the XHTML tags on CSS style properties and, to make the CSS "win" I added !important to every line of the CSS settings. I saw the result in IE6 and I noticed that it recognized the !important clause! For what I've read about it, it is