Preserved Topic: i hate form tags! (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 08-01-2002 15:04
i have got a navigation bar for a site that is on the top of a page and fills the whole width. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 08-01-2002 15:22
GRUMBLE: I'm sure I've had this problem. Try getting rid of any whitespace, wrapping it in a DIV and/or using display: inline. |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 08-01-2002 15:23
personally, I don't think it should do that, but why not put the <FORM></FORM> tags before and after the table? |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 08-01-2002 15:43
Forms are block level elements. Try giving the form a CSS class and setting that class to display:inline. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 08-01-2002 15:46
ok, im sure there isnt a single whitespace anywhere. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 08-01-2002 16:15
Try white-space:nowrap; |
Maniac (V) Inmate From: there...no..there..... |
posted 08-01-2002 16:24
quote:
|
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 08-01-2002 18:03
where exactly do i set this |
Maniac (V) Inmate From: under the bed |
posted 08-01-2002 18:07 |
Maniac (V) Mad Scientist From: Azylum's Secret Lab |
posted 08-01-2002 18:35
I had the same problem, and Petskull's and DL's Tip worked for me! |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 08-01-2002 18:59
yes yes, the form problem is already gone, but what about the other one? |
Maniac (V) Inmate From: there...no..there..... |
posted 08-01-2002 19:41
About the two tables beside each other: |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 08-01-2002 19:54
the white-space:nowrap should go in the style sheet for the class or id of the element that you didn't want any wrapping in (probably the <div> or whatever it is that holds the images all in a line). the display:inline should go in the style sheet for the class or id of the form. |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 08-02-2002 00:52
Elegant solution, Slime- Informative and well thought out in it's message. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 08-02-2002 14:32
ok, all problems solved except for the mozilla one. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 08-02-2002 15:01
excuse me, im very sorry. |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 08-03-2002 10:20
*round of applause* |