Re: [css-d] problems with rollovers on dropdowns

2008-06-05 Thread Bill Brown
> http://www.blackfootchallenge.org/rebeccatest/homepage1_test.html > In FF, looks generally o.k., but hovering on the dropdown list items adds in > some undesirable margins and padding, though I can't find where those are > in the CSS. IE 7 shows many more problems. Too much padding above > "sma

Re: [css-d] IE Margin Issues

2008-06-05 Thread Arlen Walker
On Jun 4, 2008, at 10:33 PM, David Terrell wrote: > Hello All, > > I have an issue with a negative margin in IE. I have > this site set up so that the navigation falls back on > top of the header as seen in this capture: Wouldn't it have been simpler all around to just use the header image as

Re: [css-d] IE and img trouble

2008-06-05 Thread Arlen Walker
On Jun 4, 2008, at 10:46 PM, christopher wrote: > I've got a question about a layout I'm doing in which I > keep getting the background color poking out between > the images I'm using. I'm not sure why this is, and > it's only in Internet Explorer (opera and firefox > display it with out this). I

Re: [css-d] html comments causing ghost text to appear in ie6 ???

2008-06-05 Thread David Hucklesby
On Tue, 03 Jun 2008 02:47:05 -0400, snak detek+0r wrote: > I can barely even describe what's happening, but it's easy to look at. > > see here -> http://tinyurl.com/3ezwej > > the top and bottom sections each have a line of html comment. In these > sections, the > last letter in the div is REPEATE

[css-d] Firefox problem with flyout menus

2008-06-05 Thread Tom McNeer
Hi folks, Before I ask for help, let me warn everyone that the code I'm about to point you to does not validate. And I do not (at the moment) have access/permission to make it so. But if you're willing to take a look, I'd appreciate any opinions on the problem. It involves the integration of a C

Re: [css-d] Firefox problem with flyout menus

2008-06-05 Thread Ingo Chao
Tom McNeer wrote: > Hi folks, > > Before I ask for help, let me warn everyone that the code I'm about to point > you to does not validate. And I do not (at the moment) have > access/permission to make it so. > > But if you're willing to take a look, I'd appreciate any opinions on the > problem. >

Re: [css-d] Firefox problem with flyout menus

2008-06-05 Thread Tom McNeer
Ingo, Thanks very, very much for your explanation. I didn't actually see anything happen in Firebug when I selected #twocolumn and moved my mouse near the borderline. What should I have seen? But of course, your solution worked. I'm very grateful. Just to be clear: the CSS in those divs is part

Re: [css-d] Firefox problem with flyout menus

2008-06-05 Thread Ingo Chao
Tom McNeer wrote: > Ingo, > > Thanks very, very much for your explanation. I didn't actually see anything > happen in Firebug when I selected #twocolumn and moved my mouse near the > borderline. What should I have seen? It was just a debugging note. When hovering over the submenu, the mouse loos

Re: [css-d] Target IE7? Or Something Better?

2008-06-05 Thread Chris Akins
Actually, I DID add the following to target IE7 only: *:first-child+html #navListHor img {margin-top:9px;} But I guess I'm still wondering if I can do this more efficiently. 'Cause now I have 3 rules for those menu images. One for standards compliant browsers, one for IE6, and now one for IE7.

[css-d] Fix for IE bottom margin float bug?

2008-06-05 Thread Timothy Kelty
Does anyone know an workaround/fix/hack for the problem described here: http://www.maratz.com/blog/archives/2006/11/11/ie-7-quirks-floats-and-margins/ Essentially, when an element is floated within a container and has a bottom margin, IE6 and 7 seem to ignore the bottom margin. I've tried several

Re: [css-d] Fix for IE bottom margin float bug?

2008-06-05 Thread David Laakso
Timothy Kelty wrote: > Does anyone know an workaround/fix/hack for the problem described here: > http://www.maratz.com/blog/archives/2006/11/11/ie-7-quirks-floats-and-margins/ > > Essentially, when an element is floated within a container and has a > bottom margin, IE6 and 7 seem to ignore the bott

Re: [css-d] drop-down navigation (not hovering in IE)

2008-06-05 Thread Ryan Oswald
well, I got then menu working correctly in all browsers. Then only problem now is... in IE 7 when you click on one of the drop- down menu items then hover off the drop-down does not go away. Any ideas why this is? http://www.ozworkz.com/delnorte/temp/ Thanks, Ryan On Jun 4, 2008, at 12:58 PM, Ry

Re: [css-d] IE Margin Issues

2008-06-05 Thread Chris Williams
Don't put the header image CSS in the style sheet, but on the code for the page... > From: David Terrell <[EMAIL PROTECTED]> > Subject: Re: [css-d] IE Margin Issues > > The header image has to change for every page so it > would be impractical to create a different style sheet > for each page so

Re: [css-d] IE Margin Issues

2008-06-05 Thread Gunlaug Sørtun
David Terrell wrote: > I have an issue with a negative margin in IE. I have this site set up > so that the navigation falls back on top of the header [...] > http://www.lyramid.com/test The following additions/corrections should bring IE in line with the others, or the other way round... #menu