dherries 0 Report post Posted August 12, 2011 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 33 Report post Posted August 13, 2011 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 0 Report post Posted August 13, 2011 Recreating the buttons and link without the table did not work either. Any ideas? Share this post Link to post Share on other sites
catrina 103 Report post Posted August 13, 2011 What CSS and code are you using? 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 0 Report post Posted August 13, 2011 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 103 Report post Posted August 14, 2011 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 0 Report post Posted August 15, 2011 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 6 Report post Posted August 15, 2011 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 33 Report post Posted August 20, 2011 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