unlime
03-31-2007, 12:39 PM
I'm having a couple problems with this rendering right in Firefox. The bullet for the list end up in the border when rendered if FF but not IE. Also I have links in the head & foot nav that I don't want the underline to show so I use "name" instead "href" so I could keep the links in the content with the underline. This work in IE but in FF. I be thankful for any suggestions.
Thanks
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
<meta name="robots" content="noindex,nofollow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
html {100%;}
body {font: 12px verdana,geneva,lucida,arial,sans-serif;
line-height:1.5;
text-align:Center;
padding:15px 10px;}
.border1 {border: 5px double #ccc;
padding: 5px 5px;
width:735px;
margin: auto;}
h1,h2 {font:22px geneva,serif italic;
letter-spacing: 2px;
text-align:left;
margin: none}
h2 {font-size: 16px normal;
padding: 15px;}
p { text-align: left; padding:15Px;}
ul {list-style-type: circle ;
line-height: 30px;
text-align:left;
padding: 5px }
.navtop,.navbtm {border-top: 3px solid;
border-bottom: 3px solid;
letter-spacing:1px;
background: #fff;
padding:5px 0px 5px 10 px;
margin: 5px;
background: #eee;}
.navbtm {font: 11px;
text-align: center;
letter-spacing: 1px;}
.paddedh1{
padding: 15px
}
a:link [color: #000;}
a:hover, a:active { color: #fff;}
</style>
</head>
<body class="maintx">
<div class="border1">
<h1>eMerge Web Solutions</h1>
<p class="navtop"> <strong>Home</strong> · <a name="who.html">Who We Are</a> · <a name="what.htm "> What We Do</a> · <a name="process=" process.html "> Our Process</a> · <a name="casestudies"> Case Studies</a> · <a name="clients"> Client List</a> · <a name="contact.html"> Contact Us</a> </p>
<h1 class="paddedh1"> Welcome to eMerge Web Solutions </h2>
<h2>We offer high quality web developement solutions:</h2>
<ul>
<li>Web application developement using languages such as <acronym title="PHP: Hypertext Preprocessor">PHP</acronym>,
<acronym title="Active Server Pages"> ASP</acronym>,<acronym title="Java Server Pages"> JSP</acronym>,and Perl
</li>
<li><acronym title="eXtensive Hypertext Markup Language">XHTML 1.0</acronym>,<acronym title="Cascading Style Sheets"> CSS
</acronym>2.1, and Javascript for front-end developement
</li>
<li>A focus on accessibility and usability
</li>
</ul>
<h2>We have worked with a wide variety of<a href="client.html"> clients</a> representing industries as diverse as:</h2>
<ul>
<li>Banking
</li>
<li>Healthcare
</li>
<li>Biotech
</li>
<li>Entertainment
</li>
</ul>
<p>With out <a href="who.html"> years of experience</a>, we can defintely meet your design needes.<a href="contact.html"> Contact us</a> for a free quote!</p>
<h2 class="navbtm"> <a name="sitemap.html"> Site Map </a> · <a name="privacy"> Privacy </a> · Policy · Quality ·<a name="guarantee.html"> Guarantee </a></h2>
</div>
</body>
</html>
Thanks
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
<meta name="robots" content="noindex,nofollow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
html {100%;}
body {font: 12px verdana,geneva,lucida,arial,sans-serif;
line-height:1.5;
text-align:Center;
padding:15px 10px;}
.border1 {border: 5px double #ccc;
padding: 5px 5px;
width:735px;
margin: auto;}
h1,h2 {font:22px geneva,serif italic;
letter-spacing: 2px;
text-align:left;
margin: none}
h2 {font-size: 16px normal;
padding: 15px;}
p { text-align: left; padding:15Px;}
ul {list-style-type: circle ;
line-height: 30px;
text-align:left;
padding: 5px }
.navtop,.navbtm {border-top: 3px solid;
border-bottom: 3px solid;
letter-spacing:1px;
background: #fff;
padding:5px 0px 5px 10 px;
margin: 5px;
background: #eee;}
.navbtm {font: 11px;
text-align: center;
letter-spacing: 1px;}
.paddedh1{
padding: 15px
}
a:link [color: #000;}
a:hover, a:active { color: #fff;}
</style>
</head>
<body class="maintx">
<div class="border1">
<h1>eMerge Web Solutions</h1>
<p class="navtop"> <strong>Home</strong> · <a name="who.html">Who We Are</a> · <a name="what.htm "> What We Do</a> · <a name="process=" process.html "> Our Process</a> · <a name="casestudies"> Case Studies</a> · <a name="clients"> Client List</a> · <a name="contact.html"> Contact Us</a> </p>
<h1 class="paddedh1"> Welcome to eMerge Web Solutions </h2>
<h2>We offer high quality web developement solutions:</h2>
<ul>
<li>Web application developement using languages such as <acronym title="PHP: Hypertext Preprocessor">PHP</acronym>,
<acronym title="Active Server Pages"> ASP</acronym>,<acronym title="Java Server Pages"> JSP</acronym>,and Perl
</li>
<li><acronym title="eXtensive Hypertext Markup Language">XHTML 1.0</acronym>,<acronym title="Cascading Style Sheets"> CSS
</acronym>2.1, and Javascript for front-end developement
</li>
<li>A focus on accessibility and usability
</li>
</ul>
<h2>We have worked with a wide variety of<a href="client.html"> clients</a> representing industries as diverse as:</h2>
<ul>
<li>Banking
</li>
<li>Healthcare
</li>
<li>Biotech
</li>
<li>Entertainment
</li>
</ul>
<p>With out <a href="who.html"> years of experience</a>, we can defintely meet your design needes.<a href="contact.html"> Contact us</a> for a free quote!</p>
<h2 class="navbtm"> <a name="sitemap.html"> Site Map </a> · <a name="privacy"> Privacy </a> · Policy · Quality ·<a name="guarantee.html"> Guarantee </a></h2>
</div>
</body>
</html>