Unstoppable Domains

Issue with form element...

Spaceship Spaceship
Watch

PoorDoggie

Soon to be RICHdoggie!VIP Member
Impact
18
HI there..

I have a problem with the HTML code on this website:

Cookieshake - Milkshakes, Smoothies and Cookies

If you look in firefox, or internet explorer 7 then everything lines up nicely.

However, if you view the website in any earlier versions of internet explorer then the form in the top right becomes misaligned. (its the bit where you can sign up to the mailing list).

I have a problem which is that I have the latest version of internet explorer, but other people have earlier versions and say that its a big problem.

Feel free to "view source" and such.

Any help or insight you can give me will be very much appreciated. :)

Thank you.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
If i remember correctly. older versions of IE do not like padding-top in CSS. Try removing that from your code here:

Code:
.mailinglisttext{
	width: 140px;
	height: 15px;
	margin-top: 0px;
	padding-top: 0px;
}

See if it helps.
 
0
•••
padding is implemented badly on IE... remove any kind of padding on your website to view it or use a browser detection scheme
 
0
•••

We're social

Unstoppable Domains
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back