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" 
alt="manhattan flickr style" />

                                        <ul>
                                                <li class="statueLiberty">
                                                        <a href="#" 
title="Statue of Liberty">Statue of Liberty</a>
                                                </li>
                                                <li class="Boat">
                                                        <a href="#" title="Big 
Boat Here">Big Boat Here</a>
                                                </li>
                                        </ul>

                                </div><!-- end #staticMaps -->


and make it all on one line:

<div id="staticMaps"> <img src="images/manhattan.jpg" alt="manhattan  
flickr style" /><ul> <li class="statueLiberty"> <a href="#"  
title="Statue of Liberty">Statue of Liberty</a> </li> <li  
class="Boat"> <a href="#" title="Big Boat Here">Big Boat Here</a> </ 
li> </ul></div><!-- end #staticMaps -->

Again, it's just a thought. I think I had something similar happen once.

Mark
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to