Using Grey Box (labs/GreyBox/ ) With A Php Script?

Jun 17, 2009

I'm using Greybox (labs/GreyBox/ ) with a php script. It works great. However, I'd like to have it appear on the right side of the page, instead of appearing in the center of the page, when it pops-up. Someone suggested tweaking the css file. I've tried, maybe it needs code added to accomplish this. I don't know.

#GB_overlay {
background-color: #000;
position: absolute;

[code]....

View 7 Replies


ADVERTISEMENT

JQuery :: Fix For Giva Labs Linkselect Plugin?

Sep 24, 2009

We noticed an issue with the jquery.linkselect plugin (version 1.2.08) today. When the container width would cause it to be positioned off the the screen it is repositioned incorrectly if there is no title element. I fixed this in anchorTo function by instead adding the width of the anchor if there is no title:

[Code]...

View 1 Replies View Related

JQuery :: Set Width Of Giva Labs Mcdropdown Plugin?

Oct 31, 2011

Is a way to set the width of the input element of the giva mcdropdown plugin [URL].. It is 393px wide (as you can see in the example at the plugin page), but I like to have it narrower.

View 1 Replies View Related

Greybox Not Displaying Images In Overlay

Oct 6, 2011

Why this greybox isnt displaying my images? Click on the 'launch gallery' button at the bottom of the page: [URL]. I know all the paths are correct I just cant figure out why they wont display in the overlay!

View 2 Replies View Related

Greybox Couldn't Open The Big Images Using Gb_imageset[Name] ?

Jul 25, 2010

Greybox couldn't open the big images using gb_imageset[Name]!! what is the wrong ?

View 5 Replies View Related

Thickbox, Greybox, Lightbox, Tinybox + Flash - Help!

Apr 23, 2007

So i have been working on my first implementation of a website that uses Thickbox. I've tried Greybox, Lightbox, tinybox, and subModal. All have the same effect, probably because they are all based on the same or similar javascript libraries. So here is the problem.

I have a Flash header and another Flash movie in the content area of my website that plays some FLV movies.

Here is the problem. When i click one of my links launching the window it looks fine, however, when i use the scrollbar in the window the Flash header flickers and lays over top of the window and the same goes for the Flash FLV player. Except it does something worse. When you stop scrolling, the flash flv player sits on top of the window breaking the effect. It doesn't do this in IE7 and FF on PC. Its only doing this in Safari and Firefox on MAC.

Anyone have any idea how to fix this?

I set the wmode on both flash movies to "transparent".

View 1 Replies View Related

Form Submit Can't Sen Post Data To Greybox Window

Mar 1, 2010

i'm using greybox on my website, and using survey. i want when click submit button then post form data to opened greybox window.. but can't..

my form actions
<form action="anket.php?islem=ok" method="post" onSubmit="javascript:return GB_showCenter('Anket',this.action, 280, 350)" >
greybox window open, but can't show post data..

View 5 Replies View Related

Activate Greybox Popup With Radio Button Click

Dec 18, 2009

I'm designing a quiz page with feedback that is supposed to appear in a popup window. Here's a sample page: [URL] (Fix the link; I can't post proper links until I've been here a bit longer.) I'm using the Greybox popup window library to display the feedback. I know the popups work if I use links, but I need the popups to appear when a the radio button is checked.

According to the Greybox reference [URL], the onclick event should have the form:
GB_showCenter(caption, url, /* optional */ height, width, callback_fn)
I tried inserting this into the radio button code:
<input name="question" type="radio" id="ansA" onclick="GB_showCenter('Answer', feedback/feedback1-1.htm, 250, 400)" />
But it doesn't do anything. How do I trigger the popups with a radio button click?

View 3 Replies View Related

Grey Box Pop Up First Time Only

Aug 19, 2009

I was changing the code on the Grey Box script to pop up only the first time someone came to the page. I had this line of code working but it doesn't now after I did something to it. does anyone have an idea how I can modify this to make it work?

View 13 Replies View Related

Grey Out Checkbox

Nov 13, 2003

i have an array of checkboxes that are displayed in a table. if the first checkbox is selected then all other checkboxes need to be greyed out, so that the user cannot select anything else. And of course if the first checkbox is unchecked then all checkboxes become available again. Any combination of the checkboxes may be selected unless the first one is selected.

View 5 Replies View Related

Grey Out Box On Form Not Resetting Properly

Oct 14, 2010

I have a form with a text box that is greyed out unless a checkbox is checked. The problem is if the checkbox is checked and this enables the text box to enter data and I hit reset, the text box does not reset and turn grey. It allows data to be entered. I have both the html reset button and the javascript clear form, but neither seem to work. How do I reset the text box to grey as well if reset is hit?

View 3 Replies View Related

Using Lightbox With Hotspots - Grey Background?

Mar 7, 2009

I'm using lightbox 2.0 with Dreamweaver CS3 on Mac 10.4. I am trying to use lightbox with Dreamweaver's hotspots, so right now my code looks like this:
<area shape="poly" coords="209,232,273,224,280,286,219,293" href="images/ATlogo2.jpg" rel="lightbox"/>
I am only getting the gray background when I click on the link though, not the image. The image properly loads in a new window when the rel="lightbox" code is not added. I have tried testing it in Dreamweaver's preview on Safari, and uploaded to the web in Safari and Mozilla's Camino.

View 1 Replies View Related

Disable/grey Out Submit Button?

Oct 16, 2009

I have a page that has a bunch of checkboxes and input fields. I need to disable and grey out the submit button until a change is actually made to any of the fields, then make it active and blue. How would I do this?

View 5 Replies View Related

JQuery :: Change Grey Background By A White?

Dec 13, 2010

I have a div called "sampler".

This is the CSS code of this div[code]...

View 1 Replies View Related

Grey Box - Automatically Pops Up When You Go To Any Of The 5 Pages On The Site?

Aug 4, 2009

I have a site using Grey Box pop up ( http:[url]....).It automatically pops up when you go to any of the 5 pages on the site. Is it possible to add a cookie to it so that it only pop up the first time someone comes to any one of the pages?

View 8 Replies View Related

Removing Grey Outline On Hotspot Link

May 1, 2003

have image buttons which display gray outline when link depressed in IE. Anyway to remove this through js ?

View 6 Replies View Related

Change The Background-color Of The Div To A Light Grey When The Mouse Is Over It

Nov 11, 2009

I have a div containing a few text elements like date and description. I want to change the background-color of the div to a light grey when the mouse is over it. This works fine. The problem: As soon as the mouse is over a child element, the background changes back!

View 2 Replies View Related

JQuery :: Doubling Up Selectors - Highlight In Grey A Row In A List

Apr 6, 2009

I have some jquery code that will highlight in grey a row in a list when it's hovered over - ie:

[Code]...

but of course that will highlight every -even and -odd row, but I want to exclude the list classed .views-important-dates. I can get bloated with it and duplicate the whole code, or I could write a function (which is a definite possibility) but I was wondering if there was a conditional way I could do this - for eg:

[Code]...

View 1 Replies View Related

JQuery :: ASPNET Web Form On Subvmit Grey Out And Processing Message?

Oct 21, 2009

I am looking for sample/ implementation ASP.net with Jquery.My requirement is I have web form with some controls, once the user click on submit, entire form should Grey out with message as processing .... once the database successful, successful message should bedisplayed and if user clicks on close on message the message should be closed and form needs to be cleared or some thing like this.

View 1 Replies View Related

JQuery :: Vertical Navigation Menu - White And Grey One On The Left

Oct 17, 2011

I'm looking for a menu like the white and grey one on the left of the following page [url] how to find something similar to use?

I don't mind about the bottom box containing the link description, I don't think this would help the navigation...

View 3 Replies View Related

PNG Images Display Horrible Grey Or White Background When It's Transparent In IE 6

Jan 16, 2009

There is a big wide problem that with IE6, PNG images display this horrible grey or white background when it's transparent. It looks ugly, but I can't seem to find a way to solve it. I've searched on google and copied scripts, inserted them in to the document I wish for the png to be completely transparent but it's still not working. I would normally just leave it, but as I want the site to look professional and the transparent png is essential to the data being displayed, I've been trying to find solutions to it.

I realise that most users have upgraded to IE 7 / IE 8 which supports transparent png images but there's got to be a small percentage of users who use IE6. I can't just say "sorry you'll have to upgrade your browser to view the data properly" obviously, so I'm trying to find solutions. I've tried using spacer.gif but that doesnt work (but it does when on table designed pages), so I found some scripts:

[Code]..

View 14 Replies View Related

Find A Script - Puts Like A Dark Grey Transparent Mask Over The Intire Browser Window

Mar 31, 2010

I have recently started seeing a script that puts like a dark grey transparent mask over the intire browser window, while putting up in the center a highlighted visable login form or some type of box requiring user input. Can anyone tell me if that is javascript and possibly point me in the direction where I can find out more about that effect.

View 3 Replies View Related

JQuery :: AddClass - Change The Color Of Surrounding Text Of The Disabled Radio Button To The Color Grey

Feb 8, 2010

I have this markup:

[Code]...

There are two radio buttons, sometimes one will be disabled, other times the other will be disabled. I would like to make a script that: First: Changes the color of surrounding text of the disabled radio button to the color grey. Second: Checks the other radio button.

This was my plan: I would make a script that: First: Removes all the current classes and add the class "greyed_out" (or better: change only the color of) the parent element, all siblings and children of siblings (if any) of the radio button that is disabled at that time.Second: Sets the attribute "checked to the other radio button". I made a script, but when I set the bottom radio button to disabled the script doesn't work:

[Code]...

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved