Hi Alex,
the submit button is not displayed in IE 8 and in Opera it is cut off. See http://test.textsensemunich.de/kontakt.html
cheers
martin
Hi,
You have a template problem that is setting a maximum height for one or more of the tags containing that form and hide the rest.
You can either put all the labels and fields on the same line so the form will have a smaller height ( this can be easily done form the profile's CSS, try the alignment buttons on that window ) or you can find what CSS code is generating that setting and remove it or modify it.
Dear Alex,
sorry to bother you again. Yes I 've tried to do what you said and there was partly success. In Opera it is not cut off any more, but still in IE 8 the image of the button is not displayed although I changed width and height in template css and in css of contact form, but all that effort has nothing to do with the display it seems. I want the button to be displayed in IE8 and dont knwo what elso to do. It is a simple gif image.
cheers
martin
You're not bothering me.
I've taken a closer look into your CSS and you didn't closed the CSS code for #aiContactSafeSendButton .
I'm guessing if you add the required "}" after
#aiContactSafeSendButton {
color:#fff;
background:url(../images/buttonmore.jpg)no-repeat;
width: 90px;
height: 20px;
border: 0px;
margin: 0px;
padding-bottom: 4px;the button will have a background.
Sorry Alex,
I closed the css but in IE8 it is still the same. (In Firefox it works normally)
http://test.textsensemunich.de/kontakt.html
A background is there but no image. 
Now I see you didn't added any space between "background:url(../images/button_more.gif)" and "no-repeat".
Try replacing that with "background:url(../images/button_more.gif) no-repeat" ( notice the space ).
For some reason IE doesn't see that background code in your CSS. You need to identify why.
You could send me a PM with a super admin user name and password and I'll take a look.
There couldn't be any CSS conflict especially since you have that background setup only in one place.
The CSS code is loaded in the order it is called and the last setting has priority over the earlier ones.
Did you tried my suggestion from the last post ?
Legenda forum: