Forum Moderators: not2easy

Message Too Old, No Replies

Forms on Opera

Newbie question

         

Nicky

6:14 am on Feb 18, 2004 (gmt 0)

10+ Year Member



I've got a search form that displays with a keycontainer div. Everything is fine on Netscape, Mozilla, and IE but on Opera the form displays half way down the page.

This is the css:

form {
margin: 0 5px;
padding: 0px;
}
#keycontainer {
background-color: #ccc;
border-bottom: 1px solid #000;
position:relative;
text-align: right;
margin-left: 0;
height: 22px;
padding: 0em 2em; } /*** IE6 needs this to display the div ***/

Has anyone come across this problem before?

Nicky

11:31 pm on Feb 19, 2004 (gmt 0)

10+ Year Member



Can anyone help with this, I'm really stuck.

The div displays in the correct position but the form itself is half way down the page.

Please help.

diades

11:38 pm on Feb 19, 2004 (gmt 0)

10+ Year Member



Hi Nicky

Can we see the page so that we can see the problem in context?

Nicky

11:50 pm on Feb 19, 2004 (gmt 0)

10+ Year Member



goto <snip>

on the home page - using opera you will see that the form is half way down the page - hiding behind some floats

Thanks

[edited by: Woz at 4:30 am (utc) on Feb. 20, 2004]
[edit reason] No URLs or Reviews please - see TOS#13 [/edit]

diades

12:30 am on Feb 20, 2004 (gmt 0)

10+ Year Member



Hi Nicky

Whoa! You are using XHTML Strict and have a lot of problems. Use the validator here: [validator.w3.org...] to see them. I will take another look tomorrow, (this was just a quick look as it is after midnight here) but I think that you may have a "knock-on" effect error(s).

Nicky

12:51 am on Feb 20, 2004 (gmt 0)

10+ Year Member



I'm in the process of validating it now.... lots of errors... I didn't realise things were so bad :)

Thanks for looking at this for me.