[css-d] prob with margin, padding and bg images

2008-07-31 Thread fomede asaah
hi, I was a problem withthis margin and padding and using bg image for h2 can someone take a look at this link: http://www.pizza-suljo.de/help/test.html and give me the best solution? i would be very grateful. best regards asaah _

Re: [css-d] prob with margin, padding and bg images

2008-07-31 Thread Bobby Jack
--- On Thu, 7/31/08, fomede asaah [EMAIL PROTECTED] wrote: I was a problem withthis margin and padding and using bg image for h2 can someone take a look at this link: http://www.pizza-suljo.de/help/test.html Try: .box h2 { height: 28px; } (the height should be the image height - the 5

Re: [css-d] prob with margin, padding and bg images

2008-07-31 Thread Rainer Halbmann
hi asaah, 2008/7/31 fomede asaah [EMAIL PROTECTED]: I was a problem withthis margin and padding and using bg image for h2 can someone take a look at this link: http://www.pizza-suljo.de/help/test.html and give me the best solution? i would be very grateful. it's not because you have a

[css-d] Disappearing Drop Down

2008-07-31 Thread Tod
I'm creating a search form. What I'd like to do is: - On the far left have a dropdown to select a product. - Next to it a javascript dropdown to select a category. This is javascript managed so I can control it dynamically appearing as necessary based on the product selection. Its default

[css-d] css-d@lists.css-discuss.org

2008-07-31 Thread Lisa Wilcox
Yikes! Dreadfully slow even on my T1 line. I would suggest having a sit down meeting with the designer and the church contact person and explain the merits of a fast loading web page and how it will help them from an accessibility and search engine standpoint. If potential church members get on

[css-d] adobe web site

2008-07-31 Thread Lisa Wilcox
Is it just me or is adobe.com's home page menu getting lost behind their header flash? I'm on Vista home premium running FF 2.0 and when I view adobe.com (home page) the menu drops down behind the flash and you can't access their menus. It's driving me crazy! The company that touts being the

Re: [css-d] IE7 bug - scroll bar extends w/ floated italics

2008-07-31 Thread Alan Gresley
fat graffix wrote: hi all... seems because of a floated italicized paragraph in IE7, the scroll bar at bottom of page extends beyond the window width — only happens in IE7, not IE6. i remember seeing something about this bug on this list... anybody know what's up ??? -

Re: [css-d] 100% height over existing page

2008-07-31 Thread Alan Gresley
Seona Bellamy wrote: Hi guys, I need to create an absolutely positioned div that will float on top of the existing page layout, and be 100% of the height of the rendered page, not the viewport. [..] Cheers, Seona. Simply give the ancestor of the a.p. box position:relative which

Re: [css-d] Menu Bar Not Lined Up in IE7

2008-07-31 Thread Alan Gresley
Carol Huddleston wrote: Thank you very much! This worked for me. Also, I was not aware of conditional comments before I asked this question, but after reading about it, I did use a separate IE stylesheet for the solution listed above. I don't see conditional comments mentioned a lot on

Re: [css-d] Image too small in IE7, Padding moves footer

2008-07-31 Thread Alan Gresley
Carol Huddleston wrote: Thanks everyone for your help so far. I do need help on a couple more things: http://www.prairiedreamstudio.com/testindex.html http://www.prairiedreamstudio.com/css/layout.css http://www.prairiedreamstudio.com/css/allie.css 1) In IE7, the photo has a border

[css-d] Suckerfish only shows correctly in IE7

2008-07-31 Thread good one
With IE7 it works except for the fact that I get a small issue with two links being on the same line as shown here: http://tinyurl.com/6go9gj IE -7 the drop down doesn't show: http://tinyurl.com/5e96h7 and Firefox it seems like it is hidden although it does show just the top of the drop

Re: [css-d] Suckerfish only shows correctly in IE7

2008-07-31 Thread Kevin Doyle
With IE7 it works except for the fact that I get a small issue with two links being on the same line as shown here: http://tinyurl.com/6go9gj IE -7 the drop down doesn't show: http://tinyurl.com/5e96h7 and Firefox it seems like it is hidden although it does show just the top of the drop down:

Re: [css-d] Suckerfish only shows correctly in IE7

2008-07-31 Thread David Laakso
good one wrote: http://tinyurl.com/6go9gj why is it not showing properly? cheers Once you get the drop-down thing showing properly, you've still got to contend with users like my twisted sister. Or do you? http://www.chelseacreekstudio.com/ca/cssd/go.png

Re: [css-d] prob with margin, padding and bg images

2008-07-31 Thread David Laakso
fomede asaah wrote: hi, I was a problem withthis margin and padding and using bg image for h2 can someone take a look at this link: http://www.pizza-suljo.de/help/test.html and give me the best solution? i would be very grateful. best regards asaah .box h2 { background:

[css-d] IE6 Drop Down

2008-07-31 Thread Kevin Crawford
Hey everybody, I'm working on http://epraxadev.com/lbso_site/ and I've run into a problem in IE6 re: spacing in the UL dropdown menu. Under Tickets Concerts, the first level links that have nested lists (Classics, Symphony POPS!) have extra spacing below them. Not too sure where it's coming from,

Re: [css-d] Suckerfish only shows correctly in IE7

2008-07-31 Thread good one
Date: Thu, 31 Jul 2008 10:00:54 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; css-d@lists.css-discuss.org Subject: Re: [css-d] Suckerfish only shows correctly in IE7 With IE7 it works except for the fact that I get a small issue with two links being on the same line as shown

Re: [css-d] 100% height over existing page

2008-07-31 Thread Seona Bellamy
2008/8/1 Alan Gresley [EMAIL PROTECTED]: Seona Bellamy wrote: I need to create an absolutely positioned div that will float on top of the existing page layout, and be 100% of the height of the rendered page, not the viewport. Simply give the ancestor of the a.p. box position:relative which