This is a discussion on CSS help, drop down menu in wordpress within the Coding Help forums, part of the Webmaster Help category; Hi Lads, Doing a freebie for the GAA club here at the moment and one of the things they want ...
| |||||||
| Register | Forum Rules | FAQ | Donate | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||||
| Hi Lads, Doing a freebie for the GAA club here at the moment and one of the things they want is a drop down menu from the top bar. Ballygarvan GAA Club If you hover over hurling you'll see my attempt. Sorry my css isn't the best and all that I was just wondering what the best attack would be? Is there some css i could use to insert other <ul> <li> tags? thanks for any help lads head wrecked! |
| |||||
| first of all there is no such thing as position:float second you need some javascript to detect the mouse coordinates and show/hide the div based on that.
__________________ :. Web Design & Development Web Design Ireland :. Search Engines Optimization Search Engines Optimization :. Directory Submission Directory Submission :. News & Press Release Ireland GiveItSocks.com :. Used Cars Ireland, Car Parts & Car Audio Cars For Sale, Car Parts & Accessories :. I Have 2 Find It Directory SEF Directory |
| |||||
| Balls, thought that float thing would work. I thought the onMouseOverthing would work? Sorry if this seems trivial, there are gaping holes in my css knowledge (apart from others) |
| |||||
| You should have a look at the menu system used at grc.com, it's 100% css and the guy was cool enough to make it public domain. GRC*|*Script-Free Pure-CSS Menu Demo Haven't tried it myself, but it looks damn fine if you can adapt it. |
| |||||
| Look up CSS Suckerfish Drop Downs. That should get you started. Generally Wordpress is quite good in that it nests menu's in LI items <ul> <li>List Item 1</li> <li>List Item 2</li> <li>List Item 3</li> <li>List Item 4</li> <ul id=sublist> <li>Sub List Item 1</li> <li>Sub List Item 2</li> <li>Sub List Item 3</li> </ul> </ul> If you can get your head around that you should be able to implement drop downs in Wordpress. Its a bit tricky, but possible. |
| |||||
| Finally got my head around it, main problems: 1 - lack of css knowledge 2 - too many random ones out there 3 - forgot to put in the essential piece of JS |
| Tags |
| css, drop, menu, wordpress |
| Thread Tools | |
| Display Modes | |
|
|
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Including wordpress in Content Management System & access to Hosting | swissalarm | CMS and Content Management | 10 | 19-04-2008 03:23 PM |
| Simple css horizontal drop-down menu | Big D | Coding Help | 5 | 22-12-2007 04:39 PM |
| Java Menu | Ronan O'F | Coding Help | 4 | 19-10-2007 12:08 AM |
| ie6 css :hover display:block; issue | matt-dublin | Coding Help | 0 | 17-09-2007 09:05 PM |
| CSS Issue for Wordpress Menu.. | Cormac | Coding Help | 4 | 03-12-2006 03:12 PM |
| ||||||||
| | ![]() | |||||||