This link has been bookmarked by 276 people . It was first bookmarked on 02 Mar 2006, by J shamsul bahri.
-
19 Jan 12
-
03 Jan 12
-
02 Jan 12
-
05 Oct 11
-
02 Aug 11
-
08 Jul 11
-
27 Jun 11
-
The ACRONYM and ABBR tags are usefu
-
acronym or abbreviation
-
Most current browsers do nothing to alert your site visitors that there is anything behind the words on the page that can help them make sense of the abbreviation or acronym.
-
In your style sheet you can add a bottom border to those tags to draw attention to them on the page. You can also use CSS to change the cursor into a "Help" cursor (usually a question mark) for those browsers that support it. And you aren't limited to HTML tags. Create a class called .help and use SPANs to give more information about words or phrases that your readers might be confused by.
This CSS:
abbr, acronym, .help { border-bottom: 1px dotted #333; cursor: help; }
-
-
28 May 11
-
26 Mar 11
-
12 Mar 11
-
14 Feb 11
-
13 Feb 11
-
23 Dec 10
-
16 Dec 10
-
26 Oct 10
-
17 Oct 10
-
25 Sep 10
-
div.float { float: left; } div.float p { text-align: center; }And the HTML:
<div class="float"> <img src="image1.gif" width="100" height="100" alt="image 1" /><br /> <p>caption 1</p> </div> <div class="float"> <img src="image2.gif" width="100" height="100" alt="image 2" /><br /> <p>caption 2</p> </div> <div class="float"> <img src="image3.gif" width="100" height="100" alt="image 3" /><br /> <p>caption 3</p> </div>
-
div.container { border: 2px dashed #333; background-color: #ffe; }
-
<div class="container"> <div class="spacer"> </div> <div class="float"> <img src="image1.gif" width="100" height="100" alt="image 1" /><br /> <p>caption 1</p> </div> <div class="float"> <img src="image2.gif" width="100" height="100" alt="image 2" /><br /> <p>caption 2</p> </div> <div class="float"> <img src="image3.gif" width="100" height="100" alt="image 3" /><br /> <p>caption 3</p> </div> <div class="spacer"> </div> </div>
-
-
06 Sep 10
-
26 Jul 10
-
01 Jun 10
-
25 Apr 10
-
06 Apr 10
-
29 Mar 10
-
22 Mar 10
-
09 Feb 10
-
08 Feb 10
-
31 Jan 10
-
09 Dec 09
-
23 Oct 09
-
20 Oct 09
-
15 Sep 09
-
25 Aug 09
-
29 Jun 09
-
13 Jun 09
-
13 May 09
-
23 Mar 09
-
01 Mar 09
Shawn Duggandiv style="width: 350px; background-color: #cc9; border: 1px dotted #333; padding: 5px; margin: 0px auto";
-
07 Jan 09
-
05 Nov 08
-
19 Sep 08
-
20 Aug 08
-
19 Aug 08
-
15 Aug 08
-
02 Aug 08
-
26 Jul 08
-
18 Jun 08
-
02 Jun 08
-
05 May 08
Martha GrenzebackAdvanced techniques of CSS website design.
-
14 Apr 08
-
31 Mar 08
-
26 Mar 08
-
18 Mar 08
-
06 Mar 08
-
19 Feb 08
-
17 Feb 08
-
15 Feb 08
-
16 Jan 08
-
13 Jan 08
-
12 Dec 07
-
05 Dec 07
-
29 Nov 07
-
28 Nov 07
-
10 Nov 07
-
FORM(s) and Function
-
Another common use for table layout is lining up FORM elements with their labels. While it could be argued that this is an appropriate use of TABLEs, the CSS technique that I describe below will prove to be useful for other, similar layout needs, as we will see.
-
-
01 Nov 07
-
22 Oct 07
-
11 Oct 07
-
26 Sep 07
-
01 Sep 07
-
27 Aug 07
-
26 Aug 07
-
25 Aug 07
-
17 Aug 07
-
13 Aug 07
-
07 Aug 07
-
02 Aug 07
-
31 Jul 07
-
19 Jul 07
-
10 Jul 07
-
09 Apr 07
-
16 Jan 07
-
30 Dec 06
-
27 Nov 06
-
19 Oct 06
-
07 Oct 06
-
03 Oct 06
-
15 Jul 06
-
27 Jun 06
-
24 Jun 06
-
23 Jun 06
-
14 Jun 06
-
09 Jun 06
-
14 May 06
-
05 May 06
-
28 Apr 06
Page Comments
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.