March 3, 201016 yr Hey Ive nearly finished my website i just need to sort out the problems with the contact and donate form in IE7 and IE8, this is for IT at school so i really need the IE7 support as that is what they use at school. If you need something to compare to what it should look like view it in firefox, as firefox renders it pretty much perfectly.
March 3, 201016 yr For some reason your div id=contactform is wrapping all the content after it, I can see the closing div when I look at the source but when I look in developer tools lots of extra divs are appearing so sorry have to leave this to some one a bit better than me
March 4, 201016 yr For some reason your div id=contactform is wrapping all the content after it, I can see the closing div when I look at the source but when I look in developer tools lots of extra divs are appearing so sorry have to leave this to some one a bit better than me everything seemed fine I stripped out the css and still had the fault, did notice a fault on your form submit you have <button type="submit" name="submit" value="" id="submit" /> use <button name="submit" type="submit" value="" id="submit"> </button> this puts it right withut he css, and I imagine may put it right with the css Pat
Create an account or sign in to comment