How can i do this?

This is a discussion on "How can i do this?" within the Web Page Design section. This forum, and the thread "How can i do this? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Feb 23rd, 2008, 22:34
unitedcraig's Avatar
SuperMember

SuperMember
Join Date: Oct 2007
Location: Stockport
Age: 17
Posts: 849
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
How can i do this?

http://www.spreadfirefox.com/

How have they done the navigation on this site, is it just through CSS.

Also, what is the best way to highlight the current page, by including an

#active {
}

section in css and using php to indicate the active page?

any help is appreciated

Craig
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
Reply With Quote

  #2 (permalink)  
Old Feb 24th, 2008, 12:50
Ed Ed is offline
Highly Reputable Member
Join Date: Jul 2007
Location: Cork, Ireland
Posts: 699
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How can i do this?

Hi Craig!

They are most likely using a Pure CSS Pre-Load Technique. An example can be found here, and here.

The best way to highlight the current page in my opinion is this:

Code: Select all
<body id="aboutuspage">

Replace your body tag with this.


Code: Select all
body#aboutuspage #navigation ul li.nav_home a    {
    css: goes here;
}

Your CSS from the above Tutorials can go here. Note: With the second tutorial, you would have to add another state to the image. So, Normal, Hover, Hit and Current.


Hope this helps,
Ed.
Last Blog Entry: Happy New Year! (Dec 31st, 2007)
Reply With Quote
  #3 (permalink)  
Old Feb 24th, 2008, 17:17
unitedcraig's Avatar
SuperMember

SuperMember
Join Date: Oct 2007
Location: Stockport
Age: 17
Posts: 849
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
Re: How can i do this?

Thanks Ed, will get back to you on this
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 00:36.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43