[css-d] CSS Image Maps in IE6

2008-05-24 Thread maxxu !
Hello, I have a problem with CSS Image Maps in IE6. http://maxxu.casacolor.ro/css-exp/css-image-maps.html Let's take the first, the Static CSS Image Maps. In FF2, it works fine. But in IE6, I have a gap between the bottom of the image and the next element. If I add display:inline to

Re: [css-d] CSS Image Maps in IE6

2008-05-24 Thread Mark Wheeler
On May 24, 2008, at 6:07 AM, maxxu ! wrote: http://maxxu.casacolor.ro/css-exp/css-image-maps.html Hi, No guarantees, but it sticks in my mind that this may be a white space issue. Try putting everything: div id=staticMaps img src=images/manhattan.jpg

Re: [css-d] CSS Image Maps in IE6

2008-05-24 Thread maxxu !
It removed just 1 pixel, I'll say. Thanks anyway, Mark. Mark Wheeler wrote: On May 24, 2008, at 6:07 AM, maxxu ! wrote: http://maxxu.casacolor.ro/css-exp/css-image-maps.html Hi, No guarantees, but it sticks in my mind that this may be a white space issue. Try putting everything:

[css-d] Footer at bottom of page/viewport

2008-05-24 Thread Jørgen Farum Jensen
I have created an example page with the intent of demonstrating how you can have a footer at the bottom of the viewport, when the page has less content that the viewport alllows for, or, if there is more content than the viewport allows for, the footer is displayed at the bottom of the page.

Re: [css-d] CSS Image Maps in IE6

2008-05-24 Thread E Michael Brandt
That's the ul: when I set ul to display:none, it disappears. Hope that helps. E. Michael Brandt www.divahtml.com www.divahtml.com/products/scripts_dreamweaver_extensions.php Standards-compliant scripts and Dreamweaver Extensions www.valleywebdesigns.com/vwd_Vdw.asp JustSo PictureWindow

Re: [css-d] CSS Image Maps in IE6

2008-05-24 Thread maxxu !
Indeed, adding display:none; to ul, removes the gap, but it also removes the image maps. It removes all boxes. Thanks Michael. E Michael Brandt wrote: That's the ul: when I set ul to display:none, it disappears. Hope that helps. E. Michael Brandt www.divahtml.com

Re: [css-d] CSS Image Maps in IE6

2008-05-24 Thread Gunlaug Sørtun
maxxu ! wrote: I have a problem with CSS Image Maps in IE6. http://maxxu.casacolor.ro/css-exp/css-image-maps.html Is this what you want... http://www.gunlaug.no/tos/alien/max/test_08_0524.html ..? Positioning the li - not the anchor, and adding a pseudo-background onto the block'ed anchor

Re: [css-d] CSS Image Maps in IE6

2008-05-24 Thread David Laakso
Gunlaug Sørtun wrote: maxxu ! wrote: I have a problem with CSS Image Maps in IE6. http://maxxu.casacolor.ro/css-exp/css-image-maps.html Is this what you want... http://www.gunlaug.no/tos/alien/max/test_08_0524.html ..? Positioning the li - not the anchor, and adding a

Re: [css-d] CSS Image Maps in IE6

2008-05-24 Thread maxxu !
It works now. Thank you, Georg. Gunlaug Sørtun wrote: maxxu ! wrote: I have a problem with CSS Image Maps in IE6. http://maxxu.casacolor.ro/css-exp/css-image-maps.html Is this what you want... http://www.gunlaug.no/tos/alien/max/test_08_0524.html ..? Positioning the li - not the

Re: [css-d] CSS Image Maps in IE6

2008-05-24 Thread Gunlaug Sørtun
David Laakso wrote: http://www.gunlaug.no/tos/alien/max/test_08_0524.html display:block; closes the remaining tiny gap remaining under the image (s) in FF-- what closes it IE/6 ? img {display: block;} solves it in IE6 as in other browsers. Molly 'the cat' -- http://www.gunlaug.no

[css-d] IE6 div height problem inside definition lists

2008-05-24 Thread Ian Swenson
I haven't found anything with google-fu on this problem. Example page can be found at: www.ianswenson.com/ie6ddbug.html When definition lists are relatively small (say 30px), divs within a dd make themselves larger than they should be in IE6. For example, if a 30px dd contains (3) 10px