473,403 Members | 2,222 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

What type of menu is this?

Hi there
Just wondering if you could tell me what the type of list that is used as the main menu on the left hand side of this site:
http://www.dickenschristmasparty.co.uk/

Just wanting to know what that type of menu's called. Is it a unordered list with a hover effect?

Have tried replicating CSS from viewing the page source but to no avail.
Thanks in advance.
Gidgetstarbaby.
Aug 6 '08 #1
1 1097
hsriat
1,654 Expert 1GB
Expand|Select|Wrap|Line Numbers
  1. a (line 15)
  2. {
  3. text-decoration: underline;
  4. color: white;
  5. }
  6. .menu_party (line 44)
  7. {
  8. background-image: url(/images/menu/party.jpg);
  9. }
  10. a:hover (line 16)
  11. {
  12. text-decoration: underline;
  13. color: #9d8d32;
  14. }
  15. #menu li a (line 39)
  16. {
  17. display: block;
  18. width: 218px;
  19. height: 40px;
  20. background-position: left top;
  21. background-repeat: no-repeat;
  22. text-indent: -10000px;
  23. overflow-x: hidden;
  24. overflow-y: hidden;
  25. }
  26. #menu li a:hover (line 40)
  27. {
  28. background-position: left bottom;
  29. }
Its using background image in each menu item, and when hovered, its position is shifted to show the other part of the same image.
Aug 6 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: fastwings | last post by:
mm the code //////makemenu.h//// class menu { public: int op; pmenu(int op,int sub = 0) { switch op {
17
by: Paul | last post by:
HI! I get an error with this code. <SCRIPT language="JavaScript"> If (ifp==""){ ifp="default.htm"} //--></SCRIPT> Basicly I want my iframe to have a default page if the user enters in...
1
by: ArcadeJr | last post by:
Good morning all! I have been getting a Run-time Error message #3464 - Data Type mismatch in criteria expression. While trying to run a query. I have a database where the field Asset_Number...
0
by: Charles | last post by:
Hello, I am looking for a sample treeview type of menu to program in to a asp.net app. Any samples, ideas, or pointers would be helpful. Currently I have a Repeater control that has some...
10
by: Enrika | last post by:
I'm speaking for the menu that appears in the dark green bar near the top of the following web page: http://www.analyticalgroup.com/soft.htm Note: The menu only works in IE. In IE, the menu...
0
by: Garmt de Vries-Uiterweerd | last post by:
X-posted to opera.page-authoring, because this is a bit Opera-specific for the moment. F'up to ciwas. I am playing around with dedicated styling for the projection media type.. Currently the...
3
by: shonen | last post by:
http://www.shonenshead.com/testing.html Link provided above for the small little backend im working on for the company I work for. (Nothing to fancy, or requiring a crap load of work, I just don't...
5
Haitashi
by: Haitashi | last post by:
Hello everyone: I have a CFMenu with the type set to horizontal. I'd like to have the sub-menu items open vertically. Is that possible? Here is my code. I want the Portals sub-menu (Portal A,...
7
by: FrEaK411 | last post by:
Ok well Im new to the programming world and Im trying to make and Invaders type game for a class and needing some help on an error. public class MenuBaseGameState : GameState { //a...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.