Unread 11-20-2007, 05:09 PM
nightlrd nightlrd is offline
Junior Member
Join Date: Nov 2007
Posts: 3
  #1  
Default Help with IE7 issue pls

trying to set up a UDM menu and everything looks good in FF but when I view in IE7 I get a white line on the right side of the menus in which I have submenus. Help please.
Reply With Quote
Unread 11-20-2007, 11:17 PM
vinyl-junkie vinyl-junkie is offline
Moderator
Join Date: Aug 2007
Posts: 114
  #2  
Default

Post a link to your site so we can take a look.
__________________
Music Around The World - Collecting tips, trade
and want lists, album reviews, & more
SNAP to it!
Reply With Quote
Unread 11-29-2007, 07:35 PM
nightlrd nightlrd is offline
Junior Member
Join Date: Nov 2007
Posts: 3
  #3  
Default

Sorry it took so long for a reply.
link is as follows. page is still under development mind you

http://www.studioampd.com/private/JBA/index.html

thanks for any help or advise.
Reply With Quote
Unread 12-02-2007, 01:34 AM
vinyl-junkie vinyl-junkie is offline
Moderator
Join Date: Aug 2007
Posts: 114
  #4  
Default

First of all, it looks you have some things messed up in FF. In FF, your whole page is left justified, whereas it is centered in IE. Also in FF, your navigation menu sits on top of your logo (and the logo is a bit low on the page). To fix these problems, you need to make the following changes to your customstyle.css file (changes highlighted in red):

Code:
#container {
width:780px;
vertical-align:middle;
background-color:#FFFFFF;
margin: 0 auto;  /* centers the body */
}
and

Code:
#navigation {
/* background-color:#FFFFFF; */  /* not needed */
width:760px;
position:relative;
clear: both;  /* get the nav bar to go below the logo */
}
These changes will make your page look the same in both FF and IE.

As for your UDM problems, it is because your path to images is specified incorrectly for the directory structure you're using for your site. In udm-custom.js, find the following bit of code:

Code:
//path to images folder 
um.baseSRC = "/udm-resources/";
Remove the slash at the beginning of your value:

Code:
//path to images folder 
um.baseSRC = "udm-resources/";
Problem solved!
__________________
Music Around The World - Collecting tips, trade
and want lists, album reviews, & more
SNAP to it!
Reply With Quote
Unread 12-05-2007, 11:04 PM
nightlrd nightlrd is offline
Junior Member
Join Date: Nov 2007
Posts: 3
  #5  
Default

Thanks for the help. It's realy appreciated.
Reply With Quote
Unread 01-07-2008, 06:42 PM
ukweb88
Posts: n/a
  #6  
Default Help with drop-down menu

The drop-down menu appears fine in Firefox and other browsers but it is tilted to the right on IE 7. Any help is appreciated.

http://www.ukalumni.net/
Reply With Quote
Unread 03-04-2008, 05:43 PM
Aquitaine Aquitaine is offline
Junior Member
Join Date: Feb 2008
Posts: 6
  #7  
Default

I have this same problem in IE7:

http://dev.inleague.org/inleague/

(only one menu will appear in the not-logged-in screen, but it has this issue).
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 10:13 AM.


Powered by vBulletin® Version 3.0.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.