Jump to content

Issue with input boxes

Input boxes

Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

Issue with input boxes Input boxes Rate Topic: -----

#1 User is offline   Jacob Haug 

  • Flash Guru
  • Group: Banned
  • Posts: 209
  • Joined: 30-September 06
  • Gender:Male
  • Location:On The Internet
  • Interests:Website Design, Computer Programing, and Music

Posted 22 January 2007 - 07:22 PM

Why are the input boxes on this page not working? They don't work in Firefox 2.0...why?

http://www.ldstroop21.org/site.php
Jacob Haug
Flash Specialist

#2 User is offline   TJSingleton 

  • Allegedly Legendary
  • Group: Members
  • Posts: 517
  • Joined: 31-July 06
  • Location:Winder, GA

Posted 22 January 2007 - 08:03 PM

They are covered by the headers and paragraphs.

You could 1: decrease the width of the headers and 1 paragraph, 2 set the z-index so that the form is on top.

They work if you tab to them.
0

#3 User is offline   Ryan Fait 

  • W.R. Sergeant
  • Group: Members
  • Posts: 204
  • Joined: 07-January 07
  • Location:Las Vegas

Posted 24 January 2007 - 01:10 AM

Yeah, TJSingleton hit it right on the spot. Just add this to your CSS to sort it out:

 input, textarea {
	position: relative;
	z-index: 5;
}

The commercial front for my freelance web design company.
0

#4 User is offline   Jacob Haug 

  • Flash Guru
  • Group: Banned
  • Posts: 209
  • Joined: 30-September 06
  • Gender:Male
  • Location:On The Internet
  • Interests:Website Design, Computer Programing, and Music

Posted 24 January 2007 - 01:28 AM

Thanks Ryan and TJSingleton!!
Jacob Haug
Flash Specialist

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users