Page 1 of 1

Tell me if this works in your IE browser.

Posted: Sat Aug 27, 2011 12:02 pm
by condoravenue1
[moved to UI Design/Usability forum by moderator]
Please test the text formatting buttons in Internet Explorer (any version?). When you click on the 'B' button should appear around your selected text. It works great in Chrome, Firefox, Safari. test2.php has simplified code.

http://bible-help.com/test.php
http://bible-help.com/test2.php

I have no access to a Windows computer at the moment and can't tell if this works in IE. I tried a IE for mac, but no sites work in it.

Thanks for your help.

Re: Tell me if this works in your IE browser.

Posted: Sat Aug 27, 2011 1:12 pm
by phazorRise
well this is not the place to ask such questions. i checked test.php on IE8 and opera. it works as you said it should on opera. But in IE it throws -
variable undefined error for tag on line number 21.

and for test2.php, works well on opera. On IE, does nothing.

just a tip, add css to remove border effect appeared on image links [ B,i and so ]. Browsers except IE don't display border around images when used as links but IE does.

Re: Tell me if this works in your IE browser.

Posted: Sat Aug 27, 2011 7:55 pm
by condoravenue1
Ok I may have fixed test.php. Can you test it again?

Also did I fix the image border thing too?

Thanks for your help.

Re: Tell me if this works in your IE browser.

Posted: Sun Aug 28, 2011 4:45 am
by phazorRise
yes. it works in IE8. borders are also removed.
but it wraps tags around selected text only. without selecting text if button is clicked nothing happens.