Re: [css-d] Quick flash of header background problem (IE6, IE7)

2007-11-27 Thread Michel Bozgounov
Well, 1) I removed the link to print.css, still the same, so it's not this, and 2) ...anyway, print.css is requestd only when printing/doing print preview (by default). I spent 8 hours today trying to understand why header bg flashes on this test case:((( http://www.optimiced.com/web/2007/pecs

Re: [css-d] Quick flash of header background problem (IE6, IE7)

2007-11-27 Thread Michel Bozgounov
Hello, Georg, Thanks for the quick reply! :-) OK, lets' forget the first site for a while, it's more complicated. But this one, test: http://www.optimiced.com/web/2007/pecsd_test/index-test-1.html ...has only header, a couple of columns and a footer. 3 of 4 backgrounds. No-IE css styles (

[css-d] Quick flash of header background problem (IE6, IE7)

2007-11-26 Thread michel
now I see IE, even v.7, has problems with something in my page... Please, give me a hint how I may prevent this nasty 'flashing', thanks a lot!! :-) Greetings from my cold and snowy part of the world, Michel -- Michel www.optimiced.com (personal blog) ___

[css-d] Weird :hover problem in IE

2006-10-17 Thread Michel Bozgounov
title THIS IS TEST TITLE in the middle column is ALSO overlaped. I have tried z-index, nope. To prevent the "hasLayout" bug, I think also that almost everything on this page has at least a stated width or height. Any ideas how to make the HOVER UL menu to behave in IE as it should?... :

[css-d] IE 3px quick fix?

2006-09-21 Thread Michel Bozgounov
. IE 6/Win. It happens ONLY on the first three DIVs with floated image + one line of text inside, and not on the next. In FF all is OK. Any easy idea? Thx for the tips! :-) Michel __ css-discuss [EMAIL PROTECTED] http

[css-d] Weird :hover behaviour of images within links - IE 6.0 + one question

2006-08-11 Thread Michel Bozgounov
all browsers of today, incl. IE 6, 7? * * * Thank you for all the help!! This list always have been an inspiration for me!!! :-) Michel Web Designer __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mail

Re: [css-d] Most mysteryous thing happens on IE 6.0!

2006-07-20 Thread Michel Bozgounov
: "position: realtive" to the DIV with class of "shortinfo". Seems to be pretty harmless solution to me... Thank you! :-))) Michel [QUOTE] Christian Heilmann wrote: > http://archivist.incutio.com/viewlist/css-discuss/?search=yellow+form+fields > > http://www.google.co.

Re: [css-d] Most mysteryous thing happens on IE 6.0!

2006-07-20 Thread Michel Bozgounov
disappearing background! :-) Michel [QUOTE]: Bethany wrote: > On 7/20/06, Michel Bozgounov <[EMAIL PROTECTED]> wrote: > >> IE 6.0: >> >> 1) When page finishes loading, THREE FIELDS (First/last name, Email, >> Phone) >> suddenly become YELLOW in background wi

[css-d] Most mysteryous thing happens on IE 6.0!

2006-07-20 Thread Michel Bozgounov
tarco/css/master.css Form is almost unstyled. Thanks for any help, guys and girls!! :))) Michel __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incuti

[css-d] how to set all elements in a div?

2006-05-26 Thread Michel Sabatino
How can I set the same font size to all elements of a div. h1, h2, h3, p, all of them to font-size 1em. Is this the best solution ?? #mydiv * { font-size: 1em; } Thanks in advance. __ css-discuss [EMAIL PROTECTED] http://www.css

[css-d] Best way to work in CSS and XHTML ?

2006-05-24 Thread Michel Sabatino
? Thanks in advance. Michel. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com

[css-d] left-margin diff between FF and IE

2006-05-11 Thread Michel Sabatino
Hi. I have a problem with this simple code. I see it differently on Ie than on Firefox. Left-margin seems much higher on Firefox. Help appreciated. Thanks. Michel. html { margin: 0; padding: 0; } #notizie { background: #CC; margin: 5px; padding: 5px; width: 150px; } #notizie h2 { font

[css-d] PS

2006-05-11 Thread Michel Bozgounov
Sorry, missed one line: #language a span {position: absolute; top: -px; right: 20px;} #language a:hover span {position: absolute; top: 50px; right: 0; border: 1px solid white; text-indent: 0;} It works when there's text-indent specified (but IE, still doesn't work... :( M.

[css-d] Why IE does not understand my CSS? :-)

2006-05-11 Thread Michel Bozgounov
sh version" or "German version", when I mouseover the words EN / DE. In Firefox all's OK, as expected... What am I missing here? I double-checked everything... Michel __ css-discuss [EMAIL PROTECTED] http:

Re: [css-d] Is IE 6.0 reading well my CSS or I am mistaken?... :)

2006-04-07 Thread Michel Bozgounov
still have hope I can overcome this one-pixel problem and hor. scrollbar? :-) Good day to everyone on this great list! :))) Michel ===== francky wrote: > Michel Bozgounov wrote: > >> OK, here's the link: >> http://lelion.info/web/cantarco/ >> &

[css-d] Is IE 6.0 reading well my CSS or I am mistaken?... :)

2006-04-05 Thread Michel Bozgounov
iquid and make it good ol' fixed style:) Michel __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-dis

Re: [css-d] Toggle z-index on image via CSS/js?

2006-03-17 Thread Michel Bozgounov
I already thanked Chris off-list:) The example he shows is *exactly* what I needed in this case, it's simple to implement and functional. My task would be only to adapt it to my case. Thanks a lot! :)) Michel - Christian Heilmann wrote: >> OK, I'v

[css-d] Toggle z-index on image via CSS/js?

2006-03-17 Thread Michel Bozgounov
the list items - the z-index of the image inside the SPAN, when user clicks on the links inside the LI. Hope I do not sound very confusing... I am sure I've seen such examples somewhere, using CSS and a bit of JS but cannot find them :((( A link or to to something similar would help me very

Re: [css-d] Problem with floated items and clears

2006-03-17 Thread Michel Bozgounov
have this problem... I will go probably the Option No.3 way. I was just curious, how you handle such situations? :-) In some cases, it's not difficult to add certain fixed width to an element, to make IE happy. But in cases that we would like the width to

Re: [css-d] Problem with floated items and clears

2006-03-14 Thread Michel Bozgounov
s for everyone for the help! :-) Michel PS For anyone who's still interested, I'll leave a test case with the bug in question here: http://bluelink.net/zero-waste/test_case.shtml SOMETIMES the text below the FIRST explanation paragraph in the first DIV falls BELOW the image, only in

Re: [css-d] Problem with floated items and clears - PS

2006-03-14 Thread Michel Bozgounov
GE) Only in FF 1.5.0.1 the paragraph with the source falls below the image, I can't imagine why! And it's ok on refresh, then again... I guessed that it's related to {display: table}, but cannot understand how could I fix it... Thanks for everyone on this great list! :)))

Re: [css-d] Problem with floated items and clears

2006-03-14 Thread Michel Bozgounov
s for the quick feedback! :-) Finally, ZOOM appears to be fixig everything (I suppose the FF and Opera rely on the {displaY: table} and IE 6/7 - on {zoom: 1}. I am really curious about zoom property in CSS, never used it before... Thanks! Michel ___

[css-d] Problem with floated items and clears - PS

2006-03-14 Thread Michel Bozgounov
e can think about?... Michel __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Support

[css-d] Problem with floated items and clears

2006-03-14 Thread Michel Bozgounov
if there's no other solution, I would include a hack for it. Only, I have to figure out somehow, how this will work... Any help would be appreciated... Thanks! :-) Michel -- [1] http://www.alistapart.com/a

[css-d] An explanation..

2006-03-01 Thread Michel Sabatino
above? Thanks. Regards. Michel. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Suppor

Re: [css-d] IE all version do not support letter-spacing in FORMS?

2006-02-27 Thread Michel Bozgounov
apply it only maybe to some elements in the page (a few headings, for example). Thanks for the reply! So, letter-spacing is really impossible (and not well considered) at present - that's all that I wanted to know:) Have a great day, Michel :) === ~davidLaakso wrote:

[css-d] IE all version do not support letter-spacing in FORMS?

2006-02-27 Thread Michel Bozgounov
site, or there's a CSS workaround? Thanks! It's nothing very important, it just bothers me, why IE does not apply letter-spacing when in FORM... Michel __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/

[css-d] (nessun oggetto)

2006-02-23 Thread Michel Sabatino
who acc932 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --

[css-d] gap between 2 div

2006-02-23 Thread Michel Sabatino
Hi. I have an unwanted separation between 2 div's in Firefox. It works fine on IE6. This is the link : http://www.auxe.net/test I need some help. Thanks in advance. Michel, Florence, Italy. __ css-discuss [EMAIL PROT

Re: [css-d] em or % in width

2005-11-28 Thread Michel
here a problem site might not (not taking content into account here) attract me again. I think scaling will become more and more of an issue, with higher resolution capabilities of the displays used as one of the reasons and aging of the users as another.

[css-d] Need guru for positioning issue

2005-06-11 Thread Jodi Michel
Hi. My first post. I've come so far but just can't get this last step...I don't want to break it again. See this site: http://www.joschmo2.com/itbe2/priority.htm Style sheet if you need that url is at: http://www.joschmo2.com/itbe2/includes/styles5.css Look at it in IE6...looks good for me..

RE: [css-d] Table renders differently between Firefox 1.03 and IE 6SP2

2005-05-04 Thread Michel
Haven't tested it, but it seems to me it's a cell spacing/padding thing. Try something like Michel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arnt O. Kvannefoss Sent: woensdag 4 mei 2005 13:47 To: css-d@lists.css-discuss.org Subject: