Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-21-2005, 07:42 PM   PM User | #1
mrruben5
Regular Coder

 
Join Date: Nov 2004
Location: The Netherlands
Posts: 551
Thanks: 0
Thanked 0 Times in 0 Posts
mrruben5 is an unknown quantity at this point
Form element display problems

What can i do about the domain check form on this page
mrruben5 is offline   Reply With Quote
Old 02-21-2005, 07:53 PM   PM User | #2
cfc
Regular Coder

 
Join Date: Dec 2004
Location: Keswick, Ontario
Posts: 251
Thanks: 0
Thanked 0 Times in 0 Posts
cfc is an unknown quantity at this point
What do you want to do about it? It's simple enough to look domains up in PHP using the gethostbyname() function but I don't know about client-side solutions.

Or am I missing your intent completely?

Last edited by cfc; 02-21-2005 at 08:02 PM..
cfc is offline   Reply With Quote
Old 02-21-2005, 10:50 PM   PM User | #3
mrruben5
Regular Coder

 
Join Date: Nov 2004
Location: The Netherlands
Posts: 551
Thanks: 0
Thanked 0 Times in 0 Posts
mrruben5 is an unknown quantity at this point
Well as you can see in internet explorer, it screws up the layout. Hence why I posted this in html and css, not php
mrruben5 is offline   Reply With Quote
Old 02-22-2005, 07:45 PM   PM User | #4
mrruben5
Regular Coder

 
Join Date: Nov 2004
Location: The Netherlands
Posts: 551
Thanks: 0
Thanked 0 Times in 0 Posts
mrruben5 is an unknown quantity at this point
I see a lot of views, but no reply's. What's keeping you guys from it?
mrruben5 is offline   Reply With Quote
Old 02-22-2005, 09:33 PM   PM User | #5
whizard
Senior Coder

 
whizard's Avatar
 
Join Date: Jan 2005
Location: Philadelphia, PA, USA
Posts: 1,457
Thanks: 10
Thanked 37 Times in 37 Posts
whizard will become famous soon enoughwhizard will become famous soon enough
First of all, try adding background-repeat:none; to your td that holds the search box, and tell us how that looks...

Dan

EDIT: repeat-x:none; isn't a CSS command
__________________
If you want to use short tags (<? or <?=$var) then make sure short_open_tag is set to "1". It really helps.
Step 1: Learn. Step 2: Search. Step 3: Post here.

Last edited by whizard; 02-23-2005 at 02:27 PM..
whizard is offline   Reply With Quote
Old 02-22-2005, 10:34 PM   PM User | #6
hemebond
Senior Coder

 
Join Date: Jul 2004
Location: New Zealand
Posts: 1,315
Thanks: 0
Thanked 2 Times in 2 Posts
hemebond is an unknown quantity at this point
Quote:
Originally Posted by mrruben5
I see a lot of views, but no reply's. What's keeping you guys from it?
  • Your post title is crap
  • you obviously haven't read the Rules or Posting Guidelines
  • your actual post doesn't tell us what the problem is
  • most of us are/should be using good browsers
__________________
Forget style. Code to semantics. Seperate style from structure, and structure from behaviour.
I code to specs, and test only in Firefox (unless stated otherwise).
hemebond is offline   Reply With Quote
Old 02-24-2005, 06:45 PM   PM User | #7
mrruben5
Regular Coder

 
Join Date: Nov 2004
Location: The Netherlands
Posts: 551
Thanks: 0
Thanked 0 Times in 0 Posts
mrruben5 is an unknown quantity at this point
1.You're totally right. However, ie is crap too, so my post title isn't crap in some sort of way
2. I did now. I'm sorry I haven't been clear in posting this problem.
3. I think I was clear in explaining my problem, since most problems with layoutformatting appear in Internet Exploder(not a typo, lol).
4. I know that mozzilla's products own, it's just that the majority of people still use IE , and I want to have this layout compatible with all of the latest browsers...

Ok, now let me explain my problem/question:
There is a problem with the form tag in ie. It is always aligned top, and it always has more space attached to the bottom. How is it possible to solve this? You can view the problem here, it's the domain check form.
mrruben5 is offline   Reply With Quote
Old 02-24-2005, 06:55 PM   PM User | #8
Mhtml
Senior Coder

 
Mhtml's Avatar
 
Join Date: Jun 2002
Location: Sydney, Australia
Posts: 3,531
Thanks: 0
Thanked 1 Time in 1 Post
Mhtml is an unknown quantity at this point
Well looks like hemebond has done most of my job for me. I'll be renaming this thread to 'form element display problems'.

Quote:
1.You're totally right. However, ie is crap too, so my post title isn't crap in some sort of way
What the? I'm not even going to try figure out how that's supposed to work.

And as for your solution. You require a sprinkle of CSS I believe, hard to tell because that link goes nowhere for me. So I'm just guessing you need to set your margins to 0px.

So in your stylesheet, or if you don't have one set the margin for the form element to 0px (you can use a class or id if you don't want this to work across the board but that's up to you):
Code:
<style type="text/css" media="screen">
form {
  margin: 0px;
}
</style>
__________________
Omnis mico antequam dominus Spookster!
Mhtml is offline   Reply With Quote
Old 02-24-2005, 09:50 PM   PM User | #9
mrruben5
Regular Coder

 
Join Date: Nov 2004
Location: The Netherlands
Posts: 551
Thanks: 0
Thanked 0 Times in 0 Posts
mrruben5 is an unknown quantity at this point
Thanks.

I wonder, why didn't this get up in my mind? I should be able to see there's a margin under the form in internet imploder, at least try to remove the margin from <input>. Anyway, thanx Mhtml!
mrruben5 is offline   Reply With Quote
Old 02-25-2005, 03:03 PM   PM User | #10
Mhtml
Senior Coder

 
Mhtml's Avatar
 
Join Date: Jun 2002
Location: Sydney, Australia
Posts: 3,531
Thanks: 0
Thanked 1 Time in 1 Post
Mhtml is an unknown quantity at this point
No problems.
__________________
Omnis mico antequam dominus Spookster!
Mhtml is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 11:59 PM.


Advertisement
Log in to turn off these ads.