How to use two different colorbox...
Hello, I'm new in this forum plus I'm a beginner in HTML codes,
I already made 2 different FORMS / 2 different styles with WEB FORM BUILDER
My problem is : once I click on both link it display only one colorbox style.
I would like to know witch code I can put into my "HEAD" to use two or multiple colorboxes style inside the same page !!
Here is my HEAD SECTION for the first link :
<link rel="stylesheet" href="./Test/colorbox/colorbox.css" />
<script
<script src="./Test/colorbox/jquery.colorbox.js"></script>
<script>
var $fb_pop = jQuery.noConflict();
$fb_pop(document).ready(function(){
$fb_pop(".fb_iframe").colorbox({iframe:true, innerWidth:"1014px", height:"80%", maxHeight:"2139px", fixed:true });
});
</script>
Then my HEAD SECTION for the second link :
<link rel="stylesheet" href="./contact/colorbox/colorbox.css" />
<script src="./contact/colorbox/jquery.colorbox.js"></script>
<script>
var $fb_pop = jQuery.noConflict();
$fb_pop(document).ready(function(){
$fb_pop(".fb_iframe2").colorbox({iframe:true, innerWidth:"672px", height:"80%", maxHeight:"825px", fixed:true });
});
</script>
Thank you in advance
I already made 2 different FORMS / 2 different styles with WEB FORM BUILDER
My problem is : once I click on both link it display only one colorbox style.
I would like to know witch code I can put into my "HEAD" to use two or multiple colorboxes style inside the same page !!
Here is my HEAD SECTION for the first link :
<link rel="stylesheet" href="./Test/colorbox/colorbox.css" />
<script
<script src="./Test/colorbox/jquery.colorbox.js"></script>
<script>
var $fb_pop = jQuery.noConflict();
$fb_pop(document).ready(function(){
$fb_pop(".fb_iframe").colorbox({iframe:true, innerWidth:"1014px", height:"80%", maxHeight:"2139px", fixed:true });
});
</script>
Then my HEAD SECTION for the second link :
<link rel="stylesheet" href="./contact/colorbox/colorbox.css" />
<script src="./contact/colorbox/jquery.colorbox.js"></script>
<script>
var $fb_pop = jQuery.noConflict();
$fb_pop(document).ready(function(){
$fb_pop(".fb_iframe2").colorbox({iframe:true, innerWidth:"672px", height:"80%", maxHeight:"825px", fixed:true });
});
</script>
Thank you in advance
We could help you easier if we had a link to your form.

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Thank you for respond me back : Here is the link : http://junopanda.livehost.fr/index.html
I try to explain everything
I try to explain everything

looks like your getting a style override. I'm assuming you want them both to have round corners?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
No, I just want to put inside my page 2 differents styles of forms, the grey one and the black one;
But the suppose grey one style (The default colorbox style) is overwritten by the scond style (The black colorbox style)
But the suppose grey one style (The default colorbox style) is overwritten by the scond style (The black colorbox style)
Your going to need to alter the colorbox css and add a class name to the #colorbox and #cboxOverlay elements in at least one of the forms or a different one for each so if you add addition forms there's no conflict. This is not a form builder issue but a colorbox issue.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
I didn't understand yet but thank you anyway
HERE IS MY ENTIRE colorbox.css and my HEAD section : http://junopanda.livehost.fr/index.html
Where can i put a class name?? can you show me an exemple please?
HERE IS MY ENTIRE colorbox.css and my HEAD section : http://junopanda.livehost.fr/index.html
Where can i put a class name?? can you show me an exemple please?
Can you put a page up with just the links for the form popups on them? I can grab from there.

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
HERE IS : http://junopanda.livehost.fr/index.html
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.