Jump to content

[SOLVED] Cross browser issues


stublackett

Recommended Posts

Hi,

 

My site : http://www.fpwebdesign.com/fusionsnow/

 

The top buttons work fine in IE as they sit quite nicely within the relevant menu, But loading it in FireFox / Google Chrome etc the buttons site way off the menu

 

How can I make sure that they dont in FireFox and Chrome?

 

My CSS / HTML is as follows

 

HTML...

<div id="top-menu">
    	<ul>
        	<li><a href="#" class="opacityit"><img src="images/home.jpg" alt="Home" border="0" /></a></li>
            <li><a href="#" class="opacityit"><img src="images/sass-fee_btn.jpg" alt="Saas Fee" border="0" /></a></li>
            <li><a href="#" class="opacityit"><img src="images/lessons.jpg" alt="Lessons" border="0" /></a></li>
            <li><a href="#" class="opacityit"><img src="images/bookings.jpg" alt="Bookings" border="0" /></a></li>
            <li><a href="#" class="opacityit"><img src="images/contact.jpg" alt="Contact" border="0" /></a></li>
        </ul>
     </div>

 

CSS

#top-menu {
position: absolute;
width: 900px;
height : 42px;
background-image:url(images/menu-bg.jpg);
top: 199px;
left: 33px;
}

#top-menu ul { list-style: none; }
#top-menu li { display: inline; padding-right:25px; }

 

I'm assuming its something to do with the UL Styling?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.