Hello Daniweb,

i am having problems with the second button in my rather simple nav. i looked over the code a couple times but i can't seem to figure out why the hover is behaving teh way it is...perhaps someone with fresh eyes can help me out??

my nav:
http://elneco.biz/mynav/yeah.html

my css:
http://elneco.biz/mynav/mystyle.css

Thank You to anyone that tries to help me out-
-Jaime

Recommended Answers

All 2 Replies

In the file mystyle.css see the style

.nav-Hotels, .nav-Hotels-click {
		position: absolute;
		top: 72;
		left: 0px;
		width: 125px;
		height: 42px;
		background: url(pix/Nav.png) no-repeat -125px -72px;
	}

Here top is set as
top:72;
Set the units for the value there.
i.e
top:72px;

Hope this solves the issue

wow..Thanks so much! What an easy fix, i can't believe i was ripping by code apart for such a simple mistake..haha thank you

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.