"http://www.css-discuss.org/ :-)"

I tried that also :)

Had to put this to stylesheet to get it 'fire'
select.menu {}

But it didn't solve the problem...

thanks for the effort anyway.

-Will





"Kim Christensen" <[EMAIL PROTECTED]> kirjoitti 
viestissä:[EMAIL PROTECTED]
On 2/17/06, William Stokes <[EMAIL PROTECTED]> wrote:
> I have a <select> menu on a header bar on my page. The header bar is 20px
> high. The menu, code and style below, works ok on Opera but not in Ie6 or
> Firefox. In these browsers the menu 'streches' the bar height so that the 
> bg
> image starts repeating itself. (looks nasty) It's almost like the menu
> prints one 'invisble' or empty row beneath the menu so that the header bar
> becomes about 30 or 35px high. Any ideas?

Try using defining the style as a class instead of ID, since ID makes
every child element inside the parent inheriting the style - seems
that different browsers handle this differently, but my guess is that
this is the case. So, remove the # in the style sheet and call upon
the style by using class="menu" instead of id="menu".

> This might not be a PHP related issue. I don't know. But this one is 
> really
> bothering me.

http://www.css-discuss.org/ :-)

--
Kim Christensen
[EMAIL PROTECTED] 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to