Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 09-04-2006, 12:31 AM   #1 (permalink)
 
Newb Techie

Join Date: Sep 2006

Posts: 29

Rabbi_Bob

Default Php Question

I was wondering how to make a side nav-bar thing. like one on the left hand side that goes down to the bottom of the page. I can make one that goes left to right but not up and down. Thanks. Im kind of a php noob.
Rabbi_Bob is offline  
Old 09-04-2006, 01:49 AM   #2 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

PHP is used on the back end of your website to handle dynamic content. HTML and CSS are used to render your site in a browser. If you're only wanting to affect the way your site appears in a web browser, use either HTML or (preferably) CSS. When one of the buttons in the navbar is clicked, your php code will handle that request.

Create your navbar using HTML and CSS, then add dynamic functionality with PHP.
jaeusm is offline  
Old 09-04-2006, 10:30 AM   #3 (permalink)
 
Newb Techie

Join Date: Sep 2006

Posts: 29

Rabbi_Bob

Default

i know how to make buttons in html but how do i make the side bar itself.
Rabbi_Bob is offline  
Old 09-10-2006, 08:27 PM   #4 (permalink)
 
Monster Techie

Join Date: Apr 2005

Posts: 1,909

jcortes is on a distinguished road

Send a message via AIM to jcortes
Default

you use a rowspan="# of rows to span" in the first cell and that will give you a side bar however if you dont even know that i suggest really reading up more on html.
__________________

AIM = jcortestechhelp
jcortes is offline  
 
Closed Thread

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