Jump to content
Sign in to follow this  
dherries

Broken Links

Recommended Posts

dherries

I have created an HTML table with buttons and links that I have inserted into the right sidebar at http://productivitymastery.com/. The wierd thing is that the links work on Internet Explorer but not on Firefox or Safari. What am I missing?

Share this post


Link to post
Share on other sites
Jenny

After doing a Google search, it seems like the issue may lie in the CSS position property for the td but I can't find where the td gets its styling. Hopefully someone else will be able to help! Another possible solution would be to use an HTML list instead of a table.


Jenny :: Web designer at Simple Mama (follow me at @simplemamacom)

Check out Share Me, a social sharing add-on for DMS that is super simple to set up.

Share this post


Link to post
Share on other sites
dherries

Recreating the buttons and link without the table did not work either. Any ideas?

Share this post


Link to post
Share on other sites
dherries

I don't know what you are referring to. I am using the standard CSS file that comes with PlatformPro.

Share this post


Link to post
Share on other sites
catrina

I'm referring to the HTML mentioned here:

I have created an HTML table with buttons and links that I have inserted into the right sidebar
What code did you use?

Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites
dherries

I think I have isolated the problem. The banner on the left is sitting on top of the buttons. How do I fix it?

Share this post


Link to post
Share on other sites
kastelic

Try making the sidebar sit above the full-width banner element:

	#sidebar-wrap {z-index:1000px}
	

Share this post


Link to post
Share on other sites
Jenny

Hi dherries. Are you still having an issue after implementing kastelic's suggestion? Let us know! And if his answer helped you, please hit the "accept" button. Thanks!


Jenny :: Web designer at Simple Mama (follow me at @simplemamacom)

Check out Share Me, a social sharing add-on for DMS that is super simple to set up.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×