Re: [css-d] Drop Down Menu Problem in IE7 - Overlapping Elements

2009-08-03 Thread Rizky Syazuli
Hi, Sorry to bother again, but the fix has caused another problem. The links inside the banner now become unclickable. Both on FF and IE. It's probably coz of the negative z-index :( Any hints? Thx, Rizky On Mon, Aug 3, 2009 at 11:34 PM, Michael Grosch wrote: > Hello Rizky, > > you could try as

Re: [css-d] Drop Down Menu Problem in IE7 - Overlapping Elements

2009-08-03 Thread Rizky Syazuli
Cheers to you to Michael, Works perfectly now. It never cross my mind to use negative z-index. Nice.. Btw, it seems ok to me. It's not a hack and it works. So, it's fine by me :) Or maybe the others have a different opinion? Thx anyway. Rizky On Mon, Aug 3, 2009 at 11:34 PM, Michael Grosch wro

Re: [css-d] Menu bar in Safari hides content

2009-08-03 Thread David Laakso
Timothy Burgin wrote: > David, > > Thank you! Taking the overflow out helped get the content back but > now I'm seeing the last menu item "Philosophy" not being formatted by > the css in Safari, and in IE 6 the last two are not formatted with the > css. Weird! Any suggestions on a fix? > >

Re: [css-d] Menu bar in Safari hides content

2009-08-03 Thread Tim Snadden
On 4/08/2009, at 6:09 AM, Timothy Burgin wrote: > David, > > Thank you! Taking the overflow out helped get the content back but > now I'm seeing the last menu item "Philosophy" not being formatted by > the css in Safari, and in IE 6 the last two are not formatted with the > css. Weird! Any sug

Re: [css-d] nested lists in IE7

2009-08-03 Thread Alan Gresley
Dermot Ward wrote: > Hi Bobby, > > Thank you very much for your help. > > Please excuse my typo where I inadvertantly put 'class' instead of 'one'. > > Your solution below solves the main problem, it stops the bold style > being applied to the nested list in IE7. > > > > One > >

Re: [css-d] Menu bar in Safari hides content

2009-08-03 Thread Timothy Burgin
David, Thank you! Taking the overflow out helped get the content back but now I'm seeing the last menu item "Philosophy" not being formatted by the css in Safari, and in IE 6 the last two are not formatted with the css. Weird! Any suggestions on a fix? http://westashevilleyoga.com/yoga/

[css-d] nested lists in IE7

2009-08-03 Thread Dermot Ward
Hi Christian, Thank you very much for your solution which completely solved the problem and then some with the neat styling. Also thank you Alan for the useful suggestions and info on default and< li> margins and padding in various browsers. All much appreciated. Kind regards...Dermo

Re: [css-d] variable spacing of nav bar...

2009-08-03 Thread Jenni Beard
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Michael Beaudoin Sent: Monday, August 03, 2009 3:08 PM To: css-d@lists.css-discuss.org Subject: [css-d] variable spacing of nav bar... I'm using a list to make a horizo

Re: [css-d] variable spacing of nav bar...

2009-08-03 Thread Michael Beaudoin
On Aug 3, 2009, at 2:36 PM, Jenni Beard wrote: > -Original Message- > From: css-d-boun...@lists.css-discuss.org > [mailto:css-d-boun...@lists.css-discuss.org > ] On Behalf Of Michael Beaudoin > Sent: Monday, August 03, 2009 3:08 PM > To: css-d@lists.css-discuss.org > Subject: [css-d] var

Re: [css-d] variable spacing of nav bar...

2009-08-03 Thread David Laakso
Michael Beaudoin wrote: > I'm using a list to make a horizontal nav bar. > > Is it possible to make the spacing variable so that they are visually > separated? Do I have to assign a class or id to each one to adjust the > left margin/padding > > You can see the screenshot of how it's suppose

[css-d] variable spacing of nav bar...

2009-08-03 Thread Michael Beaudoin
I'm using a list to make a horizontal nav bar. Is it possible to make the spacing variable so that they are visually separated? Do I have to assign a class or id to each one to adjust the left margin/padding? You can see the screenshot of how it's supposed to look here: http://www.ba-doyn.co

Re: [css-d] Why in IE does the left column of my two-col layout sit lower than my right column?

2009-08-03 Thread David Laakso
Rose and Frankie Meehan wrote: > I've created a site using a slightly modified version of a template from Free > CSS Templates . It's a two-column layout > (or at least I *think* it is!). On my own computer at least, it works fine > in Firefox but in IE7 (and I ass

Re: [css-d] Drop Down Menu Problem in IE7 - Overlapping Elements

2009-08-03 Thread Michael Grosch
Hello Rizky, you could try assigning a z-index of -1 to the banner class. This should work, although it doesn't seem right to me. What do the others think? Cheers from Germany, Michael Am 03.08.2009 um 10:38 schrieb Rizky Syazuli: > Hi list, > > My drop down menu is acting weird in IE7. I

[css-d] Why in IE does the left column of my two-col layout sit lower than my right column?

2009-08-03 Thread Rose and Frankie Meehan
I've created a site using a slightly modified version of a template from Free CSS Templates . It's a two-column layout (or at least I *think* it is!). On my own computer at least, it works fine in Firefox but in IE7 (and I assume, earlier versions too) there is a p

Re: [css-d] Menu bar in Safari hides content

2009-08-03 Thread David Laakso
Timothy Burgin wrote: > Having a weird issue in Safari with a menu bar that is broken into 2 > ULs separated by a graphic. Looks fine in Firefox, but in Safari the > content after the menubar is hidden, even though I can see it if I > view source of page. The CSS validates fine. > > http://

Re: [css-d] nested lists in IE7

2009-08-03 Thread Christian Heilmann
Dermot Ward wrote: > Hi Bobby, > > Thank you very much for your help. > > Please excuse my typo where I inadvertantly put 'class' instead of 'one'. > > Your solution below solves the main problem, it stops the bold style > being applied to the nested list in IE7. > > > > One > >

[css-d] Menu bar in Safari hides content

2009-08-03 Thread Timothy Burgin
Having a weird issue in Safari with a menu bar that is broken into 2 ULs separated by a graphic. Looks fine in Firefox, but in Safari the content after the menubar is hidden, even though I can see it if I view source of page. The CSS validates fine. http://westashevilleyoga.com/yoga/ Here

[css-d] nested lists in IE7

2009-08-03 Thread Dermot Ward
Hi Bobby, Thank you very much for your help. Please excuse my typo where I inadvertantly put 'class' instead of 'one'. Your solution below solves the main problem, it stops the bold style being applied to the nested list in IE7. One One A One B

[css-d] nested lists in IE7

2009-08-03 Thread Dermot Ward
Sorry for my typo in original post. .class should read .one in the style snippet..Dermot. __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incu

Re: [css-d] nested lists in ie7

2009-08-03 Thread Bobby Jack
--- On Mon, 8/3/09, Dermot Ward wrote: Hi Dermot, > .class { >     font-weight: bold; > } Do you REALLY mean this? That selector will only match HTML elements with a class of 'class' - e.g. - is that really what you intended? > >     One >         >             One A >             One B >

[css-d] nested lists in ie7

2009-08-03 Thread Dermot Ward
Hello all. I have a nested list problem in IE7. I want to highlight a selected item in a list by applying a bold style to the selected item, but IE7 applies the bold style to not just the selected item but to everything within the nested list also. Firefox and Safari work perfectly. Hope this

[css-d] Drop Down Menu Problem in IE7 - Overlapping Elements

2009-08-03 Thread Rizky Syazuli
Hi list, My drop down menu is acting weird in IE7. It's overlapped by another element that's not even positioned absolutely. Btw, I didn't really tested it on IE7. I use IE8 running in Compatibility View mode. Below is the URL to the html page and css. Pls advise.. http://ibudanbalita.com/templ