This is a discussion on "Navigation with style" within the Starting Out section. This forum, and the thread "Navigation with style are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Navigation with style
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Navigation with style
Hi guys, I have decided that I want a navigation at the top, underneath my title, but i want each section in a 'box' if you understand me. If possible I also want a drop down menu on each section. Thanks Frankiiei x
|
|
|
|
#2
|
|||
|
|||
|
Re: Navigation with style
What exactly is your question?
|
|
#3
|
|||
|
|||
|
Re: Navigation with style
I want the navigation to be across the top of my webpage but each topic e.g 'houses' or whatever to be in like a box, and when you put the cursor across it, you get a drop down menue?
|
|
#4
|
|||
|
|||
|
Re: Navigation with style
You may need to use a javascript for the drop down menu effect, try searching google for drop down menu javascripts, they will come with tutorials on most sites so are easy enough to use.
|
|
#5
|
|||
|
|||
|
Re: Navigation with style
what if i just went for a navitagtion at the top, instead of having just the 'links' i want the text inside 'boxes'
|
|
#6
|
|||
|
|||
|
Re: Navigation with style
You can do that with CSS.
take a look at this site: http://www.cssplay.co.uk/menus/ It shows a lot of styles you can apply to menus. |
|
#7
|
|||
|
|||
|
Re: Navigation with style
The standards compliant way of doing this would be to use a suckerfish -
>> Make a Suckerfish This is a very simple method. It allocates a css class to a list which is hidden and swaps it to a css class which displays on rollover as a javascript event, however for accessibility reasons dropdown menus can be problematic _________________ Web Design Sydney, Demonz Media |
|
#8
|
|||
|
|||
|
Re: Navigation with style
There is no need to use Javascript for a drop down menu. Suckerfish is an easy example but not the best.
Use the link that Blake provided. There are so many ALL CSS drop down menus there. |
|
#9
|
|||
|
|||
|
Re: Navigation with style
Ok i have gone off the idea of the drop down menu. I just want a menu that has boxes aroud the text, and you click on the box not the text. Would i find that in the same link, I do not know what it is called.
Thanks you |
|
#10
|
|||
|
|||
|
Re: Navigation with style
Yes
it's basically just making sure you have the display: block; property with a width and height added to the a { } Something like this
|
|
#11
|
|||
|
|||
|
Re: Navigation with style
This type of question can get hundreds of answer.
Try google them! just a minute.... ..................... ahh, there you are, I found you! CSS Drop Down Menu Tutorial Code The Example
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#12
|
|||
|
|||
|
Re: Navigation with style
Just be sure to test it on multiple browsers before you go live with it
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| My navigation style | TheSealPortalTeam | Graphics and 3D | 12 | Jan 23rd, 2008 17:30 |
| style | MetallicWarfare | Starting Out | 12 | Aug 13th, 2007 09:00 |
| How to tell IE7 to use a pariticular style in a single style sheet | figo2476 | Web Page Design | 5 | May 25th, 2007 14:23 |
| List style / rollover image navigation disappears in IE on the Mac | eskymo | Web Page Design | 5 | Mar 1st, 2006 00:43 |
| Just for style? | timmytots | Web Page Design | 4 | Nov 17th, 2005 21:01 |