Tag: css

  • How to Debug Vertical/Horizontal Scrollbars

    When building websites, it can be really challenging to debug what’s causing unexpected scrollbars. In this post, I provide a very good solution for debugging scrollbars.

  • How to Add CSS & JavaScript to a Magento CMS Page

    Magento is an insanely flexible system that has a lot of potential, but of course with this flexibility comes a lot of learning. Adding a JavaScript file and a CSS file to a specific CMS page isn’t very difficult. We should always consider adding the JavaScript file or CSS file to the theme if we’re […]

  • Centering a DIV Horizontally

    Assuming you have a basic knowledge of css and html putting a div in the horizontal center of a containing block isn’t too difficult. I’m going to center a div with only text, but the exact same css may be used for a div containing images,inputs, etc. I’m going to assume you are using html […]

  • Browser Redirection – Yahoo Answers

    I am having problems getting mozilla firefox to display my website correctly. It works fine on Internet Explorer. So I was thinking of making a mirror of the website that is made specifically for firefox browsers. Is it possible to code a website so that it detects what browser a visitor is using and them […]