Getting unwanted "submit query" button on form |
[eluser]bazianm[/eluser]
First of all, I agree that I must be doing something wrong. I just can't figure out what. I can't really post a page yet but I can (and have) posted screen shots of the dialog box. Here they are: The Dialog in the test environment: http://www.rdiaudit.com/NonCIVersion.png Dialog in CI http://www.rdiaudit.com/CIVersion.png As you can see, the issue is placement of the close button. The "Submit Query" seems to be some text (it is not a button of its own) that is being added to the close button. The offending line of code is this one: Code: <input type="image" src="close.gif" class="jqmdX jqmClose" /> If I remove this line, I lose my close button but the submit query issue goes away. It seems to me that the issue is most likely a CSS one (that's just my guess). Since the CSS files I added are the same between the test and production versions, the only difference has to be CI. Here's the additional CSS code: survey_filter.css (basically taken from the jqModal example) Code: div.whiteOverlay { background: url(inc/jqmBG.gif) white; } That's it. The jqModal .css is straight from the website. I note also that the buttons and entry objects have changed size... I wonder if that could be causing the problem but I don't know. Thanks for hanging with me on this. |
Messages In This Thread |
Getting unwanted "submit query" button on form - by El Forum - 06-11-2012, 07:51 AM
Getting unwanted "submit query" button on form - by El Forum - 06-11-2012, 08:59 AM
Getting unwanted "submit query" button on form - by El Forum - 06-11-2012, 11:44 AM
Getting unwanted "submit query" button on form - by El Forum - 06-11-2012, 11:47 AM
Getting unwanted "submit query" button on form - by El Forum - 06-11-2012, 11:49 AM
Getting unwanted "submit query" button on form - by El Forum - 06-12-2012, 09:35 AM
Getting unwanted "submit query" button on form - by El Forum - 06-12-2012, 09:38 AM
Getting unwanted "submit query" button on form - by El Forum - 06-13-2012, 08:39 AM
Getting unwanted "submit query" button on form - by El Forum - 06-18-2012, 09:37 AM
|