[css-d] overlapping images using z-index and the float

2010-04-15 Thread MEM
Hello all, I would like to have the logo image to overlap the keyboard image for, let's say, 10px on the left side. http://lab.webhs.pt/webhs_testes/apregi/testOverlapHelp.php I have applied z-index:3; on the logo image. And z-index:1; on the keyboard image. I was expecting that: Adding a

Re: [css-d] overlapping images using z-index and the float

2010-04-15 Thread Philippe Wittenbergh
On Apr 15, 2010, at 8:06 PM, MEM wrote: I would like to have the logo image to overlap the keyboard image for, let's say, 10px on the left side. http://lab.webhs.pt/webhs_testes/apregi/testOverlapHelp.php I have applied z-index:3; on the logo image. And z-index:1; on the keyboard image.

[css-d] Css

2010-04-15 Thread r...@thedesignedge.com
Hi Group, I need some advice. Your advice on the best learning materials (web, books, anything) for getting up to speed with css positioning. Thanks, Rick __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] Css

2010-04-15 Thread Joergen W. Lang
Start with the group's FAQ - http://css-discuss.incutio.com/wiki/Main_Page continue with - http://www.positioniseverything.net/ books (depending on your level of skill and curiosity): CSS Cookbook (problem-solution oriented): - http://oreilly.com/catalog/9780596155940/ CSS The Definitive Guide

Re: [css-d] Css

2010-04-15 Thread David Laakso
r...@thedesignedge.com wrote: Hi Group, I need some advice. Your advice on the best learning materials (web, books, anything) for getting up to speed with css positioning. Thanks, Rick List Wiki on Positioning http://css-discuss.incutio.com/wiki/Css_Positioning CSS2.1 Specs

Re: [css-d] Css

2010-04-15 Thread Val Nelson-Metlay
Eric Meyer on CSS books and Cascading Style Sheets by Molly E. Holzschlag were very helpful for me. Val On Thu, Apr 15, 2010 at 1:33 PM, r...@thedesignedge.com r...@thedesignedge.com wrote: Hi Group, I need some advice. Your advice on the best learning materials (web, books, anything)  for

[css-d] Opera help

2010-04-15 Thread Mike Smith
Hello list! I'm having an issue with a form and Opera. Page is here and CSS can be viewed in the normal manner: http://www.jhsph.edu/_beta/2009.10.06_health_disparities/index.html The problem is the search box. I've tested the page in FF (Mac/Win), Safari, Opera, IE6, IE7, and IE8. The form is

Re: [css-d] Opera help

2010-04-15 Thread Tim Snadden
On 16/04/2010, at 6:31 AM, Mike Smith wrote: Hello list! I'm having an issue with a form and Opera. Page is here and CSS can be viewed in the normal manner: http://www.jhsph.edu/_beta/2009.10.06_health_disparities/index.html The problem is the search box. I've tested the page in FF

Re: [css-d] Opera help

2010-04-15 Thread Mike Smith
Sorry, I guess I should have specified that the issue is occurring in Opera 9/Mac On Thu, Apr 15, 2010 at 2:39 PM, T. R. Valentine trvalent...@gmail.comwrote: On 15 April 2010 13:31, Mike Smith grum@gmail.com wrote: Hello list! I'm having an issue with a form and Opera. Page is here

Re: [css-d] Opera help

2010-04-15 Thread Mike Smith
On Thu, Apr 15, 2010 at 3:09 PM, Tim Snadden li...@snadden.com wrote: To solve your immediate problem try... div.searchformDiv { overflow: auto; } FWIW I'd suggest that the way that the nav bar has been set up is a bit odd. Of course, I don't know the back story. I'm happy to elaborate if

[css-d] positioning IE versus ff

2010-04-15 Thread Angela French
I am trying to create a jquery slider content box which uses a Previous and Next image button on each end of the content area (left and right ends). I am having a hard getting them to position the same between IE8 and FF 3.6. I am using absolute positioning on the images, I have given them a

Re: [css-d] positioning IE versus ff

2010-04-15 Thread Tim Snadden
On 16/04/2010, at 10:29 AM, Angela French wrote: I am trying to create a jquery slider content box which uses a Previous and Next image button on each end of the content area (left and right ends). I am having a hard getting them to position the same between IE8 and FF 3.6. I am