473,671 Members | 2,311 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

_REALLY_ simple HTML error driving me crazy

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
Jul 20 '05 #1
6 1604
rf

"Keiron Waites" <sd**@dfd.com > wrote in message
news:c1******** **@hercules.bti nternet.com...
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.
Jul 20 '05 #2
Els


Keiron Waites wrote:
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 -

Jul 20 '05 #3
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" <sd**@dfd.com > wrote in message
news:c1******** **@hercules.bti nternet.com...
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

Jul 20 '05 #4
"Keiron Waites" <sd**@dfd.com > wrote in
news:c1******** **@hercules.bti nternet.com:
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."
Jul 20 '05 #5
Ivo
"Keiron Waites" <sd**@dfd.com > wrote in message
news:c1******** **@hercules.bti nternet.com...
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="de scription('Your <br>full<br>nam e.<br>Maximum<b r>50<br>charact e
rs.',div0);"
I 'm not sure why they are there.
HTH
Ivo

This is driving me nuts - please help!

TIA,

Keiron

Jul 20 '05 #6
In article <c1**********@h ercules.btinter net.com>, Keiron Waites
<sd**@dfd.com > wrote:
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

Following are the results on a mac.

IE 5.1 - No problem with the width but the last description is too long
and makes the form stretch down. If <br> are removed it works fine.

Netscape 7 - Does't show descriptions at all.

My first experiment would be to use css and put a width and height on
the <div>, take out the <br> in the descriptions, and try again.

I don't know if that will work but it is worth a try.

--
Dennis M. Marks
http://www.dcs-chico.com/~denmarks/
Replace domain.invalid with dcsi.net
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Jul 20 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
3101
by: Bruce W...1 | last post by:
In my effort to learn PHP I'm playing with some simple email scripts. They worked a few days ago but they stopped working. The only thing I've done to this Windows 2000 PC in this time was a Windows Update which I do regularly. The only part of this update that might be related was an IE 6 update. So I uninstalled and reinstaled PHP 4.3.3. The mail server setting is correct in the php.ini file. But email is still not being sent. ...
5
6532
by: Kurt Van Campenhout | last post by:
Hi, I am trying to get/set Terminal server information in the active directory on a windows 2000 domain. Since the ADSI calls for TS don't work until W2K3, I need to do it myself. I'm fairly new to VB.NET, so I need some help. Here is a code snippit :
0
1529
DressageRider
by: DressageRider | last post by:
I need your help. Desperately. Someone has to be able to fix the utter balls up I've made after dinking around in Flash for the last four days. I have no prior knowledge of anything other than how to point and click, so I figured the fastest way to get comfortable with both Flash and Dreamweaver was to immerse myself in them and see how fast I wanted to commit suicide. If you can seriously look at this stuff for more than a day or two in a...
5
3221
by: newsaboutgod | last post by:
I think VB.NET drives some people crazy because some simple VB6 things seem so hard. Here is some VB6 code: 'Write CSV File open "c:\test.csv" for output as #1 write#1, "1","2","3","4","5" write#1, "1","2","3","4","5" write#1, "1","2","3","4","5"
0
8473
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8819
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8667
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7428
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6222
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4222
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4402
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2048
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1806
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.