Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-17-2010, 06:14 PM   PM User | #1
conception
New to the CF scene

 
Join Date: Oct 2009
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
conception is an unknown quantity at this point
Unhappy Fancybox Popup viewer - changing style for title

Hi there,
I can;t figure out where to change the code/add in code
I have installed Fancybox using jQuery and done all the neccessary steps to ensure it works as popup. However I can't find where to add in code/edit code to make my title left for instance or bold type etc.

This is the code that calls the fancybox website is: http://www.soltoro.com/NEW/projects/elrayo.html

Code:
<script> $(document).ready(function() {

	/* This is basic - uses default settings */
	
	$("a#single_image").fancybox({
	'titlePosition': 'inside'


	});
	
	/* Using custom settings */
	
	$("a#inline").fancybox({
		'hideOnContentClick': true});
		

	

	/* Apply fancybox to multiple items */
	
	$("a.group").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		  'titlePosition'         : 'inside',
		'overlayShow'	:	false
	});
	
});</script>
conception is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:48 AM.


Advertisement
Log in to turn off these ads.