Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,296 members, 7,818,997 topics. Date: Monday, 06 May 2024 at 09:46 AM

Debugging Css - Webmasters - Nairaland

Nairaland Forum / Science/Technology / Webmasters / Debugging Css (688 Views)

Help In Debugging PHP Code / Debugging - Share Those Moments Here (silly Bugs) / XHTML Debugging Challenge For Webmasters (2) (3) (4)

(1) (Reply)

Debugging Css by yawatide(f): 9:06pm On Oct 28, 2008
Yet another tutorial for those who say all I do is bash, bash, bash and nothing else tongue

Hv you ever wondered how I go about reviewing websites? One of the techniques I use is the debug technique where I, via FF (u cd also include it in the actual html file)'s "edit css" feature, turn on borders of elements that shdnt be there (images without alt tags, images without titles, empty DIVs, to check whether you are using TABLEs or DIVs, etc).

This css is pretty powerful and was actually written by someone many regard as the CSS god, Eric Meyer. Check it out, play with it, let me know what you think and spread the word:

div:empty, span:empty,
li:empty, p:empty,
td:empty, th:empty {
padding: 0.5em;
background: yellow;
}
*[style], font, center {
outline: 5px solid red;
}
*[class=""], *[id=""] {
outline: 5px dotted red;
}
img[alt=""] {
border: 3px dotted red;
}
img:not([alt]) {
border: 5px solid red;
}
img[title=""] {
outline: 3px dotted fuchsia;
}
img:not([title]) {
outline: 5px solid fuchsia;
}
table:not([summary]) {
outline: 5px solid red;
}
table[summary=""] {
outline: 3px dotted red;
}
th {
border: 2px solid red;
}
th[scope="col"], th[scope="row"] {
border: none;
}
a[href]:not([title]) {
border: 5px solid red;
}
a[title=""] {
outline: 3px dotted red;
}
a[href="#"] {
background: lime;
}
a[href=""] {
background: fuchsia;
}

(1) (Reply)

E-book On How To Design A Website / Mcp Exams Issues / What Do You Think?

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 8
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.