Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 04-09-2008, 02:55 PM Add Form - Easy fix
Gilligan's Avatar
Website Designer

Posts: 1,670
Name: Stefan
Location: London, UK
Trades: 0
http://www.sgilligan.co.uk/insulflex

You see the top navigation?
On the far right I'm looking to put a form containing two inputs, text field and submit.

Except whenever I try to add form, whether its in a li, ul, or on its own to that navigation, the page breaks and / or the form is not inserted in the nav, it is merely positioned below the navigation.

Here's what I mean

http://www.sgilligan.co.uk/insulflex/form.html

Can someone help me position the from next to 'Search Insulflex' ?
__________________

Please login or register to view this content. Registration is FREE
Gilligan is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-09-2008, 03:45 PM Re: Add Form - Easy fix
angele803's Avatar
Perfectly Imperfect

Posts: 1,772
Name: Stephanie
Location: Oklahoma
Trades: 2
If you put it into a fieldset, it should come back up into the menu. The problem I see now is getting the button to line up next to the text field.
__________________

Please login or register to view this content. Registration is FREE
angele803 is offline
Reply With Quote
View Public Profile
 
Old 04-09-2008, 03:48 PM Re: Add Form - Easy fix
angele803's Avatar
Perfectly Imperfect

Posts: 1,772
Name: Stephanie
Location: Oklahoma
Trades: 2
Okay, I am not really sure if this is the correct way to accomplish this, but it seems to work.

Code:
<fieldset style="border:none; padding-top:17px;">
<form action="#" method="post" name="form" id="form">

          <ul>
            <li style="float: left;"><input type="text" id="textfield" name="textfield"/></li>
            <li><input type="submit" value="GO"/></li>
          </ul>

      </form>
</fieldset>
__________________

Please login or register to view this content. Registration is FREE
angele803 is offline
Reply With Quote
View Public Profile
 
Old 04-09-2008, 04:02 PM Re: Add Form - Easy fix
Gilligan's Avatar
Website Designer

Posts: 1,670
Name: Stefan
Location: London, UK
Trades: 0
aaaaah, forgot about fieldsets *knocks self in face*

Thanks, working now
__________________

Please login or register to view this content. Registration is FREE
Gilligan is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Add Form - Easy fix
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.23784 seconds with 12 queries