Problem with linked text

I have a problem only with the linked text of my blog post titles… as you can see they are very picky about where you place your cursor over the text to click the link.

This is my testing site for my new updated blog, but i’d like to get this fixed… also have another issue Windows only, but will post that in another thread.

Any suggestions?

http://brianmediatemplates3.blogspot.com/


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Brian,

The problem here is that the date item is the width of the parent div
and is overlapping the title. You can add some custom CSS into the
page that will fix this. In the Page>HTML Markup dialog select "Before

" to make sure this code goes in after the code the Action adds and paste the following:
<style type="text/css">
h2.date-header { float:right; top:15px; }
</style>

I hope this helps.

Joe

On 27 Dec 2008, at 23:24, Brian wrote:

I have a problem only with the linked text of my blog post titles…
as you can see they are very picky about where you place your cursor
over the text to click the link.

This is my testing site for my new updated blog, but i’d like to get
this fixed… also have another issue Windows only, but will post
that in another thread.

Any suggestions?

http://brianmediatemplates3.blogspot.com/


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Joe!!!

made some tweaks and it works now.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options