[Pro] Can't select text, click links etc

Re-building my website. In some parts of the website I can select text and links in the browser and in other pages with my articles I can’t.

Can someone please take a look and tell me what I did wrong? Thanks in advance!

https://dl.dropboxusercontent.com/u/248835/Voorvertoning/twitter-freeway-pro.html


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

I think this is a case where you need the Clearfix action on the Div id=“MainContainer”

Alternatively change it from overflow:visible to overflow:hidden

David


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

Looks to me like a z-index issue - have seen this before where a ghost of a
layer (non visible) is actually covering content - most likely caused by
the ads your showing or even the iframe. Try giving your content a higher z
value and double checking that the boundaries of your other content are not
overlapping your page content. BTW - if I see mackeeper advertised on a
page it is a big no no to me as it is essentially malware

On 5 May 2013 22:08, DeltaDave email@hidden wrote:

I think this is a case where you need the Clearfix action on the Div
id=“MainContainer”

Alternatively change it from overflow:visible to overflow:hidden

David


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

Hi guys,

Thanks for your responses! I have already applied the clearfix action on my site folder so should be applied to every page and item if I understand the action correctly.

I will try to play with the overflow on the MainContainer and will also try to play with the z-index and let you know.

@Glynster. The ads are Google ads and I don’t have much influence on the content. Probably once the website is on a live server, the ads will be more appropriate.


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

it is the disqus stuff covering the area.

I think it’s indeed by a missing clearfix of the #MainContainer so maybe apply the action to the page and not the folder (just a guess) or even apply it with the item-action to the #MainContainer.

A negative z-index for the #DisqusContainer or a z-index higher 1 for the #MainContainer fixes this as well btw.

Cheers

Thomas


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