[css-d] Pass full css file to IE6 but not IE7 - with CSS only

2008-08-14 Thread Manuel Razzari
long as it's strong. For example the "Rules Before @import" hack would be fine, but IE7 applies it too, so it's not good for me. Maybe a combination of hacks? Any ideas? Or must I fall back to prepending * html to all my IE6 rules? -- Manuel Razzari [EMAIL

Re: [css-d] Pass full css file to IE6 but not IE7 - with CSS only

2008-08-14 Thread Manuel Razzari
>> So, using conditional comments, I produced a CSS file which targets IE6 >> only. >> Then, due to an extremely bizarre client situation, it turns out I >> can't use conditional comments >> >> Any ideas? Or must I fall back to prepending * html to all my IE6 rules? Ingo Chao wrote: > Why not? Th

Re: [css-d] Pass full css file to IE6 but not IE7 - with CSS only

2008-08-14 Thread Manuel Razzari
Jonny, On Thu, Aug 14, 2008 at 18:42, Jonny Stephens <[EMAIL PROTECTED]> wrote: > On 14 Aug 2008, at 18:48, Manuel Razzari wrote: >> So the question is: how can I import / link a full CSS file for IE6, >> using only CSS (without using conditional comments, css expres

Re: [css-d] Pass full css file to IE6 but not IE7 - with CSS only

2008-08-19 Thread Manuel Razzari
hich saved my deadline and my mental health (had been googling 4hs for that hack!), Georg for always being on the edge, and everyone else involved, well, just for being involved ;) -- Manuel Razzari [EMAIL PROTECTED] | http://conVistaAlMar.com.ar _

Re: [css-d] Pass full css file to IE6 but not IE7 - with CSS only

2008-08-20 Thread Manuel Razzari
upon any request for "_url("... HTH someone out there... -- Manuel Razzari [EMAIL PROTECTED] | http://conVistaAlMar.com.ar __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -

Re: [css-d] IE7 and div width

2006-08-30 Thread Manuel Razzari
cifying div#one{ min-width: 100%; } The problems seems to be related to #one's height being specified. Let me know if this helps! -- Manuel Razzari YO -> http://ultimorender.com.ar/funkascript CVAM -> http://conVistaAlMar.com.ar __

[css-d] Decimal units in Opera

2006-09-08 Thread Manuel Razzari
Been googling and reviewing the spec for a while and haven't found an answer to this. Why does Opera (from 5 to 9) is rounding down my decimal units ? If I say 99.9%, for Opera it's exactly equal to 99%. For example, the following HTML: width: 99% width: 99.9% width: 100% In IE and Firefox, #di

Re: [css-d] Decimal units in Opera

2006-09-09 Thread Manuel Razzari
Hello Bruno and Georg, thanks for your replies. At least now I feel better that I wasn't missing something. It seems to be a design decision from the Opera people then, to do this rounding down... I'd like to know why... As suggested by Georg, I'll use some padding to fill in the spaces instead o

Re: [css-d] Styling iframe from parent HTML

2006-09-15 Thread Manuel Razzari
On 9/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is is possible to change the body class within iFrame's source HTML from > the iframes parent page? Darren, I'm not sure if this subject belongs to this list. Anyhow, I've tested the following and it works: onclick="frames['myiframe'].doc

Re: [css-d] overflow: auto elements receiving focus when tabbing

2006-09-21 Thread Manuel Razzari
ugzilla.mozilla.org/show_bug.cgi?id=97283 Check after comment #50. I didn't read it all, but it seems focusing is needed to make scrolling work within the overflowing element. -- Manuel Razzari http://ultimorender.com.ar/funkascript

Re: [css-d] overflow:hidden abandons float

2006-09-22 Thread Manuel Razzari
Been playing with your problem for an hour and I'd say it's impossible, because overflow:hidden-ing the text is the same as floating it, see http://www.w3.org/TR/CSS21/visuren.html#block-formatting What about using javascript to determine if the text is taller than the float, and switching between

Re: [css-d] rounded corners no color fill

2006-09-25 Thread Manuel Razzari
ticweb.com/recursos/css-rounded-box/index.php?idioma=en HTH, -- Manuel Razzari YO -> http://ultimorender.com.ar/funkascript CVAM -> http://conVistaAlMar.com.ar __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.o

[css-d] Collapsing floats in IE

2006-10-04 Thread Manuel Razzari
raphs. The problem is I might have block level elements instead of images, which really shouldn't be going inside paragraphs. And well, having to use a border is clearly ugly. Hope someone can help or point to a different approach, or tell me if the problem is not clear... Thanks! -- Manuel Ra

Re: [css-d] Collapsing floats in IE

2006-10-04 Thread Manuel Razzari
On 10/4/06, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > The addition of p {padding: 1px 0;} works in IE, which > indicates that 'collapsing margins'[1] are involved - IE-style. Georg, thanks for the quick response! Your suggestion already fixes half of my problem. I should really read about colla

Re: [css-d] Collapsing floats in IE

2006-10-05 Thread Manuel Razzari
On 10/4/06, Philippe Wittenbergh <[EMAIL PROTECTED]> wrote: > If you warp your images inside their own , then IE behaves the > same way as modern browsers (tested: IE 6). > Philippe, thanks! Now I won't have to read all that stuff Georg sent! ;) Se

Re: [css-d] documentation on ie's problem with multiple classes?

2006-10-06 Thread Manuel Razzari
On 10/6/06, jonathon bellew <[EMAIL PROTECTED]> wrote: > am looking for some help with documentation (or workarounds) on ie's > seemingly buggy interpretations of multiple class selectors. > .foo.bar {} Jonathon: IE will only apply the last selector, ".bar" in your case. AFAIK, you just can't use

Re: [css-d] Max-Width

2006-10-12 Thread Manuel Razzari
r container, just with position:relative or width:100%; ... That's IE, then you just use max/min-width in your main screen CSS for modern browsers :p. HTH, -- Manuel Razzari YO -> http://ultimorender.com.ar/funkascript CVAM -> http://conVistaAlMar.com.ar _

Re: [css-d] Using Dreamweaver with standards-based websites?

2006-10-17 Thread Manuel Razzari
> I downloaded the trial version of Dreamweaver 8 and.no dice. The page > is every bit as fractured in design mode in 8 as it was in MX. Matt, I've found that complex layouts, involving nested floats and positioned elements, work just fine in Dreamweaver if I get them to work in older Operas