Home Forums Register FAQ Members List Calendar Search Today's Posts Mark Forums Read Arcade Chat
Go Back   ClubPenguinHQ Forums > General Discussion > Programming > CSS
Reload this Page Navigation Bar
CSS Discussion of CSS scripts belongs here.

Navigation Bar

Reply
 
LinkBack Thread Tools Display Modes
Navigation Bar
Old
  (#1)
Payton is Offline
Member
Payton is an unknown quantity at this point
 
Payton's Avatar
 
Posts: 281
Join Date: Jul 2008
Rep Power: 0
   
Default Navigation Bar - Sunday, February 15th, 2009

Here's a cool navigation bar CSS code from W3Schools Online Web Tutorials!
Code:
ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
a
{
float:left;
width:6em;
text-decoration:none;
color:white;
background-color:purple;
padding:0.2em 0.6em;
border-right:1px solid white;
}
a:hover {background-color:#ff3300}
li {display:inline}



LARGE RED TEXT IS SUPER COOL NOW
  
Reply With Quote
Old
  (#2)
mario10018 is Offline
Member
mario10018 is on a distinguished road
 
mario10018's Avatar
 
Posts: 445
Join Date: Feb 2009
Location: United States
Age: 12
Rep Power: 5
   
Default Sunday, February 15th, 2009

Cool! Nice job Payton!



If only he could of been in Super Smash Bros. Brawl.
http://mario10018.wordpress.com/
  
Reply With Quote
Old
  (#3)
lolabob is Offline
BANNED
lolabob
 
Posts: 1,478
Join Date: Nov 2008
Location: Somewhere up above
Age: 14
Rep Power: 0
  Send a message via MSN to lolabob  
Default Sunday, February 15th, 2009

Cool!
it works
  
Reply With Quote
Old
  (#4)
Payton is Offline
Member
Payton is an unknown quantity at this point
 
Payton's Avatar
 
Posts: 281
Join Date: Jul 2008
Rep Power: 0
   
Default Sunday, February 15th, 2009

Quote:
Originally Posted by mario10018 View Post
Cool! Nice job Payton!
I didn't make it.
Quote:
Originally Posted by lolabob View Post
Cool!
it works
You're welcome.



LARGE RED TEXT IS SUPER COOL NOW
  
Reply With Quote
Old
  (#5)
Chase is Offline
BANNED
Chase
 
Posts: 883
Join Date: Feb 2009
Location: Mars, CPHQ
Rep Power: 0
   
Default Wednesday, March 4th, 2009

Nice, it does work.


[CENTER][URL="http://tinyurl.com/freecoincodes"][SIGPIC][/SIGPIC][/URL]

[COLOR=White][[URL="http://a1chase.com/forum/"]My Forum[/URL]] - [[URL="http://clubwaffle.co.cc"]Club Waffle[/URL]][/COLOR]
[/CENTER]
  
Reply With Quote
Old
  (#6)
Bollivierke is Offline
Über Member
Bollivierke is on a distinguished road
 
Bollivierke's Avatar
 
Posts: 4,036
Join Date: Jul 2007
Location: Belgium
Age: 15
Rep Power: 35
  Send a message via AIM to Bollivierke Send a message via MSN to Bollivierke  
Default Wednesday, March 4th, 2009

What's the point on this?




Bored.
Send me a PM for a Lockerz.com invite!
  
Reply With Quote
Old
  (#7)
Coolgindara is Offline
Super Member
Coolgindara
 
Coolgindara's Avatar
 
Posts: 2,341
Join Date: Feb 2008
Location: Earth
Age: 13
Rep Power: 0
  Send a message via MSN to Coolgindara Send a message via Yahoo to Coolgindara  
Default Wednesday, March 4th, 2009

Where to add? how it works? Opposite navigation bar

Code:
lu
{
float:right;
width:0%;
padding:100;
margin:100;
list-style-type:transparent;
}
z
{
float:right;
width:12em;
text-decoration:transparent;
color:black;
background-color:blue;
padding:0.4em 0.12em;
border-right:2px solid black;
}
a:hover {background-color:#000000}
li {display:outline}





School Closed due swine flu death.
  
Reply With Quote
Old
  (#8)
Payton is Offline
Member
Payton is an unknown quantity at this point
 
Payton's Avatar
 
Posts: 281
Join Date: Jul 2008
Rep Power: 0
   
Default Monday, July 6th, 2009

Quote:
Originally Posted by Bollivierke View Post
What's the point on this?
You can put it into your site's CSS style sheet and have it so when you make a list, a navigation bar is made.
Quote:
Originally Posted by Coolgindara View Post
Where to add? how it works? Opposite navigation bar

Code:
lu
{
float:right;
width:0%;
padding:100;
margin:100;
list-style-type:transparent;
}
z
{
float:right;
width:12em;
text-decoration:transparent;
color:black;
background-color:blue;
padding:0.4em 0.12em;
border-right:2px solid black;
}
a:hover {background-color:#000000}
li {display:outline}
Add the code in your style sheet like said above and do a simple list to make the navigation bar appear.



LARGE RED TEXT IS SUPER COOL NOW
  
Reply With Quote
Reply

Lower Navigation
Go Back   ClubPenguinHQ Forums > General Discussion > Programming > CSS

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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




Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
vBulletin Skin developed by: vBStyles.com
Copyright ©2006 - 2009, RancidKraut Industries