Re: [css-d] menu problems

2006-07-16 Thread Ingo Chao
Jeralyn Merideth wrote: ...Could someone help me figure out why my hover isn't filling up the entire space of the menu block? http://216.119.67.187/js/index.htm# It is difficult to archive such a menu in an inline context. With setting line-height:2em; for the link, as you did, you don't

Re: [css-d] menu problems

2006-07-16 Thread Ingo Chao
Ingo Chao wrote: This example is broken in IE-Mac, the hover interacts with other buttons. I don't know why. Hope someone else sees what I am missing. http://www.satzansatz.de/cssd/tmp/jsnav.html Updated the file with a IE-Mac hack. It's always good to have a resource that has the

Re: [css-d] Random Space

2006-07-16 Thread Designer
Felix Miata wrote: text-align:left/*center*/ Hi Felix, I've googled this intriguing bit of markup and got nothing. Also looked for David's term : 'flush left/scatter right' to no avail. What /exactly/ does it do, and have you got any links to it? Thanks -- Best Regards, Bob McClelland

Re: [css-d] Random Space

2006-07-16 Thread Rahul Gonsalves
Designer wrote: Felix Miata wrote: text-align:left/*center*/ Hi Felix, I've googled this intriguing bit of markup and got nothing. Also looked for David's term : 'flush left/scatter right' to no avail. What /exactly/ does it do, and have you got any links to it? Thanks Hi

Re: [css-d] menu problems

2006-07-16 Thread Jeralyn Merideth
Thanks you guys! I could see the background image for hover on both examples of the fixes, but when I added the solutions to my css and rendered my page, all I could see was the olive color on hover and not the original gradient image. Why is this and did I miss something? Thanks again, J

[css-d] container div doesn't grow to hold images

2006-07-16 Thread Ivar van Duuren
Hi there, I have a problem with a page of a personal page. The url is this: http://www.gritter.org/trouwen/pics.html As you'll see, the pictures are not contained by their parent div. To me it looks like they float but in the css they're not defined as floating... Could anyone tell us what the

Re: [css-d] IE float bug perhaps-column overlaps footer

2006-07-16 Thread Don Hinshaw
Gunlaug Sørtun wrote: :-) The usual: IE/win needs its 'hasLayout'[1] trigger. Add... #footer {height: 100%;} ...and it'll be fine. regards Georg [1]http://www.satzansatz.de/cssd/onhavinglayout.html Thank you Georg. I may have to start sending you royalty checks...you always

[css-d] Horizontal menu continuous background issue

2006-07-16 Thread Mike A
Test page: http://bonjela.si8s.co.uk/menus/alchemyMAmodified/alch-testpage.php. Using Head 1 as an example, on hover the sub-menu appears with the same background color as Head 1. However, if I then move the cursor down over the sub-menu the background of Head 1 reverts to its unhovered state.

Re: [css-d] container div doesn't grow to hold images

2006-07-16 Thread Ann Adamcik
- Original Message From: Ivar van Duuren [EMAIL PROTECTED] I have a problem with a page of a personal page. The url is this: http://www.gritter.org/trouwen/pics.html As you'll see, the pictures are not contained by their parent div. To me it looks like they float but in the css they're

[css-d] CSS Formatting

2006-07-16 Thread Yehuda Katz
Hi guys, Michael Geary of the jQuery list suggested I continue a discussion I started there on this list related to CSS. Essentially, I created a set of CSS Formatting guidelines designed to get designers to create readable CSS that other designers could quickly get up to speed on. The spec is

Re: [css-d] container div doesn't grow to hold images

2006-07-16 Thread Yehuda Katz
Do this: Add overflow: hidden and margin-left: 0 to your #right div. -- Yehuda Katz On 7/16/06, Ann Adamcik [EMAIL PROTECTED] wrote: - Original Message From: Ivar van Duuren [EMAIL PROTECTED] I have a problem with a page of a personal page. The url is this:

[css-d] CSS validation question

2006-07-16 Thread Peggy Coats
When I'm validating my CSS, I keep getting warnings such as listed below using the W3C validation service: - Line : 5 (Level : 1) You have no color with your background-color : body - Line : 11 (Level : 1) You have no color with your background-color : #content - Line : 29 (Level

Re: [css-d] CSS validation question

2006-07-16 Thread Portman
Hi Peggy, Can you send a link to the page? Riva Peggy Coats wrote: When I'm validating my CSS, I keep getting warnings such as listed below using the W3C validation service: - Line : 5 (Level : 1) You have no color with your background-color : body - Line : 11 (Level : 1) You

Re: [css-d] CSS validation question

2006-07-16 Thread francky
Peggy Coats wrote: When I'm validating my CSS, I keep getting warnings such as listed below using the W3C validation service: - Line : 5 (Level : 1) You have no color with your background-color : body - Line : 11 (Level : 1) You have no color with your background-color : #content

[css-d] Internal Anchor Tag Breaks Layout in FF

2006-07-16 Thread Amaryllia Liu
I started learning CSS a few months ago so I'm still very much a beginner at this. The problem I'm having can be see at http://www.erotophilia.com/July2006/brokenlayout.html When any of the anchor links on top are clicked, the page layout breaks in FF, but seems to work find in IE. This is a