Initial URL: http://www.teamtesting.com (TABLES)
I decided to rewrite all the pages in my portal without tables using CSS.
Here is a draft version of the index page:
http://www.teamtesting.com/tmp/index.jsp
Now the problems:
1) A login form on the left side of the page looks differently in IE and FF. The way it looks in IE is alright, and I expect the same behaviour in FireFox, but unfortunately I got form's bottom image shifted as well as the top border of the form's top image
Any ideas on why it happens?
2) How to insert textual data/input fields into the login form without form's left and right images being shifted (as you see I use float:left and float:right for left and right border images of the form)? Could you please provide a snippet from my sources, where you add some text inside the form (inside 4 images around).
P.S.: this is my first serious CSS experience, so I would appreciate if you give me some hints/guidelines, if I'm doing anything wrong.
Thank you very much,
yuppie.
I decided to rewrite all the pages in my portal without tables using CSS.
Here is a draft version of the index page:
http://www.teamtesting.com/tmp/index.jsp
Now the problems:
1) A login form on the left side of the page looks differently in IE and FF. The way it looks in IE is alright, and I expect the same behaviour in FireFox, but unfortunately I got form's bottom image shifted as well as the top border of the form's top image
2) How to insert textual data/input fields into the login form without form's left and right images being shifted (as you see I use float:left and float:right for left and right border images of the form)? Could you please provide a snippet from my sources, where you add some text inside the form (inside 4 images around).
P.S.: this is my first serious CSS experience, so I would appreciate if you give me some hints/guidelines, if I'm doing anything wrong.
Thank you very much,
yuppie.







