Re: [css-d] IE 7 Problem

2008-07-16 Thread Alan Gresley
Alan Gresley wrote: > This seems to be some bug in IE7 that will show a background image at > the bottom of a div (containing block) when the container does not have > layout but the container does not need layout if the container itself > has a background color. This I do not understand. I n

[css-d] Stacking order in IE

2008-07-16 Thread Matt Petrovic
Hello CSS-Discuss, I'm currently having a bit of difficulty with a menu I'm trying to build for my current project. You can see the stripped down version here: http://www.guneva.net/testcase/index.html The horizontal menu will be a drop-down, I just disabled that effect so I can debug the issue a

[css-d] IE6 - menu bar spacing

2008-07-16 Thread Timothy Burgin
Hello, I cannot figure out what is causing my menus to not display properly in IE6, can anyone help? The dropdown background is white instead of the defined color and its boarder color is missing as well. There is also a white block being inserted above the menu bar for some strange reason

[css-d] Lining up forms

2008-07-16 Thread Stephen Davis
This might be a strange request, I want to line up some forms which are in tables, side by side or horizontally. It's strange I suppose because I've already done it. The CSS I use for the positioning is absurd. I don't understand why I have to use negative left, and don't understand why a div ca

[css-d] IE Copy issues and margin shifts

2008-07-16 Thread Eric Heitz
I have a simple one-page site that looks great in Firefox but of course there is a few shifts in IE. With Safari my disappears, assuming this is because of my z-index. I need some help with the ul list and my main intro copy shift at the top. http://www.kucia.com/erh/SeniorSolutions Any help w

[css-d] Relatively positioned h2 messed up on IE6

2008-07-16 Thread Damien Carbery
Site: http://www.motions.ie/ncef.html CSS: http://www.motions.ie/motions-styles.css It also uses YUI resets-fonts-grids.css and base-min.css and a vertical menu from DynamicDrive.com [1] I found CSS code to display a h2 on top of the div border, like a paper file tab (but I do not remember where

Re: [css-d] IE Copy issues and margin shifts

2008-07-16 Thread David Laakso
Eric Heitz wrote: > I have a simple one-page site that looks great in Firefox but of course there > is a few shifts in IE. > With Safari my disappears, assuming this is because of my z-index. > > I need some help with the ul list and my main intro copy shift at the top. > > http://www.kucia.com/e

[css-d] replacing bullet with image

2008-07-16 Thread Kelly Moore
I've found a pretty creative solution for using images in place of a bullet, by Russ Weakley, posted to Listamatic, which uses image backgrounds. I'm just having a bit of an issue with alignment and showing the whole image. The image is 18x18 pix, i'm sure there is something with margin or padd

[css-d] Container image not showing in FF

2008-07-16 Thread Jeralyn Merideth
I am having problems getting my container image to show up in FF. This code is nothing unusual, or complicated...and certainly not something that is new to me (it's not like I haven't done it before), but for the life of me, I just can't figure out what I'm doing wrong. Could someone look at my

Re: [css-d] replacing bullet with image

2008-07-16 Thread Bill Brown
Kelly Moore wrote: > I've found a pretty creative solution for using images in place of a > bullet, by Russ Weakley, posted to Listamatic, which uses image > backgrounds. I'm just having a bit of an issue with alignment and > showing the whole image. > > The image is 18x18 pix, i'm sure there i

Re: [css-d] replacing bullet with image

2008-07-16 Thread Adam Ducker
Kelly Moore wrote: > I've found a pretty creative solution for using images in place of a > bullet, by Russ Weakley, posted to Listamatic, which uses image > backgrounds. I'm just having a bit of an issue with alignment and > showing the whole image. > You might try using "background: url(ima

Re: [css-d] replacing bullet with image

2008-07-16 Thread Kelly Moore
On Wed, Jul 16, 2008 at 11:52 AM, Bill Brown <[EMAIL PROTECTED]> wrote: > Kelly Moore wrote: >> I've found a pretty creative solution for using images in place of a >> bullet, by Russ Weakley, posted to Listamatic, which uses image >> backgrounds. I'm just having a bit of an issue with alignment

Re: [css-d] Container image not showing in FF

2008-07-16 Thread Bill Brown
Jeralyn Merideth wrote: > I am having problems getting my container image to show up in FF. > This code is nothing unusual, or complicated...and certainly not > something that is new to me (it's not like I haven't done it before), > but for the life of me, I just can't figure out what I'm doing wro

Re: [css-d] IE6 - menu bar spacing

2008-07-16 Thread Matijs
Why don't you try and ditch the tables altogether. You really don't need them for forms as simple as yours (or any forms really but it might be a bit more of a challenge in some cases) Small sample: Your label goes here ... Depending on

Re: [css-d] Relatively positioned h2 messed up on IE6

2008-07-16 Thread David Laakso
Damien Carbery wrote: > Site: http://www.motions.ie/ncef.html > CSS: http://www.motions.ie/motions-styles.css > It also uses YUI resets-fonts-grids.css and base-min.css and a vertical menu > from DynamicDrive.com [1] > > I found CSS code to display a h2 on top of the div border, like a paper file

Re: [css-d] Container image not showing in FF (solved)

2008-07-16 Thread Jeralyn Merideth
OMG...It worked! Bill...you're the man :-) Jeralyn Merideth - Owner Designs by Jeralyn A Division of 5 Points Interactive Creative Design Solutions for Web and Print [EMAIL PROTECTED] [EMAIL PROTECTED] Ida Goldina - Natural Skin Care [EMAIL PROTECTED] - Original Message From: Bil

[css-d] centering in IE

2008-07-16 Thread Kelly Moore
does the ol' margin auto trick not work for centering in IE? (forget the form, just notice how in IE the whole page does not center as you re-size) http://yakmaster.net/test/form.html __ css-discuss [EMAIL PROTECTED] http://www.

Re: [css-d] centering in IE

2008-07-16 Thread Adam Ducker
Kelly Moore wrote: > does the ol' margin auto trick not work for centering in IE? > > (forget the form, just notice how in IE the whole page does not center > as you re-size) > It's not the margin, it's the doctype. This code at the top forces IE into quirks mode: -Adam Ducker (http://adam

[css-d] centering Part 2

2008-07-16 Thread Kelly Moore
piggy backing on my previous request, I have mocked up a whole banner/header scenario in which the navigation tabs are almost centered, but not quite. This occurs eve in FF. The container which I _think_ is supposed to be containing my tabs seems to be pushed up above the tabs? very strange. i'

Re: [css-d] centering Part 2

2008-07-16 Thread Peter Hyde-Smith
- Original Message - From: "Kelly Moore" <[EMAIL PROTECTED]> Subject: [css-d] centering Part 2 > piggy backing on my previous request, I have mocked up a whole > banner/header scenario in which the navigation tabs are almost > centered, but not quite. This occurs eve in FF. The contai

Re: [css-d] centering Part 2

2008-07-16 Thread Adam Ducker
Kelly Moore wrote: > piggy backing on my previous request, I have mocked up a whole > banner/header scenario in which the navigation tabs are almost > centered, but not quite. This occurs eve in FF. The container which > I _think_ is supposed to be containing my tabs seems to be pushed up > above

Re: [css-d] centering Part 2

2008-07-16 Thread Kelly Moore
On Wed, Jul 16, 2008 at 2:56 PM, Peter Hyde-Smith <[EMAIL PROTECTED]> wrote: > > - Original Message - From: "Kelly Moore" <[EMAIL PROTECTED]> > Subject: [css-d] centering Part 2 > > >> piggy backing on my previous request, I have mocked up a whole >> banner/header scenario in which the navi

Re: [css-d] centering Part 2

2008-07-16 Thread Kelly Moore
On Wed, Jul 16, 2008 at 2:56 PM, Peter Hyde-Smith <[EMAIL PROTECTED]> wrote: > > - Original Message - From: "Kelly Moore" <[EMAIL PROTECTED]> > Subject: [css-d] centering Part 2 > > >> piggy backing on my previous request, I have mocked up a whole >> banner/header scenario in which the navi

Re: [css-d] centering Part 2

2008-07-16 Thread Kelly Moore
On Wed, Jul 16, 2008 at 3:39 PM, Adam Ducker <[EMAIL PROTECTED]> wrote: > Kelly Moore wrote: >> >> piggy backing on my previous request, I have mocked up a whole >> banner/header scenario in which the navigation tabs are almost >> centered, but not quite. This occurs eve in FF. The container whic

Re: [css-d] centering Part 2

2008-07-16 Thread Adam Ducker
Kelly Moore wrote: > yeah, that's pretty close. still, no idea why my container > #headertabs is appearing above the tabs? bizarre > > > I think maybe because the LIs inside the UL float so the UL can't expand down in Firefox except for the 10px padding. If you set a fixed height that might

Re: [css-d] IE, Nifty and backgrounds.

2008-07-16 Thread Sohail Aboobaker
Is there any fix available for these type of issues in IE6? Sohail On Wed, Jul 16, 2008 at 12:06 AM, Sohail Aboobaker <[EMAIL PROTECTED]> wrote: > The problem is apparent in IE6 on Win XP. There are extra white columns ion > right side and left side. > > Sohail. > > > On Tue, Jul 15, 2008 at 9:3

Re: [css-d] Need Help with CSS Table 3 column

2008-07-16 Thread Holly Bergevin
> Original Message >From: "Holly Bergevin" <[EMAIL PROTECTED]> >> >[EMAIL PROTECTED] wrote: >> >> http://www.utahredrockcanyonmotorcycletours.com/css3col.html >> >> Question, Randall, >> >> Why do you have all those links opening in new windows/tabs? Most people >> know how to

Re: [css-d] IE, Nifty and backgrounds.

2008-07-16 Thread David Hucklesby
On Tue, 15 Jul 2008 16:23:08 -0400, Sohail Aboobaker wrote: > Hi, > > Thanks to help from many on this list, I was able to get most of the corners > done > except some last issues with IE. Please have a look at > http://www.newwavecell.com/15jul08/Index.html. > > Why do I see extra white borders o