Skip to content

CSS Troubleshooting

Having trouble working out where things are going wrong in your new template or web site design? Use this method to pin point where the problem lies:

Add this to your CSS file and uncomment it whenever things go wrong (remember to either remove or comment it again when you have finished). It will add a red border around each div so you can clearly see where overlaps are occurring.

/* DEBUGGER
div {border: 1px solid red;} */

If you enjoyed this post, make sure you subscribe to my RSS feed!

Topic: Web Design
Tagged as: css, templates, web site design

Share on FriendFeed