HighDots Forums  

_REALLY_ simple HTML error driving me crazy

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss _REALLY_ simple HTML error driving me crazy in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Keiron Waites
 
Posts: n/a

Default _REALLY_ simple HTML error driving me crazy - 02-26-2004 , 05:51 AM






Please see the problem in action here: http://www.leadbullet.biz/contact.php

If you mouse over the fields, you will see that text is shown on the right.
The text makes the other fields move when it is shown - even though the
width of the text is less than the width of the field. WHY?

This is driving me nuts - please help!

TIA,

Keiron



Reply With Quote
  #2  
Old   
rf
 
Posts: n/a

Default Re: _REALLY_ simple HTML error driving me crazy - 02-26-2004 , 06:24 AM







"Keiron Waites" <sdsd (AT) dfd (DOT) com> wrote

Quote:
Please see the problem in action here:
http://www.leadbullet.biz/contact.php

If you mouse over the fields, you will see that text is shown on the
right.
The text makes the other fields move when it is shown - even though the
width of the text is less than the width of the field. WHY?

This is driving me nuts - please help!
Oh my... it would drive me nuts too if I had to fill in a form with such
instructions.

I already have filled in many forms that ask for my name and email address.
You do not need to tell me that a name or an email address field is for.

If you really want to, then use the title attribute for those descriptions.
Don't fiddle with voluminous quantities of classical javascript overkill.

To answer your actual question: The content you are stuffing into that right
hand cell is changing the layout of the entire table. Because you have such
a complicated table with colspans end so on that you are simply confusing
the browser. There are known instances where colspan causes cell widths to
be ignored and/or changed in random ways.

Rethink the design.

Cheers
Richard.




Reply With Quote
  #3  
Old   
Els
 
Posts: n/a

Default Re: _REALLY_ simple HTML error driving me crazy - 02-26-2004 , 06:33 AM





Keiron Waites wrote:

Quote:
Please see the problem in action here: http://www.leadbullet.biz/contact.php

If you mouse over the fields, you will see that text is shown on the right.
Not in NS7.1



--
Els

Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -



Reply With Quote
  #4  
Old   
Gary
 
Posts: n/a

Default Re: _REALLY_ simple HTML error driving me crazy - 02-26-2004 , 06:39 AM



That form bugs the hell out of me. It is like calling your clients stupid.

Let people work it 0out for themself that "First Name" means "Enter our
first name".

Let me know when you get an enquiry from someone with more than 50
characters in their first name!!!!!

If you do want to have help for the form, put a little "?" icon next to each
field, launching a small popup javascript alert giving help.

Gary.





"Keiron Waites" <sdsd (AT) dfd (DOT) com> wrote

Quote:
Please see the problem in action here:
http://www.leadbullet.biz/contact.php

If you mouse over the fields, you will see that text is shown on the
right.
The text makes the other fields move when it is shown - even though the
width of the text is less than the width of the field. WHY?

This is driving me nuts - please help!

TIA,

Keiron





Reply With Quote
  #5  
Old   
Eric Bohlman
 
Posts: n/a

Default Re: _REALLY_ simple HTML error driving me crazy - 02-26-2004 , 08:51 AM



"Keiron Waites" <sdsd (AT) dfd (DOT) com> wrote in
news:c1kj3c$kkk$1 (AT) hercules (DOT) btinternet.com:

Quote:
Please see the problem in action here:
http://www.leadbullet.biz/contact.php

If you mouse over the fields, you will see that text is shown on the
right. The text makes the other fields move when it is shown - even
though the width of the text is less than the width of the field. WHY?

This is driving me nuts - please help!
It's making me giggle. In Firefox, it works just fine (meaning that it
behaves like an "unenhanced" form. In Opera the (as other people have
mentioned, rather patronizing) help text displays one word per line in the
right-hand box, causing everything below to jump down when the cursor is in
the order number field. In MSIE 6, the behavior inspires a band name, "The
Nervous Tables" and suggests the phrase "oh no, my mouse got into the
coffee beans again."


Reply With Quote
  #6  
Old   
Ivo
 
Posts: n/a

Default Re: _REALLY_ simple HTML error driving me crazy - 02-26-2004 , 06:32 PM



"Keiron Waites" <sdsd (AT) dfd (DOT) com> wrote

Quote:
Please see the problem in action here:
http://www.leadbullet.biz/contact.php

If you mouse over the fields, you will see that text is shown on the
right.
The text makes the other fields move when it is shown - even though the
width of the text is less than the width of the field. WHY?
Because of all the break tags your code:
onMouseOver="description('Your<br>full<br>name.<br >Maximum<br>50<br>characte
rs.',div0);"
I 'm not sure why they are there.
HTH
Ivo


Quote:
This is driving me nuts - please help!

TIA,

Keiron





Reply With Quote
Reply




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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.