my site's link is http://daplonline.in/

i want to put 4 more link in above image "Note only for first image not at all" am tired let's see the CSS Code for bottom buttons

  .main_image {
    width: 598px; height: 460px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;    padding: 10px;

}

.main_image h2 { display: none; }
.main_image p {
    font-size: 1.2em;
    padding: 10px;  margin: 0;
    line-height: 1.6em;

}
.block small { 
    padding: 0 0 0 20px; 
    background: url(images/icon_cal.gif) no-repeat 0 center; 
    font-size: 1em; 
    display:none;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;  left: 0;
    width: 100%;
    display:none;
}
.main_image .block{}

when i put any other link it appers in all image but i want to put 4 link in only first image 'Admission cum Scholarship Test" for sample output i try but not success :(

i want to make something like this but only for first image not at all.

http://daplonline.in/images/ineed.jpg << I need like this
javascript jquery html css

Recommended Answers

All 5 Replies

You have lots of images on your page. If you want help, describe the problem more exactly.
Also, why include css if problem is to do with links.

@Nauticalmac i want to put 6 link like http://daplonline.in/images/ineed.jpg
i think i have jquery problem i want to put 6 new link only in the first image of slider. when i try to put link the link will show all the slider image :(

but i want to put link only first image.

Can you show the page with the problems? If all the sliders show, then possibly the javascript that runs the slideshow has failed, maybe because of a js error you created. Do you know how to look at the js console?
Try posting the js you have written to add the links.

yes i know how to look js console. but i'm not a great designer i need only put 6 new link only one image slider not all. i think i need jquery code to show 6 link in only one image.

There's not enough information to help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.