Re: [css-d] IE7 bug with inheritance

2010-03-07 Thread Jukka K. Korpela
Gabriele Romanato wrote: > Please read the latest two posts on IE7 on my blog and tell me if I > stumbled on something that's well-documented or not. Can you please provide a URL that demonstrates the issue in the simplest possible context? > Can you make up a static test? It depends on what

Re: [css-d] IE7 bug with inheritance

2010-03-06 Thread Alan Gresley
Gabriele Romanato wrote: > Hi all! > Please read the latest two posts on IE7 on my blog and tell me if I > stumbled on something that's well-documented or not. Can you make up a > static test? I used JavaScript to create spans in the following > structure: > > > Link > > > Try to apply s

[css-d] IE7 bug with inheritance

2010-03-06 Thread Gabriele Romanato
Hi all! Please read the latest two posts on IE7 on my blog and tell me if I stumbled on something that's well-documented or not. Can you make up a static test? I used JavaScript to create spans in the following structure: Link Try to apply some styles to :hover: nothing happens to links,

Re: [css-d] IE7 bug - scroll bar extends w/ floated italics

2008-07-31 Thread Alan Gresley
fat graffix wrote: > hi all... seems because of a floated italicized paragraph in > IE7, the scroll bar at bottom of page extends beyond the > window width — only happens in IE7, not IE6. > > i remember seeing something about this bug on this list... > anybody know what's up ??? > > - http://w

Re: [css-d] IE7 bug - scroll bar extends w/ floated italics

2008-07-30 Thread Al Sparber
From: "fat graffix" <[EMAIL PROTECTED]> hi all... seems because of a floated italicized paragraph in IE7, the scroll bar at bottom of page extends beyond the window width — only happens in IE7, not IE6. i remember seeing something about this bug on this list... anybody know what's up ??? - http:

[css-d] IE7 bug - scroll bar extends w/ floated italics

2008-07-30 Thread fat graffix
hi all... seems because of a floated italicized paragraph in IE7, the scroll bar at bottom of page extends beyond the window width — only happens in IE7, not IE6. i remember seeing something about this bug on this list... anybody know what's up ??? - http://www.fatgraffix.com/2008-test-02/ th

Re: [css-d] IE7 Bug

2007-12-26 Thread Highpowered
Brian, Try adding "position:relative;" to your #wrapper declaration in bleu.css. -HP (Apologies if this is a duplicate) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://c

Re: [css-d] IE7 Bug

2007-12-26 Thread Brian Jones
On Dec 26, 2007 12:47 PM, Highpowered <[EMAIL PROTECTED]> wrote: > Brian, > Try adding "position:relative;" to your #wrapper declaration in bleu.css. Thanx a lot it worked..Do you know why that was occurring? -- -Bdot "There are only 10 kinds of people in this world. Those who understand bin

Re: [css-d] IE7 Bug

2007-12-26 Thread Highpowered
Brian, Try adding "position:relative;" to your #wrapper declaration in bleu.css. -HP Brian Jones wrote: > Hi, > > I am experiencing a weird > bug(http://www.bleusolutions.com/images/IE7%20bug.gif) with IE > 7...when the page (http://www.bleusolutions.com) loads in FF and IE > everything is fine.

Re: [css-d] IE7 Bug

2007-12-26 Thread Brian Jones
Sorry, I forgot to point out exactly where the bug is...if you look at the bottom of IE7 bug pic where the footer is at On Dec 26, 2007 10:49 AM, Brian Jones <[EMAIL PROTECTED]> wrote: > Hi, > > I am experiencing a weird > bug(http://www.bleusolutions.com/images/IE7%20bug.gif) with IE > 7...when t

[css-d] IE7 Bug

2007-12-26 Thread Brian Jones
Hi, I am experiencing a weird bug(http://www.bleusolutions.com/images/IE7%20bug.gif) with IE 7...when the page (http://www.bleusolutions.com) loads in FF and IE everything is fine...but as soon as you hover over one of the navigation links it breaks and some the .sub_teasers text flows right over

Re: [css-d] IE7 bug changing border color? [off-topic]

2007-12-23 Thread Rafael
Original Message > From: Rafael <[EMAIL PROTECTED]> > To: Michael Leibson <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Sent: Sunday, December 23, 2007 3:22:06 PM > Subject: Re: [css-d] IE7 bug changing border color? > > Michael Leibson wrote: >> Hi, >

Re: [css-d] IE7 bug changing border color?

2007-12-23 Thread Michael Leibson
- Original Message From: Rafael <[EMAIL PROTECTED]> To: Michael Leibson <[EMAIL PROTECTED]> Cc: css-d@lists.css-discuss.org Sent: Sunday, December 23, 2007 3:22:06 PM Subject: Re: [css-d] IE7 bug changing border color? Michael Leibson wrote: Hi, I just had my f

Re: [css-d] IE7 bug changing border color?

2007-12-23 Thread Rafael
Michael Leibson wrote: > Hi, > > I just had my first look at what IE7 does to my website, via a BrowserCam.com > screencapture. The first thing I noticed is that the border to my homepage > 'container' div is rendered as black, rather than as 30% black (#AAA9A9). Is > this the result of an IE

[css-d] IE7 bug changing border color?

2007-12-23 Thread Michael Leibson
Hi, I just had my first look at what IE7 does to my website, via a BrowserCam.com screencapture. The first thing I noticed is that the border to my homepage 'container' div is rendered as black, rather than as 30% black (#AAA9A9). Is this the result of an IE7 bug, and -- if so -- any recomme

Re: [css-d] IE7: bug (?) on divs display: none / block toggle withjavascript and overflow: auto

2007-04-20 Thread Simon White
> > IE7 still has a bug with triggering duplicated content with > > display:none blocks > > > > [1] http://archivist.incutio.com/viewlist/css-discuss/84663 > > I'm glad to hear that this is a known bug. > > It seems that I need to set a negative 3px margin on the > blocks, I'm doing that now,

Re: [css-d] IE7: bug (?) on divs display: none / block toggle with javascript and overflow: auto

2007-04-20 Thread Simon White
> Simon White wrote: > > At any one time, three are hidden (display:none) and by clicking on > > the icon at the top of the block, you toggle the one which is not > > hidden (display:block) via a javascript function act_tab(). Ingo wrote: > Can't test it on a local copy due to all that ads stuff,

Re: [css-d] IE7: bug (?) on divs display: none / block toggle with javascript and overflow: auto

2007-04-19 Thread Ingo Chao
Simon White wrote: > ... > http://fruey.free.fr/maps/map_with_nav2.php?CATID=94142 > > In the right hand column, there is a container with 4 divs inside of > it (they are populated via DOM updates in the page javascript). > > > > > At any one time, three are hidden (display:none) and by cl

[css-d] IE7: bug (?) on divs display: none / block toggle with javascript and overflow: auto

2007-04-19 Thread Simon White
Hello, I have an issue with the following page: http://fruey.free.fr/maps/map_with_nav2.php?CATID=94142 In the right hand column, there is a container with 4 divs inside of it (they are populated via DOM updates in the page javascript). At any one time, three are hidden (display:none) and

Re: [css-d] IE7 Bug: Positioning & Background Colors

2007-02-04 Thread Sophie Dennis
Ingo Chao wrote: > Tribou, Eric wrote: > >> I ran across an odd IE7 bug and spent some time trying to figure it out. >> I thought I'd share and ask if anyone has seen or heard anything like >> this? >> >> Here's a demo page I put together for view in IE7: >> http://webhost.bridgew.edu/etribou/la

Re: [css-d] IE7 Bug: Positioning & Background Colors

2007-02-04 Thread Ingo Chao
Tribou, Eric wrote: > I ran across an odd IE7 bug and spent some time trying to figure it out. > I thought I'd share and ask if anyone has seen or heard anything like > this? > > Here's a demo page I put together for view in IE7: > http://webhost.bridgew.edu/etribou/layouts/rmenu/bug.html > > CSS

[css-d] IE7 Bug: Positioning & Background Colors

2007-02-02 Thread Tribou, Eric
I ran across an odd IE7 bug and spent some time trying to figure it out. I thought I'd share and ask if anyone has seen or heard anything like this? Here's a demo page I put together for view in IE7: http://webhost.bridgew.edu/etribou/layouts/rmenu/bug.html CSS-based dropdown menus. The first men