There was a few, but just this min managed to sort it, was using latest version of jquery but browser detection had been removed in a previous version and in the lightbox_me.js there was alot of...
I am having some trouble getting some popups to appear with lightbox_me.
The website says just use display: none; on the div you want to pop up, put the script in and voila, it should appear.
I...
Excellent, thank you, that's exactly how I wanted it, so now all the conditional stuff is functioning properly (without IE "object required" errors too :p ) and users cant type a message without...
Thanks Dave, that one works fine for me.
Can I just ask your opinion on something else quickly, I am using jQuery show/hide features on a list, so on loading the page in IE it gives you all that...
I narrowed this down to the doctype.
I was using this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
which is the default DOCTYPE when starting a new page on Editplus...
...
I am so angry at myself for having to post this here because I would like to think with my basic knowledge I would be able to sort this out but here goes: My wrapper div won't centre!!
I am looking at making a form which will be submitted in to a SQL database, this part is simple.
It will have a checkbox, which if ticked, will reveal another few fields for the user to complete...
I have an interesting idea for a webpage and would like to know if it is possible to have a progress bar in my header showing how much money I am looking to raise, with an image next to it showing...
I have done this a hundred times and this contact form has never let me down... until now... No matter what I try, I am just NOT getting any e-mails from this and its really burning my brain out...
Further to the previous question, it appears that the pop-up does not even work in IE, only in firefox, only way it would work in IE is to ctrl + click, and even then all the layout is wrong.
I am working on an event calendar.
When the date is clicked, it opens a new window that lists what events are on that date and has a form underneath for the user to add an event.
This uses php/sql....