[css-d] help for an IE bug

2008-10-30 Thread ray
Hi, all Look at this page http://www.soundbowl.com/test.html in IE7. The outer div has a padding of 6px, but the inner div seems not respect to this padding, its background covers the left padding of its parent div. It's fine if I remove the anchor called "textAnchor" within the inner div. This pa

Re: [css-d] Sliced Images within a question

2008-10-30 Thread Majestic
Alright, I will take a look at those links. I thought that possible converting the which are cracked out of photoshop you would convert to another method. Maybe I have not read the articles yet and my question is answered their or maybe not. > On 10/30/08, Christian Heilmann <[EMAIL PROTECTED

Re: [css-d] Sliced Images within a question

2008-10-30 Thread Majestic
Alright, I will take a look at those links. I thought that possible converting the which are cracked out of photoshop you would convert to another method. Maybe I have not read the articles yet and my question is answered their or maybe not. On 10/30/08, Christian Heilmann <[EMAIL PROTECTED]> w

Re: [css-d] How to 'clear' absolute?

2008-10-30 Thread Chang Huang
Hi, yes and no, because the element that follows the parent div with be on top of the parent div itself. What I'm trying to do is make this markup into tabs: Tab1 Tab 1 Content Tab2 Tab 2 Content Tab3 Tab 3 Content So far I've come up with 2 solutions: 1. Move all tabs (h3) up using P:

Re: [css-d] Jumping Sidebar li

2008-10-30 Thread Gunlaug Sørtun
Todd Bingham wrote: > http://www.seventhheaven.net/index.html > The issue is that when first invoked, the links in the left sidebar > "jump" slighlty; but then not again, thereafter.I've heard > people talk about the IE flash on this list, but this happens in FF > and Safari, as well.

Re: [css-d] Sliced Images within a question

2008-10-30 Thread Christian Heilmann
David Hucklesby wrote: > On Thu, 30 Oct 2008 10:11:36 -0400, Majestic wrote: > >> I have a simple question when you slice a image up, photoshop spits out a >> html file >> with each image slice in format. Is this the best method to use by >> just >> cutting and pasting the code from the HTML

Re: [css-d] Safari problem-CSS issue?

2008-10-30 Thread Gunlaug Sørtun
Neal Farrell-Russ Lyon Sotheby's wrote: > I'm a VERY amateur web designer. My website www.callingazhome.com > displays properly with all browsers except Safari and Opera. Is it > just lacking a proper code in the css page (ex.css) Your page does have source-code and CSS issues, and it is stuck i

[css-d] Re; Safari problem-CSS issue?

2008-10-30 Thread Neal Farrell-Russ Lyon Sotheby's
I fixed it, the problem was I did not have the proper html definition for Safari to recognize. Yours Truly, Neal Farrell Russ Lyon Sotheby's International Realty Cell: (623)695-2934 E-Fax: (623)547-3943 www.callingazhome.com __ c

Re: [css-d] Floated divs don't stay in place when text size is increased

2008-10-30 Thread Bobby Jack
--- On Thu, 10/30/08, Debbie Roes <[EMAIL PROTECTED]> wrote: > http://www.kristenluke.com > The CSS file is at http://www.kristenluke.com/styles.css > > The site looks fine when the Text Size is set to Medium > (default). However, > if I increase the Text Size to Larger or Largest, the > layout

[css-d] Jumping Sidebar li

2008-10-30 Thread Todd Bingham
Hey everyoneI've been subscribing to the list for months now and frankly I've been embarrassed at my level of understanding, despite having been lynda-dot-comming CSS for months, now But I wonder if you'd look at this page: http://www.seventhheaven.net/index.html The issue is th

[css-d] Floated divs don't stay in place when text size is increased

2008-10-30 Thread Debbie Roes
Hi, I have another issue with which I hope you can help. This one relates to the following site: http://www.kristenluke.com The CSS file is at http://www.kristenluke.com/styles.css The site looks fine when the Text Size is set to Medium (default). However, if I increase the Text S

[css-d] Horizontal Nav Bar Centering Issue in IE7

2008-10-30 Thread Debbie Roes
Hi, I am new to CSS and this list, and this is my first post. I recently created a site which uses a header, horizontal nav bar (with CSS drop-down menus), content area and footer. In IE7 (haven't checked IE6), when the window is expanded, the nav bar doesn't stay centered. When I hover over

[css-d] Safari problem-CSS issue?

2008-10-30 Thread Neal Farrell-Russ Lyon Sotheby's
I'm a VERY amateur web designer. My website www.callingazhome.com displays properly with all browsers except Safari and Opera. Is it just lacking a proper code in the css page (ex.css) Yours Truly, Neal Farrell Russ Lyon Sotheby's International Realty Cell: (623)695-2934 E-Fax: (623)547-3943 www

Re: [css-d] CSS reset and table cell padding

2008-10-30 Thread Andrew Gaffney
David Hucklesby wrote: > On Wed, 29 Oct 2008 13:36:40 -0500, Andrew Gaffney wrote: >> I've found recently that when I use a CSS reset, I can no longer use the >> "cellpadding" >> attribute on a TABLE tag, but the "cellspacing" attribute works just fine. >> Is this >> normal? Is there a recommende

Re: [css-d] Sliced Images within a question

2008-10-30 Thread David Hucklesby
On Thu, 30 Oct 2008 10:11:36 -0400, Majestic wrote: > I have a simple question when you slice a image up, photoshop spits out a > html file > with each image slice in format. Is this the best method to use by > just > cutting and pasting the code from the HTML created and pasting it within a >

Re: [css-d] CSS reset and table cell padding

2008-10-30 Thread David Hucklesby
On Wed, 29 Oct 2008 13:36:40 -0500, Andrew Gaffney wrote: > I've found recently that when I use a CSS reset, I can no longer use the > "cellpadding" > attribute on a TABLE tag, but the "cellspacing" attribute works just fine. Is > this > normal? Is there a recommended way to deal with this? > [..

Re: [css-d] help: three columns with the same height

2008-10-30 Thread David Hucklesby
On Wed, 29 Oct 2008 15:41:45 -, MEM wrote: > Hi all... > > This is my first post, any help will be greatly appreciated. > > I'm a CSS total newbie, so please, have patience. > > > Ok. Yes I know this is the old table design déjà vu and we must avoid it > etc... etc... > > I know we maybe have

Re: [css-d] How to 'clear' absolute?

2008-10-30 Thread Mark Senff
> Hi, is there a way to clear a absolute positioned element? > For example: > > > > some content > > > > some more content > > > > How do I make the second div appear after the first one and not on top > of it? Assume that I can't use float and the height of the first div >

Re: [css-d] CSS reset and table cell padding

2008-10-30 Thread Andrew Gaffney
Gunlaug Sørtun wrote: > Andrew Gaffney wrote: >> I've found recently that when I use a CSS reset, I can no longer use >> the "cellpadding" attribute on a TABLE tag, but the "cellspacing" >> attribute works just fine. Is this normal? Is there a recommended way >> to deal with this? > > It's very

Re: [css-d] Sliced Images within a question

2008-10-30 Thread Majestic
The off-topic list is not a list though. On 10/30/08, Jack Timmons <[EMAIL PROTECTED]> wrote: > On Thu, Oct 30, 2008 at 9:11 AM, Majestic <[EMAIL PROTECTED]> wrote: > > I have a simple question when you slice a image up, photoshop spits > > out a html file with each image slice in format. Is t

Re: [css-d] Sliced Images within a question

2008-10-30 Thread Jack Timmons
On Thu, Oct 30, 2008 at 9:11 AM, Majestic <[EMAIL PROTECTED]> wrote: > I have a simple question when you slice a image up, photoshop spits > out a html file with each image slice in format. Is this the > best method to use by just cutting and pasting the code from the HTML > created and pasting i

[css-d] Sliced Images within a question

2008-10-30 Thread Majestic
I have a simple question when you slice a image up, photoshop spits out a html file with each image slice in format. Is this the best method to use by just cutting and pasting the code from the HTML created and pasting it within a or is their a more effective and better way to place a sliced ima

Re: [css-d] IE6 anchor pseudo class problem

2008-10-30 Thread Lourens Thalen
Use visibility: hidden or transparency/opacity (set it to zero..) . You have nothing to hover over, since #nav ul li a is now empty.. Good luck 2008/10/29 Sandy <[EMAIL PROTECTED]> > http://www.sandygonzales.com/aggressor/index.php > > Without using any JS im using CSS on the navigation so that

Re: [css-d] How to 'clear' absolute?

2008-10-30 Thread Gunlaug Sørtun
Chang Huang wrote: > Hi, is there a way to clear a absolute positioned element? No. A:P elements take up no space, and therefore can't be cleared or otherwise interacted with space-wise. You can prepare a space for the A:P, and control any expansion beyond that by using some kind of 'overflow: au