PHP Questions

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Tom Kelby
Forum Newbie
Posts: 2
Joined: Fri Apr 09, 2010 5:46 pm

PHP Questions

Post by Tom Kelby »

Hey guys,

I hope this is the place to come to ask php questions. If not I apologize in advance.

What I am trying to do is probably so simple. I was able to move a search box down to the main menu bar so I can eventually add a logo header... but have not been able to figure out how to get the search box to float over the main menu bar. When I moved it down it goes under.

Also would like to create another copy of the main menu bar without the page links and java lava feature to place at the bottom of page so my other links pop out.

This is the template I'm trying to modify: http://wordpress.org/extend/themes/jarrah

Appreciate any help...


Thanks,
Tom
Tom Kelby
Forum Newbie
Posts: 2
Joined: Fri Apr 09, 2010 5:46 pm

Re: PHP Questions

Post by Tom Kelby »

I finally figured out to set up the bottom menu bar...now to get that darn search bar to float over the main menu bar so one can use it.
User avatar
jthermane24
Forum Newbie
Posts: 16
Joined: Wed Feb 17, 2010 8:15 pm
Location: New Jersey

Re: PHP Questions

Post by jthermane24 »

Why do you just set the search box in a div and float it to the right of the navigation bar
Post Reply