Posted by Jonathan N. Little on 09/07/06 15:01
Gernot Frisch wrote:
> In this page:
> http://www.bibelchristen.de/quiz.php?topic=papst
>
> There's a problem with my images. Firefox looks good, IE6 looks
> "naked".
That one's easy, MSIE's miserable PNG support:
http://www.google.com/search?hl=en&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=MSIE+png+alpha+transparency+&spell=1
MSIE png alpha transparency - Google Search
>
> Also the submit button is dead. I typed it like:
>
> <form name="test" action="quiz.php?topic=papst" method="post">
> ...
> </form>
>
Not sure, don't have time to debug for you. You do have a few markup
errors but not too serious.
One question though, if you sending by POST why put a query string
parameter in your form's action? Not better to transmit by POST as well?
<form name="test" action="quiz.php" method="post">
<input hype=hidden" name="topic" value="papst">
....
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|