Is there a CSS guru here?
Is there a CSS guru here?
- Started
- Last post
- 1 Response
- lw-d
I have a problem with a contact form. It display perfect in FF and surprisingly IE too. In safari though it messes up, the text area gets pushed to the bottom of the page leaving a big nasty gap. I have found the line in the css that is causing the problem:
display: block;
When I delete this, it display fine in Safari but not IE or FF.
Any ideas how to fix it?
Thanks
- UndoUndo0
try
display:table;