[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

10/22/2009 at 02:36PM PDT, ID: 24836277
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.2

jQuery Gallerific Issue?

Asked by kevp75 in Cascading Style Sheets (CSS), JavaScript, Extensible HTML (XHTML)

Tags: jquery, gallerific, css

Can someone have a look at
http://beta.chasedues.com/properties/property.asp?prop=C1A3FB9BE7DF7A289089754234B769552FDBBD85A803E5622CB5B57AF78AA46A53C45234032E6724#0

and let me know what I am doing wrong here...

I am sure it is something in the CSS, just a bit frazzled and can't see it...

CSS to follow
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
333:
334:
335:
336:
337:
338:
339:
340:
341:
342:
343:
344:
345:
346:
347:
348:
349:
350:
351:
352:
353:
354:
355:
356:
357:
358:
359:
360:
361:
362:
363:
364:
365:
366:
367:
368:
369:
370:
371:
372:
373:
374:
375:
376:
377:
378:
379:
380:
381:
382:
383:
384:
385:
386:
387:
388:
389:
390:
391:
392:
393:
394:
395:
396:
397:
398:
399:
400:
401:
402:
403:
404:
405:
406:
407:
408:
409:
410:
411:
412:
413:
414:
415:
416:
417:
418:
419:
420:
421:
422:
423:
424:
425:
426:
427:
428:
429:
430:
431:
432:
433:
434:
435:
436:
437:
438:
439:
440:
441:
442:
443:
444:
445:
446:
447:
448:
449:
450:
451:
452:
453:
454:
455:
456:
457:
458:
459:
460:
461:
462:
463:
464:
465:
466:
467:
468:
469:
470:
471:
472:
473:
474:
475:
476:
477:
478:
479:
480:
481:
482:
483:
484:
485:
486:
487:
488:
489:
490:
491:
492:
493:
494:
495:
496:
497:
498:
499:
500:
501:
502:
503:
504:
505:
506:
507:
508:
509:
510:
511:
512:
513:
514:
515:
516:
517:
518:
519:
520:
521:
522:
523:
524:
525:
526:
527:
528:
529:
530:
531:
532:
533:
534:
535:
536:
537:
538:
539:
540:
541:
542:
543:
544:
545:
546:
547:
548:
549:
550:
551:
552:
553:
554:
555:
556:
557:
558:
559:
560:
561:
562:
563:
564:
565:
566:
567:
568:
569:
570:
571:
572:
573:
574:
575:
576:
577:
578:
579:
580:
581:
582:
583:
584:
585:
586:
587:
@import url("/includes/client/libraries/jquery/ui/style.css");
@import url("/includes/client/libraries/highslide/style.css");
@import url("/includes/client/libraries/jquery/gallerific.css");
@charset "utf-8";
*, html {
	padding:0;
	margin:0;
	}
body {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	color:#000;
	letter-spacing:1px;
	background:#225A84 url(/images/layout/page_bg.png);
	}
p {
	padding:0 0 15px 0;
	}
a img {
	border:none;
	}
.filterCol {
	font-weight:bold;
	text-align:center;
	}
optgroup option {
	padding:0 0 0 10px;
	}
#loading{text-align:center;padding-top:10px;display:none;}
#err_message, .err_message {
	font-weight:bold;
	color:red;
	text-align:center;
	width:100%;
	font-size:125%;
	}
#login {
	border-bottom:3px double #00C000;
	clear:both;
	}#login .logoutStuff {clear:both;display:block;padding:0 55px 30px 0;}
#header {
	background:url(/images/layout/header_bg.png);
	height:76px;
	width:100%;
	clear:both;
	}#header h1 {
		font-size:36px;
		color:#00C000;
		padding:10px 0 0 25px;
		}#header .logo {color:#000033;}
		#header .slogan {
			font-size:14px;
			color:#00C000;
			font-weight:normal;
			font-style:italic;
			padding:0 0 0 200px;
			}
	#header #mini_nav {
		position:absolute;
		top:0;
		right:0;
		padding:35px 10px 0 0;
		}#header #mini_nav li {
			display:inline;
			font-size:12px;
			padding:0 10px 0 20px;
			background:url(/images/layout/header_bullett.png) no-repeat left;
			}
		#header #mini_nav li a {
			color:#FFF;
			font-variant:small-caps;
			}
ul#news {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
	font-size:10px;
}
 
#news li {
	list-style: none;
	padding: 2px 0px 2px 15px;
	margin: 0 0 15px 0px;
}
.print {
	text-align:center;
	padding:5px 0 5px 0;
}.print img {
	vertical-align:middle;
	margin-left:25px;
	}
@media print {
	.print{display:none;height:1px;}
}
#container {
	width:970px;
	margin:0 auto;
	clear:both;
	}
	#container #right_content {
		background:url(/images/layout/right_col_bg.png);
		width:299px;
		float:left;
		border-right:1px solid #333;
		}
	#container #right_content .content {
		padding:0 0 10px 10px;
		}
	#container #right_content .nav {
		background:url(/images/layout/nav.png);
		height:187px;
		padding-top:9px;
		}
	#container #right_content .nav ul li a {color:#FFF;text-decoration:none;}
	#container #right_content a {color:#FFF;}
	#container #right_content .nav ul li {
		list-style:none;
		background:url(/images/layout/nav_link_bg.png);
		height:25px;
		margin:0 0 5px 0;
		text-align:right;
		font-size:14px;
		color:#FFF;
		padding:5px 20px 0 0;
		}
		#container .right {
			background:url(/images/layout/image_side.png) repeat-y;
			width:36px;
			position:absolute;
			margin-left:670px;
			}
	#container #left_content {
		width:669px;
		float:left;
		background:#FFF;
		border-left:1px solid #333;
		}
	#container #left_content .image {
		height:190px;
		border-right:1px solid #333;
		}#container #left_content .image img {
			width:100%;
			height:189px;
			border-bottom:1px solid #333;
			}
	#container #left_content .content {
		background:#f5f5f5 url(/images/layout/page_top.png) repeat-x top;
		padding:10px;
		border-bottom:1px solid #333;
		border-right:1px solid #333;
		}
#footer {
	background:url(/images/layout/footer_bg.png);
	height:50px;
	padding:45px 0 0 20px;
	
	}#footer a {color:#FFF;}
	#footer ul li {
		display:inline;
		list-style:none;
		color:#FFF;
		padding:0 10px 0 10px;
		border-right:1px solid #CCC;
		}#footer ul li.last{border:none;}
		#footer .copyright {
			position:relative;
			padding:0 10px 0 0;
			color:#FFF;
			}#footer .copyright span {
				float:left;
				width:295px;
				padding:5px 0 0 65%;
			}
			#footer .copyright img {
				float:left;
				padding:0 0 0 10px;
				}
#rDue {
	position:absolute;
	width:148px;
	/*border-left:1px solid #000033;
	border-bottom:1px solid #000033;*/
	margin:10px 0 0 495px;
	background:#00C000;
	padding:2px;
	font-size:10px;
	}
.payConfirm {padding:0 0 0 10px;}
.payfrmLink {
	cursor:pointer;
	border:1px solid #00C000;
	width:50px;
	padding:3px;
	text-align:center;
	float:right;
	background:#DDD;
	margin:5px;
	}.payfrmLink a {font-weight:bold;text-decoration:none;}
fieldset {border:1px solid #00C000;margin-bottom:5px;padding:5px;}
fieldset legend {font-weight:bold;font-size:125%;}
.col1 {
	width:35%;
	font-weight:bold;
	text-align:right;
	padding:2px;
	}
.col2 {
	width:65%;
	padding:2px;
	}.col2>input, select {
		background:#f5f5f5 url(/images/layout/page_top.png) repeat-x top;
		border:1px solid #333;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		padding:1px 0 2px 3px;
		}
.col3 {
	text-align:center;
	}.col3>input {
		background:#f5f5f5 url(/images/layout/page_top.png) repeat-x top;
		border:2px ridge #FFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		}
#propSrch .col1 {
	width:100%;
	font-weight:bold;
	text-align:left;
	}#propSrch .col1>input, select {
		border:1px solid #CCC;
		background:#000066;
		color:#FFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		padding:1px 0 2px 2px;
		}
/* Autosuggest */
.srch_auto_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow:hidden;
}
 
.srch_auto_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
 
.srch_auto_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
 
.srch_auto_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 10px;
	overflow: hidden;
}
 
.ac_loading {
	background : Window url('/images/icons/loader.white.gif') right center no-repeat;
}
 
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
#pnConfirm {
	padding:0 0 0 15px;
}
.pnConfirm_Links {
	width:250px;
	margin:0 auto;
	font-weight:bold;
	}.pnConfirm_Links span{cursor:pointer;display:block;width:75px;float:right;border:1px solid #000333;padding:5px;text-align:center;margin:0 10px 10px 10px;background:#DDD;}
.pagingLinks {
	padding:3px;
	text-align:center;
	}
/* Propert Details */
#propTable {}
#propTable th {
	background:#CCC;
	text-align:left;
	padding:2px;
	border-bottom:3px double #333;
	border-top:2px ridge #FFF;
}
 
.payNow {
	float:right;
	font-size:125%;
	padding:0 15px 0 0;
	}
.propDesc {
	padding:0 0 0 15px;
	border-top:3px double #333;
	clear:both;
	}
.propAddress {
	width:350px;
	float:left;
	}
.propContacts {
	width:269px;
	float:left;
	}.propContacts>p {
			padding-left:15px;
			padding-bottom:0px;
			}
.propAddress>p {
			padding-left:15px;
			padding-bottom:0px;
			}
		.propAddress>h2 {
			padding-left:5px;
			}
.subNav {
	list-style:none;
	text-align:right;
	padding:0 10px 0 0;
	}
.clear{clear:both;width:100%;display:block;}
/*--------- User Profile -----------*/
#userList {
	width:100%;
	
}#userList th {
	background:#CCC;
	text-align:left;
	padding:2px;
	border-bottom:3px double #333;
	border-top:2px ridge #FFF;
	}
	#userList .uRow1 {
		border-bottom:1px solid #000;
		padding:2px;
		}
	#userList .uRow2 {
		border-bottom:1px solid #000;
		padding:2px;
		background:#DDD;
		}
	#userList .uTotals {
		padding:2px;
		border-bottom:2px ridge #FFF;
		background:#CCC;
		font-weight:bold;
		text-align:right;
		}
#userProfile {
	border-top:3px double #333;
	}
	#userProfile .user_details {
		width:324px;
		float:left;
		}
	#userProfile .user_addresses {
		border-top:3px double #333;
		width:324px;
		float:left;
		}
	#userProfile .user_contacts {
		border-top:3px double #333;
		width:324px;
		float:left;
		}
	#userProfile .latestActivity {
		border-top:3px double #333;
		clear:both;
		}
	#userProfile .latestActivity>h2{}
	#userProfile .latestActivity>h2 span {
		font-size:12px;
		float:right;
		width:120px;
		}
.totRow {
	background:#DDD;
	border-top:3px double #333;
	padding:3px;
	}
 
.adminLinks {
	text-align:right;
	clear:both;
	}
	.adminLinks img {border:none;cursor:pointer;}
	
.infoLink{vertical-align:bottom;display:inline;width:14px;height:16px;cursor:help;}
 
 
gallerific.css:
/* Galleriffic Stuff */
#gallery_Container {
	display:block;
	clear:both;
	}
#pics {clear:both;}
#gallery_Container .content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
 
	display:block;
}
.bottom a {
	margin:5px;
	font-weight:bold;
	display:block;
	float:left;
	padding:3px 5px 3px 5px;
	border:1px solid #000;
	background:#E5E5E5;
	}
.bottom a:hover {background:#0099FF;}
.bottom .current{float:left;margin:5px;padding:3px 5px 3px 5px;border:1px solid #000;}
.bottom{width:100%;display:block;clear:both;}
#gallery_Container .content a, div.navigation a {
	text-decoration: none;
	color: #222;
}
#gallery_Container .content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
 
div.loader {
	background-image: url('/images/icons/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: auto;
	height: 350px
}
#slide_Container {
	width:310px;
	float:right;
	}
div.slideshow {
 
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow span.image-wrapper img {
	width:300px;
	height:240px;
	}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
	width:280px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
 
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#thumbs {
	width:250px;
	float:left;
	}
ul.thumbs {
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
a.thumb img {
	width:50px;
	height:50px;
	}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
.navigation div.bottom {
	margin-top: 12px;
	text-align:center;
}
div.bottom .pagination a, div.bottom .pagination span.current {
	display: block;
	float: left;
	margin: 10px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.bottom .pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.bottom .pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
 
#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}
 
#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}
 
Keywords: jQuery Gallerific Issue?
 
Loading Advertisement...
 
[+][-]10/23/09 01:48 AM, ID: 25642358

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10/23/09 06:04 AM, ID: 25643927

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10/23/09 07:41 AM, ID: 25644864

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Cascading Style Sheets (CSS), JavaScript, Extensible HTML (XHTML)
Tags: jquery, gallerific, css
Sign Up Now!
Solution Provided By: kevp75
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20091111-EE-VQP-91 - Hierarchy / EE_QW_EXPERT_20070906