Reply
Add Form - Easy fix
Old 04-09-2008, 02:55 PM Add Form - Easy fix
Gilligan's Avatar
Dead Like Me

Posts: 1,608
Name: Stefan
Location: London, UK
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' ?
Gilligan is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 04-09-2008, 03:45 PM Re: Add Form - Easy fix
angele803's Avatar
Perfectly Imperfect

Posts: 1,592
Name: Stephanie
Location: Oklahoma
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.
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,592
Name: Stephanie
Location: Oklahoma
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>
angele803 is offline
Reply With Quote
View Public Profile
 
Old 04-09-2008, 04:02 PM Re: Add Form - Easy fix
Gilligan's Avatar
Dead Like Me

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

Thanks, working now
Gilligan is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Add Form - Easy fix
 

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

vB 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.12008 seconds with 12 queries