[css-d] Going Crazy with Z-Index Bug

2010-05-24 Thread Rick Gordon
I'm trying to work through the IE7 z-index bug, where I have set up the blog posts to enlarge when hovered over. Works in FF, Safari, Chrome, Opera, and IE 8. In IE7, or IE 8 in Compatibility mode, using IE7 standards, the posts go behind the sidebar, although the z-index is higher. (In IE6,

Re: [css-d] Going Crazy with Z-Index Bug

2010-05-24 Thread Rick Gordon
To clarify further, element that is intend to enlarge and go in front is #content-wrapper #main-wrapper #main #post-outer #post-main:hover and the z-index offender in IE7 is #content-wrapper #sidebar Rick Gordon -- On 5/24/10 at 3:34 AM -0700, Rick Gordon wrote in a

Re: [css-d] Going Crazy with Z-Index Bug

2010-05-24 Thread David Laakso
Rick Gordon wrote: I'm trying to work through the IE7 z-index bug, where I have set up the blog posts to enlarge when hovered over. Works in FF, Safari, Chrome, Opera, and IE 8. RE: ttp://testlloyd.blogspot.com/ Rick, Please see http://chelseacreekstudio.com/ca/cssd/lk.htm Seems

[css-d] page jumps when an internal page link is clicked

2010-05-24 Thread Debbie Campbell
My client's page is losing its top margin when any of the internal links in the green content area are clicked: http://biz82.inmotionhosting.com/~soliss5/faq.html Can someone tell me how to fix this issue? -- Debbie Campbell www.redkitecreative.com

Re: [css-d] page jumps when an internal page link is clicked

2010-05-24 Thread JWN
Morning Debbie Your wrote My client's page is losing its top margin when any of the internal links in the green content area are clicked: http://biz82.inmotionhosting.com/~soliss5/faq.html Can someone tell me how to fix this issue? -- Debbie Campbell www.redkitecreative.com What

Re: [css-d] page jumps when an internal page link is clicked

2010-05-24 Thread Debbie Campbell
I'm viewing it in FF 3.6. When I (or the client) click on any of the internal links, the top margin of 44px on #wrapper-table-pages disappears and the grey content area is right up against the top of the browser window. This happens in Chrome and Safari/Win too. In IE8, the margin doesn't

Re: [css-d] page jumps when an internal page link is clicked

2010-05-24 Thread Philip TAYLOR
The effect is also visible in Seamonkey 2.0.4 (Win/XP Pro; SP3). Philip Taylor Debbie Campbell wrote: I'm viewing it in FF 3.6. When I (or the client) click on any of the internal links, the top margin of 44px on #wrapper-table-pages disappears and the grey content area is right up

Re: [css-d] page jumps when an internal page link is clicked

2010-05-24 Thread James Leslie
My client's page is losing its top margin when any of the internal links in the green content area are clicked: http://biz82.inmotionhosting.com/~soliss5/faq.html Can someone tell me how to fix this issue? - When you click a link it tries to go to a later part of

Re: [css-d] page jumps when an internal page link is clicked

2010-05-24 Thread David Laakso
Debbie Campbell wrote: My client's page is losing its top margin when any of the internal links in the green content area are clicked: http://biz82.inmotionhosting.com/~soliss5/faq.html Can someone tell me how to fix this issue? In the embedded style sheet, try:

Re: [css-d] page jumps when an internal page link is clicked

2010-05-24 Thread Debbie Campbell
Thanks. I'll do that. -- Debbie On 5/24/2010 10:48 AM, James Leslie wrote: My client's page is losing its top margin when any of the internal links in the green content area are clicked: http://biz82.inmotionhosting.com/~soliss5/faq.html Can someone tell me how to fix this issue?

Re: [css-d] page jumps when an internal page link is clicked

2010-05-24 Thread Chris F.A. Johnson
On Mon, 24 May 2010, Debbie Campbell wrote: Thanks. I'll do that. You also need to fix the vertical height: http://cfajohnson.com/testing/biz83.jpg -- Chris F.A. Johnson, http://cfajohnson.com Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress)

Re: [css-d] page jumps when an internal page link is clicked

2010-05-24 Thread Debbie Campbell
I tried it, but it didn't seem to help at least in FF. -- Debbie On 5/24/2010 11:03 AM, David Laakso wrote: Debbie Campbell wrote: My client's page is losing its top margin when any of the internal links in the green content area are clicked:

Re: [css-d] page jumps when an internal page link is clicked

2010-05-24 Thread Alan Gresley
Debbie Campbell wrote: My client's page is losing its top margin when any of the internal links in the green content area are clicked: http://biz82.inmotionhosting.com/~soliss5/faq.html Can someone tell me how to fix this issue? Delete that overflow, overflow-y: hidden ! important;

Re: [css-d] page jumps when an internal page link is clicked

2010-05-24 Thread Debbie Campbell
Is there a way to set it up so that the linked-to content is placed at the top of the scrolling content window, rather than at the top of the browser window? And were you referring to the JS methods for scrolling to internal links rather than jumping to them - should that work within the green

[css-d] Opacity question...

2010-05-24 Thread Matthew
Hello! I am wrestling with setting the opacity on background colors on a div to expose a pattern behind it. However I can't figure out how to keep the elements contained with in it at 100% opacity. Please see this page to see what I mean: http://em-w.com/portPages/port_homeandhearth1.html I

Re: [css-d] Opacity question...

2010-05-24 Thread Eric A. Meyer
At 3:34 PM -0400 5/24/10, Matthew wrote: I am wrestling with setting the opacity on background colors on a div to expose a pattern behind it. However I can't figure out how to keep the elements contained with in it at 100% opacity. Please see this page to see what I mean:

Re: [css-d] Opacity question...

2010-05-24 Thread Matthew
On May 24, 2010, at 3:39 PM, Eric A. Meyer wrote: At 3:34 PM -0400 5/24/10, Matthew wrote: I am wrestling with setting the opacity on background colors on a div to expose a pattern behind it. However I can't figure out how to keep the elements contained with in it at 100% opacity. Please

Re: [css-d] Opacity question...

2010-05-24 Thread Christopher Schmitt
On May 24, 2010, at 2:39 PM, Eric A. Meyer wrote: At 3:34 PM -0400 5/24/10, Matthew wrote: I am wrestling with setting the opacity on background colors on a div to expose a pattern behind it. However I can't figure out how to keep the elements contained with in it at 100% opacity. Please

Re: [css-d] Opacity question...

2010-05-24 Thread Christopher Schmitt
On May 24, 2010, at 3:26 PM, Christopher Schmitt wrote: On May 24, 2010, at 2:39 PM, Eric A. Meyer wrote: At 3:34 PM -0400 5/24/10, Matthew wrote: I am wrestling with setting the opacity on background colors on a div to expose a pattern behind it. However I can't figure out how to

Re: [css-d] Opacity question...

2010-05-24 Thread Philippe Wittenbergh
On May 25, 2010, at 5:26 AM, Christopher Schmitt wrote: div {background-color: rgba(255,255,255,0.5); That won't work in IE/Win, I believe, but it will in pretty much anything else of recent vintage. Alternatively, you could create a smallish PNG which is all white and has 50% opacity

Re: [css-d] Going Crazy with Z-Index Bug

2010-05-24 Thread Rick Gordon
Thanks, David. That worked. I was able to whittle it down to: *:first-child+html #content-wrapper, *:first-child+html #main-wrapper {z-index:10;} Even the following is not required: *:first-child+html #content-wrapper #sidebar { z-index:-1; }

Re: [css-d] Going Crazy with Z-Index Bug

2010-05-24 Thread David Laakso
Rick Gordon wrote: Thanks, David. That worked. I was able to whittle it down to: *:first-child+html #content-wrapper, *:first-child+html #main-wrapper {z-index:10;} Even the following is not required: *:first-child+html #content-wrapper #sidebar {