Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
ul {
margin-top: 2em;
padding-top: 0;
}
.toplinks-ul li {list-style-type: none; margin-left: 0; padding-left: 0; display: inline; margin-top: 2em; padding-top: 0;}
.toplinks-ul li a {display:block; padding-left: 15px; padding-bottom: 0px; padding-top: 3px; background: url('bluebullet.gif') no-repeat center left; color: #282484; font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; font-weight: normal; text-decoration: none}
.toplinks-ul li a:hover {background-image: url('orgbullet.gif'); color: #cb7901;}
.toplinks-ul {
padding-top: 0px;
margin-top: 0px;
}
.toplinks-ul li {list-style-type: none; margin-left: 0; padding-left: 0; display: inline; [red]margin-top: 2em;[/red] padding-top: 0;}
<meta name="" content="" />
<img src="" alt="" />
<br />
<hr />
margin-top: 0px; padding-top: 0px;
[code]
To comment on 1DMF's posts:
You are right, depending on the purpose of what you are coding, to convert to xhtml would be pointless. (but if you have clean, clear valid HTML, or DHTML code, and use CSS to begin with, an upgrade to XHTML would be rather quick and painless. I used it for what I was coding since I was coding from scratch, and not converting/updating old files. Because of that, it only seemed logical to use something like XHTML. Also, with XHTML, there is some general feeling out there that a properly designed XHTML page would give you greater cross-browser consistency. It is also backward-compatible with older browsers.
-Again, as always, it comes down to really anlyzing your sites purpose, audience, and intended use. If these are clear, then decisions like this are very easy.