Go Back   CodingForums.com > :: Client side development > HTML & CSS

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-12-2011, 01:51 PM   PM User | #1
raman2572
New to the CF scene

 
Join Date: May 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
raman2572 is an unknown quantity at this point
Angry CSS3 buttons CONFLICTING WITH AUTOMATIC THUMBNAILS AND SUMMARY SCRIPTS

I AM BLOGGING @ www.lovejasica.blogspot.com .i will be very thankful if u solve a problem of mine:::;:

i am using a AUTOMATIC POST THUMBNAIL AND SUMMARY script.....and i want to use CSS read more button instead of a button.... check out the SCRIPT

<script type='text/javascript'>createSummaryAndThumb(&quot;summary<dataost.id/>&quot;
</script> <span class='rmlink' style='float:right;padding-top:20px;'><a expr:href='dataost.url'><a class='button small blue'>Click me!</a></a></span>

CHECKOUT CSS for readmore button
.button {
font-family: sans-serif;
font-weight:bold;
color: #fff;
padding:5px 10px 6px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
cursor: pointer;
}
.blue {
background:#0085cc;
background-image: -moz-linear-gradient(top,#0085cc,#00717f);
background-image: -webkit-gradient(linear,left top,
left bottom,from(#0085cc),to(#00717f) );
}
.blue:hover{background:#00717f

.small {font-size:12px;}
.medium{font-size:18px;}
.large{font-size:24px


now the problem is there is no link on READ MORE BUTTON pls checkout www.lovejasica.blogspot.com .i will be very thanful 2 u if u solve my probelm
raman2572 is offline   Reply With Quote
Old 05-12-2011, 03:00 PM   PM User | #2
teedoff
Senior Coder

 
Join Date: Aug 2010
Location: High Point, NC
Posts: 3,325
Thanks: 5
Thanked 363 Times in 360 Posts
teedoff is on a distinguished road
In your html you dont set a link reference to another page or source. All you've done so far is create a class of "button small blue" on an anchor(<a>) tag.

You might do something like this:

<a href="myBlogFile.html" class="button">Click Me</a>

Not sure why you would need a class named "button small blue" either. Just "button" would work. It's always safe and good practice to NOT put spaces in any file names or naming conventions of any kind.
__________________
Teed
teedoff is offline   Reply With Quote
Old 05-12-2011, 03:26 PM   PM User | #3
raman2572
New to the CF scene

 
Join Date: May 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
raman2572 is an unknown quantity at this point
"button" "small" and "blue" are three stylesheets thats why i am using it.......actually i am trying use to this button for """continue reading""" button ...as you said i have to give it a link......i am confused about ...what link for """continue reading " button which expands post excerpts....checkout @ www.lovejasica.blogspot.com
raman2572 is offline   Reply With Quote
Reply

Bookmarks

Tags
blogger, css, html

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 09:54 AM.


Advertisement
Log in to turn off these ads.