Unread 12-05-2007, 08:59 PM
ddc312 ddc312 is offline
Junior Member
Join Date: Dec 2007
Posts: 2
  #1  
Unhappy Firefox 2.0.0.11 not working while IE7 just fine

Hello,

I've installed UDM in a very basic way with a little bit of custom style.
http://www.hivcenternyc.org/test1.htm

It works great in IE7 but not at all in Firefox. I've tried the following:

1) Tidied elements with a validator
2) Removed the custom style and replaced with original

Neither has helped. I do notice that one difference stands out, the lack of images in the Firefox rendered version.

Can anyone help?
Darren Carter, MD
Reply With Quote
Unread 12-06-2007, 01:21 AM
vinyl-junkie vinyl-junkie is offline
Moderator
Join Date: Aug 2007
Posts: 114
  #2  
Default

When I ran your page through the W3C validator, I got 26 errors. You might want to try fixing those and see if that cures your menu problems. After that, if you still have problems, let us know. We'll be glad to help if we can.
__________________
Music Around The World - Collecting tips, trade
and want lists, album reviews, & more
SNAP to it!
Reply With Quote
Unread 12-06-2007, 05:23 AM
bcarl314 bcarl314 is offline
Senior Member
Join Date: Aug 2007
Posts: 141
  #3  
Default

Looks like your ul / li code is not valid. You have:

Code:
<ul id="udm" class="udm">
	<li><a class="nohref">About the Center</a></li>
		<ul>
			<li><a href="/index.htm">Home</a>
			</li>

			<li><a href="/whoweare/">Who We Are</a>
			</li>
			<li><a href="/contact/">Contact</a>
			</li>
			<li><a href="/whoweare/faqs.html">FAQs</a></li>
			<li><a href="/newsletter/archives.html">Newsletters</a></li>
		</ul>

	<li><a class="nohref">Research Portfolio</a></li>
		<ul>
			<li><a href="/people/">Researchers and Staff</a></li>
			<li><a href="/whoweare/organization.html">Cores</a></li>
			<li><a href="/research/">Projects</a></li>
			<li><a href="/international/">International Research</a></li>

		</ul>
	<li><a class="nohref">Activities</a></li>
		<ul>
			<li><a href="/lectures/">Grand Rounds</a></li>
			<li><a href="/publications/">Publications</a></li>
			<li><a href="/training/">Training</a></li>
			<li><a href="/videos/">Videos</a></li>

		</ul>
</ul>
try this instead:

Code:
<ul id="udm" class="udm">
	<li><a class="nohref">About the Center</a>
		<ul>
			<li><a href="/index.htm">Home</a>
			</li>

			<li><a href="/whoweare/">Who We Are</a>
			</li>
			<li><a href="/contact/">Contact</a>
			</li>
			<li><a href="/whoweare/faqs.html">FAQs</a></li>
			<li><a href="/newsletter/archives.html">Newsletters</a></li>
		</ul>
	</li>
	<li><a class="nohref">Research Portfolio</a>
		<ul>
			<li><a href="/people/">Researchers and Staff</a></li>
			<li><a href="/whoweare/organization.html">Cores</a></li>
			<li><a href="/research/">Projects</a></li>
			<li><a href="/international/">International Research</a></li>

		</ul>
	</li>
	<li><a class="nohref">Activities</a>
		<ul>
			<li><a href="/lectures/">Grand Rounds</a></li>
			<li><a href="/publications/">Publications</a></li>
			<li><a href="/training/">Training</a></li>
			<li><a href="/videos/">Videos</a></li>

		</ul>
	</li>
</ul>
Reply With Quote
Unread 12-06-2007, 09:25 PM
ddc312 ddc312 is offline
Junior Member
Join Date: Dec 2007
Posts: 2
  #4  
Default Much obliged!

The problem with the nested <li> was it. Thanks for seeing that. Much easier than fixing 26 validator problems first.

DC
Reply With Quote
Unread 12-07-2007, 02:50 AM
vinyl-junkie vinyl-junkie is offline
Moderator
Join Date: Aug 2007
Posts: 114
  #5  
Default

You should still fix those other validation problems, if not for the purpose of getting UDM to work, at least for possible page rendering problems in different browsers.
__________________
Music Around The World - Collecting tips, trade
and want lists, album reviews, & more
SNAP to it!
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 08:10 AM.


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