<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Webmaster-Talk.com - CSS Forum</title>
		<link>http://www.webmaster-talk.com/</link>
		<description>CSS coding, i.e. Cascading Style Sheet, discussions and help.</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 00:33:32 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://img.webmaster-talk.com/bluesky/vb_img/misc/rss.jpg</url>
			<title>Webmaster-Talk.com - CSS Forum</title>
			<link>http://www.webmaster-talk.com/</link>
		</image>
		<item>
			<title>Sliding Doors - help please!</title>
			<link>http://www.webmaster-talk.com/css-forum/192054-sliding-doors-help-please.html</link>
			<pubDate>Fri, 20 Nov 2009 11:14:33 GMT</pubDate>
			<description><![CDATA[I can't work out how to position my bottom left and right corners:  
 
_link here_ 
 
Ignore the fact that my bottom right corner is repeated! Would...]]></description>
			<content:encoded><![CDATA[<div>I can't work out how to position my bottom left and right corners: <br />
<br />
<u>link here</u><br />
<br />
Ignore the fact that my bottom right corner is repeated! Would be really grateful if someone could take a look! Thanks =)</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>littlemoomin</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/192054-sliding-doors-help-please.html</guid>
		</item>
		<item>
			<title>Recommended CSS Book</title>
			<link>http://www.webmaster-talk.com/css-forum/191998-recommended-css-book.html</link>
			<pubDate>Thu, 19 Nov 2009 15:26:19 GMT</pubDate>
			<description><![CDATA[Hi All.... 
I'm looking for a quality book on all thinks CSS. 
I'm pretty new to the technique and need to learn how to create full CSS sites. I've...]]></description>
			<content:encoded><![CDATA[<div>Hi All....<br />
I'm looking for a quality book on all thinks CSS.<br />
I'm pretty new to the technique and need to learn how to create full CSS sites. I've been using tables for way too lond :-).<br />
 <br />
Hope i get some good response and thanks<br />
Andy</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>AndyJH</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191998-recommended-css-book.html</guid>
		</item>
		<item>
			<title>vertical gaps in ie6 and ie7</title>
			<link>http://www.webmaster-talk.com/css-forum/191942-vertical-gaps-in-ie6-and-ie7.html</link>
			<pubDate>Wed, 18 Nov 2009 21:18:06 GMT</pubDate>
			<description>my question is about ie6 and ie7 creating unwanted vertical gap of 3px 
 
in my page i have an outer div which is holding 4 inner divs following is...</description>
			<content:encoded><![CDATA[<div>my question is about ie6 and ie7 creating unwanted vertical gap of 3px<br />
<br />
in my page i have an outer div which is holding 4 inner divs following is the code<br />
<br />
#outer{<br />
    float: left;<br />
    width: 900px;<br />
    height: auto;<br />
}<br />
<br />
#outer .inner1{<br />
    float: left;<br />
    width: 200px;<br />
    height: auto;<br />
}<br />
#outer .inner2{<br />
    float: left;<br />
    width: 200px;<br />
    height: auto;<br />
}<br />
#outer .inner3{<br />
    float: left;<br />
    width: 200px;<br />
    height: auto;<br />
}<br />
#outer .inner4{<br />
    float: left;<br />
    width: 300px;<br />
    height: auto;<br />
}<br />
<br />
after this a new div starts with width 900px with the remaining page content, in order to clear the floats before the new div starts i have used<br />
<br />
&lt;br class=&quot;break&quot; /&gt;<br />
.break{<br />
clear: both;<br />
}<br />
<br />
<br />
due to this the next div top edge starts exactly below the bottom edge of the outer div which is holding the inner divs, only in ie6 and ie7 there is a small vertical gap which i want to remove, as of now i have used  <br />
*margin: -3px 0 0 0; and _margin: -3px 0 0 0; for ie6 and ie7 for the next div and it looks similar to all other browsers<br />
<br />
instead of using the -3px top margin is a way i can avoid the 3px vertical gap that ie is creating. <br />
can i change .break to <br />
.break{<br />
clear: both;<br />
height: 1px;<br />
}<br />
<br />
i am not very sure of this. sometimes this code also works &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt; .clear{clear: both;} as an alternative to &lt;br class=&quot;break&quot; /&gt;<br />
<br />
also i have tried using the following code to fix ie6 and 7<br />
<br />
* html .divname{<br />
    margin: -3px 0 0 0;<br />
}<br />
*+html .divname{<br />
    margin: -3px 0 0 0;<br />
}<br />
<br />
<br />
the advantage of using * html does not give any warnings when i validate the code from w3.org website however using _ and * gives a warning message for using _ and *<br />
<br />
please advice if there is a way to avoid the 3px gap in ie6 and 7 without the above code or if there is no other alternative other than to use any of the 2 techniques<br />
<br />
thanks.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>sudhakararaog</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191942-vertical-gaps-in-ie6-and-ie7.html</guid>
		</item>
		<item>
			<title>center Horizontal and vertical</title>
			<link>http://www.webmaster-talk.com/css-forum/191910-center-horizontal-and-vertical.html</link>
			<pubDate>Wed, 18 Nov 2009 12:02:46 GMT</pubDate>
			<description>I was looking at the thread : 
  
http://www.webmaster-talk.com/css-forum/118081-how-to-center-your-website.html 
  
and implemented the method here...</description>
			<content:encoded><![CDATA[<div>I was looking at the thread :<br />
 <br />
<a href="http://www.webmaster-talk.com/css-forum/118081-how-to-center-your-website.html" target="_blank">http://www.webmaster-talk.com/css-fo...r-website.html</a><br />
 <br />
and implemented the method here :<br />
<a href="http://www.jakpsatweb.cz/css/css-vertical-center-solution.html" target="_blank">http://www.jakpsatweb.cz/css/css-ver...-solution.html</a><br />
 <br />
this is the site I'm trying to get straight :<br />
<a href="http://www.rossedwards.co.uk/ewa/ewa.html" target="_blank">http://www.rossedwards.co.uk/ewa/ewa.html</a><br />
 <br />
It works ok in IE 8 apart from the fact it crops the top on smaller resolutions or if the window is reduced.<br />
 <br />
but on firefox and Chrome it won't center at all ! just sit's to the left of the screen.<br />
 <br />
are there any work arounds that are more up to date and work on the main browsers ?<br />
 <br />
Thank you for any help</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>rossoe</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191910-center-horizontal-and-vertical.html</guid>
		</item>
		<item>
			<title>CSS per page navbar selection</title>
			<link>http://www.webmaster-talk.com/css-forum/191880-css-per-page-navbar-selection.html</link>
			<pubDate>Tue, 17 Nov 2009 22:35:00 GMT</pubDate>
			<description>I have a CSS navbar that has a border left and border right of the currently shown page: 
 
Image:...</description>
			<content:encoded><![CDATA[<div>I have a CSS navbar that has a border left and border right of the currently shown page:<br />
<br />
<img src="http://www.criticalwire.com/images/navbar_firefox.png" border="0" alt="" /><br />
<br />
Using the following CSS:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">#navlist_current <br />
{<br />
&nbsp; &nbsp; border-style: solid;<br />
&nbsp; &nbsp; border-width: 0px 2px 0px 2px;<br />
&nbsp; &nbsp; padding: 3px 0px 3px 0px;<br />
&nbsp; &nbsp; margin-right: 2px;<br />
}</code><hr />
</div>and in HTML I have:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;div id=&quot;navcontainer&quot;&gt;<br />
&nbsp; &nbsp; &lt;ul id=&quot;navlist&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;/&quot; id=&quot;navlist_current&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;</code><hr />
</div>What is the best way of going about so that depending on the page the visitor is looking at, it uses the a id navlist_current? I was thinking either with php variables or something along those lines.<br />
<br />
Does anyone have any ideas?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>bswinnerton</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191880-css-per-page-navbar-selection.html</guid>
		</item>
		<item>
			<title>Site OK on Firefox 3 broken on Firefox2</title>
			<link>http://www.webmaster-talk.com/css-forum/191877-site-ok-firefox-3-broken-firefox2.html</link>
			<pubDate>Tue, 17 Nov 2009 21:24:13 GMT</pubDate>
			<description><![CDATA[Dear Forumers, 
 
I'd like to ask for your help with the following site: 
www.eletkozpont.hu 
 
If you take a look in FF3, everything is fine. But in...]]></description>
			<content:encoded><![CDATA[<div>Dear Forumers,<br />
<br />
I'd like to ask for your help with the following site:<br />
<a href="http://www.eletkozpont.hu" target="_blank">www.eletkozpont.hu</a><br />
<br />
If you take a look in FF3, everything is fine. But in FF2 the bottom menu is messed up, and instead of lining up below each other, the menu pics line up ON each other.<br />
<br />
Here is a part of the CSS, I don't want to post the full code since it would take pages:<br />
<br />
#imenu { <br />
	float: left;<br />
	display: inline;	<br />
	margin-left: 67px;	<br />
	margin-top: 14px;<br />
	margin-bottom: 11px;<br />
	width: 170px;<br />
}<br />
#imenu span {<br />
	display: none;<br />
}<br />
#imenu ul {<br />
	padding: 0px;<br />
	margin: 0px;		<br />
	list-style-type: none;	<br />
}<br />
#imenu li a {<br />
	padding-bottom: 7px;<br />
}<br />
#imenu-1 a {<br />
	float: left;<br />
	height: 20px;<br />
	width: 170px;<br />
	background: url(TextIyashi1.png) no-repeat;<br />
	_background: none;<br />
}<br />
#imenu-2 a {<br />
	float: left;	<br />
	height: 20px;<br />
	width: 170px;<br />
	background: url(TextIyashi2.png) no-repeat;<br />
	_background: none;	<br />
}<br />
#imenu-3 a {<br />
	float: left;	<br />
	height: 20px;<br />
	width: 170px;<br />
	background: url(TextIyashi3.png) no-repeat;<br />
	_background: none;	<br />
}<br />
<br />
...<br />
<br />
#mmenu { <br />
	float: left;<br />
	display: inline;	<br />
	margin-left: 51px;	<br />
	margin-top: 14px;<br />
	width: 122px;<br />
}<br />
#mmenu span {<br />
	display: none;<br />
}<br />
#mmenu ul {<br />
	padding: 0px;<br />
	margin: 0px;		<br />
	list-style-type: none;	<br />
}<br />
#mmenu li a {<br />
	padding-bottom: 7px;<br />
}<br />
#mmenu-1 a {<br />
	float: left;<br />
	height: 20px;<br />
	width: 135px;<br />
	background: url(TextMassage1.png) no-repeat;<br />
	_background: none;	<br />
}<br />
#mmenu-2 a {<br />
	float: left;	<br />
	height: 20px;<br />
	width: 135px;<br />
	background: url(TextMassage2.png) no-repeat;<br />
	_background: none;	<br />
}<br />
<br />
...<br />
<br />
Any ideas on how to fix this?<br />
<br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>Zjd</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191877-site-ok-firefox-3-broken-firefox2.html</guid>
		</item>
		<item>
			<title>Help with moving buttons to left side of video</title>
			<link>http://www.webmaster-talk.com/css-forum/191873-help-moving-buttons-left-side-video.html</link>
			<pubDate>Tue, 17 Nov 2009 19:45:57 GMT</pubDate>
			<description><![CDATA[I don't know how to make the buttons (overview, firm, practice, etc) be vertically aligned to the left of the player, could someone help. I lost what...]]></description>
			<content:encoded><![CDATA[<div>I don't know how to make the buttons (overview, firm, practice, etc) be vertically aligned to the left of the player, could someone help. I lost what I had and can't find it...  Thanks<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">HTML Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><span style="color:#000080">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;</span><br />
<span style="color:#000080">&lt;html xmlns=<span style="color:#0000FF">&quot;http://www.w3.org/1999/xhtml&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;head&gt;</span><br />
<span style="color:#000080">&lt;meta http-equiv=&quot;content-type&quot; content=<span style="color:#0000FF">&quot;text/html;charset=utf-8&quot;</span> /&gt;</span><br />
<span style="color:#000080">&lt;meta name=<span style="color:#0000FF">&quot;author&quot;</span> content=<span style="color:#0000FF">&quot;Calliope Media, Inc / Lawsuit.com&quot;</span> /&gt;</span><br />
<span style="color:#000080">&lt;title&gt;</span>Lawsuit.com - Calliope Media, Inc <span style="color:#000080">&lt;/title&gt;</span><br />
<span style="color:#000080">&lt;meta name=<span style="color:#0000FF">&quot;keywords&quot;</span> content=<span style="color:#0000FF">&quot;Calliope Media, Inc &quot;</span> /&gt;</span><br />
<span style="color:#000080">&lt;meta name=<span style="color:#0000FF">&quot;description&quot;</span> content=<span style="color:#0000FF">&quot;Calliope (ka-LIE-oh-pee), meaning beautiful voice, was the chief of the nine Muses. She was the patron of epic poetry and her symbol was a writing tablet. We&#65533;??ve adopted Calliope as our Muse because we hold that Calliope&#65533;??s tablet was blank, tabula rasa, and so with each client that comes through our door, we see infinite potential in your business, giving it a beautiful voice for the world to hear.&quot;</span> /&gt;</span><br />
<span style="color:#000080">&lt;link href=<span style="color:#0000FF">&quot;http://www.lawsuit.com/css/lawsuitstyle.css&quot;</span> rel=<span style="color:#0000FF">&quot;stylesheet&quot;</span> type=<span style="color:#0000FF">&quot;text/css&quot;</span> /&gt;</span><br />
<span style="color:#000080">&lt;link href=<span style="color:#0000FF">&quot;http://www.lawsuit.com/css/videopanel.css&quot;</span> rel=<span style="color:#0000FF">&quot;stylesheet&quot;</span> type=<span style="color:#0000FF">&quot;text/css&quot;</span> /&gt;</span><br />
<span style="color:#000080">&lt;link href=<span style="color:#0000FF">&quot;http://www.lawsuit.com/css/playlist.css&quot;</span> rel=<span style="color:#0000FF">&quot;stylesheet&quot;</span> type=<span style="color:#0000FF">&quot;text/css&quot;</span> /&gt;</span><br />
<span style="color:#800080">&lt;style type=<span style="color:#0000FF">&quot;text/css&quot;</span>&gt;</span> <br />
.branch{&nbsp; &nbsp; &nbsp; &nbsp; display: none; }<br />
<span style="color:#800080">&lt;/style&gt;</span><br />
<span style="color:#800000">&lt;script type=<span style="color:#0000FF">&quot;text/javascript&quot;</span>&gt;</span> <br />
<i><span style="color:#000080">&lt;!--<br />
function MM_swapImgRestore() { //v3.0<br />
&nbsp; var i,x,a=document.MM_sr; for(i=0;a&amp;&amp;i&lt;a.length&amp;&amp;(x=a&#91;i&#93;)&amp;&amp;x.oSrc;i++) x.src=x.oSrc;<br />
}<br />
function MM_preloadImages() { //v3.0<br />
&nbsp; var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();<br />
&nbsp; &nbsp; var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i&lt;a.length; i++)<br />
&nbsp; &nbsp; if (a&#91;i&#93;.indexOf(&quot;#&quot;)!=0){ d.MM_p&#91;j&#93;=new Image; d.MM_p&#91;j++&#93;.src=a&#91;i&#93;;}}<br />
}<br />
&nbsp;<br />
function MM_findObj(n, d) { //v4.01<br />
&nbsp; var p,i,x;&nbsp; if(!d) d=document; if((p=n.indexOf(&quot;?&quot;))&gt;</span>0&amp;&amp;parent.frames.length) {<br />
&nbsp; &nbsp; d=parent.frames&#91;n.substring(p+1)&#93;.document; n=n.substring(0,p);}<br />
&nbsp; if(!(x=d&#91;n&#93;)&amp;&amp;d.all) x=d.all&#91;n&#93;; for (i=0;!x&amp;&amp;i<span style="color:#000080">&lt;d.forms.length;i++) x=d.forms&#91;i&#93;&#91;n&#93;;<br />
&nbsp; for(i=0;!x&amp;&amp;d.layers&amp;&amp;i&lt;d.layers.length;i++) x=MM_findObj(n,d.layers&#91;i&#93;.document);<br />
&nbsp; if(!x &amp;&amp; d.getElementById) x=d.getElementById(n); return x;<br />
}<br />
&nbsp;<br />
function MM_swapImage() { //v3.0<br />
&nbsp; var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i&lt;(a.length-2);i+=3)<br />
&nbsp;  if ((x=MM_findObj(a&#91;i&#93;))!=null){document.MM_sr&#91;j++&#93;=x; if(!x.oSrc) x.oSrc=x.src; x.src=a&#91;i+2&#93;;}<br />
}<br />
//--&gt;</span></i><br />
<span style="color:#800000">&lt;/script&gt;</span><br />
<span style="color:#000080">&lt;/head&gt;</span><br />
&nbsp;<br />
<span style="color:#000080">&lt;body onload=<span style="color:#0000FF">&quot;showTabBranch('overview');MM_preloadImages('http://www.lawsuit.com/videoimages/Overview_RLO.jpg','http://www.lawsuit.com/videoimages/Firm_RLO.jpg','http://www.lawsuit.com/videoimages/Practice_RLO.jpg','http://www.lawsuit.com/videoimages/Contact_RLO.jpg','http://www.lawsuit.com/videoimages/Video_RLO.jpg')&quot;</span>&gt;</span><br />
&nbsp;<br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;maincontent&quot;</span>&gt;</span><br />
<i><span style="color:#000080">&lt;!-- BEGIN HEADER AREA --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;right_header&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;client_login&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span><span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.lawsuit.com/sitemimages/Client_Login.jpg&quot;</span> alt=<span style="color:#0000FF">&quot;Client Login&quot;</span> border=<span style="color:#0000FF">&quot;0&quot;</span> /&gt;</span><span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!-- client_login --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;telephone&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;tele&quot;</span>&gt;</span><span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;teleblue&quot;</span>&gt;</span>TEL:<span style="color:#000080">&lt;/span&gt;</span> 800 425 0789<span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><i><span style="color:#000080">&lt;!--telephone --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!-- right_header --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;left_header&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;logo&quot;</span>&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;/&quot;</span>&gt;</span><span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.lawsuit.com/sitemimages/Lawsuit_Logo.jpg&quot;</span> alt=<span style="color:#0000FF">&quot;Lawsuit.com Logo&quot;</span> border=<span style="color:#0000FF">&quot;0&quot;</span>/&gt;</span><span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!-- logo --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!-- left_header --&gt;</span></i><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!-- header --&gt;</span></i><br />
<i><span style="color:#000080">&lt;!-- END HEADER --&gt;</span></i><br />
&nbsp;<br />
&nbsp;<br />
<i><span style="color:#000080">&lt;!-- BEGIN MENU --&gt;</span></i><br />
&nbsp;<br />
&nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;topmenubg&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;searchbar&quot;</span>&gt;</span><br />
<span style="color:#FF8000">&lt;form method=<span style="color:#0000FF">&quot;get&quot;</span> id=<span style="color:#0000FF">&quot;searchform&quot;</span> action=<span style="color:#0000FF">&quot;http://www.lawsuit.com/lawbits/&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;searchfield&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#FF8000">&lt;input type=<span style="color:#0000FF">&quot;text&quot;</span> name=<span style="color:#0000FF">&quot;s&quot;</span> id=<span style="color:#0000FF">&quot;s&quot;</span> size=<span style="color:#0000FF">&quot;30&quot;</span> /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--searchfield--&gt;</span></i><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;searchbutton&quot;</span>&gt;</span><span style="color:#FF8000">&lt;input name=<span style="color:#0000FF">&quot;&quot;</span> type=<span style="color:#0000FF">&quot;image&quot;</span> src=<span style="color:#0000FF">&quot;http://www.lawsuit.com/sitemimages/Search_Button.jpg&quot;</span> /&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#FF8000">&lt;/form&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--searchbar--&gt;</span></i><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;topmenu&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;topmenucontainer&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;topmenuitem&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://www.lawsuit.com/index.html&quot;</span>&gt;</span>Home<span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--topmenuitem --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--topmenucontainer --&gt;</span></i><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;topmenucontainer&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;topmenuitem&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://www.lawsuit.com/lawyer-directory.html&quot;</span>&gt;</span>Legal Directory<span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--topmenuitem --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--topmenucontainer --&gt;</span></i><br />
&nbsp;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;topmenucontainer&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;topmenuitem&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://www.lawsuit.com/lawsuit-tv.html&quot;</span>&gt;</span>Lawsuit TV<span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--topmenuitem --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--topmenucontainer --&gt;</span></i><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;topmenucontainer&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;topmenuitem&quot;</span>&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://www.lawsuit.com/lawbits&quot;</span>&gt;</span>Lawbits<span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--topmenuitem --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--topmenucontainer --&gt;</span></i><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;topmenucontainer&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;topmenuitem&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://www.lawsuit.com/linking.html&quot;</span>&gt;</span>Links<span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--topmenuitem --&gt;</span></i><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--topmenucontainer --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;/div&gt;</span><i><span style="color:#000080">&lt;!--topmenu--&gt;</span></i><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!-- topmenubg--&gt;</span></i><br />
<i><span style="color:#000080">&lt;!--END MENU --&gt;</span></i><br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
<i><span style="color:#000080">&lt;!--BEGIN SUBCONTENT AREA --&gt;</span></i><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;subcontent&quot;</span>&gt;</span><br />
&nbsp;<br />
<i><span style="color:#000080">&lt;!-- BEGIN RIGHT COLUMN --&gt;</span></i><br />
&nbsp;<br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;rightcolumn&quot;</span>&gt;</span><br />
&nbsp;<br />
<i><span style="color:#000080">&lt;!-- BEGIN LAWYER DIRECTORY MODULE --&gt;</span></i><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;videopane&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;playerback&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;selectorinset&quot;</span>&gt;</span><br />
<i><span style="color:#000080">&lt;!-- root element of the playlist --&gt;</span></i><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;playlist&quot;</span>&gt;</span><br />
&nbsp;<br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!-- selectorinset --&gt;</span></i><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;videocontentinset&quot;</span>&gt;</span><br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
<span style="color:#000080">&lt;a<br />
&nbsp; &nbsp; href=<span style="color:#0000FF">&quot;http://lawsuitvideo.s3.amazonaws.com/weisslaw/robert_a.flv&quot;</span><br />
&nbsp; &nbsp; style=<span style="color:#0000FF">&quot;display:block;width:300px;height:260px;&quot;</span><br />
&nbsp; &nbsp; id=<span style="color:#0000FF">&quot;player&quot;</span>&gt;</span><br />
<span style="color:#008000">&lt;/a&gt;</span><br />
<i><span style="color:#000080">&lt;!-- include desired tools --&gt;</span></i><br />
<span style="color:#800000">&lt;script type=<span style="color:#0000FF">&quot;text/javascript&quot;</span> src=<span style="color:#0000FF">&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&quot;</span>&gt;</span><span style="color:#800000">&lt;/script&gt;</span><br />
<span style="color:#800000">&lt;script type=<span style="color:#0000FF">&quot;text/javascript&quot;</span>&nbsp; src=<span style="color:#0000FF">&quot;http://www.lawsuit.com/js/flowplayer-3.1.4.min.js&quot;</span>&gt;</span><span style="color:#800000">&lt;/script&gt;</span><br />
<span style="color:#800000">&lt;script language=<span style="color:#0000FF">&quot;JavaScript&quot;</span> type=<span style="color:#0000FF">&quot;text/javascript&quot;</span> &gt;</span> <br />
&nbsp; &nbsp; flowplayer(&quot;player&quot;, &quot;http://www.lawsuit.com/flowplayer/flowplayer.commercial-3.1.3.swf&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; { key: '$5f6958d93f75903d9f8',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clip:&nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; autoPlay: false,<br />
&nbsp; &nbsp; &nbsp; &nbsp; autoBuffering: false<br />
&nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; });<br />
<span style="color:#800000">&lt;/script&gt;</span><br />
&nbsp;<br />
<span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!-- videocontentinset --&gt;</span></i><br />
<span style="color:#000080">&lt;/div&gt;</span>&nbsp; <i><span style="color:#000080">&lt;!-- playerback --&gt;</span></i><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;playerbuttons&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span> onclick=<span style="color:#0000FF">&quot;showTabBranch('overview')&quot;</span> onmouseout=<span style="color:#0000FF">&quot;MM_swapImgRestore()&quot;</span> onmouseover=<span style="color:#0000FF">&quot;MM_swapImage('Overview1','','http://www.lawsuit.com/videoimages/Overview_RLO.jpg',1)&quot;</span>&gt;</span><span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.lawsuit.com/videoimages/Overview_STD.jpg&quot;</span> alt=<span style="color:#0000FF">&quot;Overview&quot;</span> name=<span style="color:#0000FF">&quot;Overview1&quot;</span> width=<span style="color:#0000FF">&quot;196&quot;</span> height=<span style="color:#0000FF">&quot;60&quot;</span> border=<span style="color:#0000FF">&quot;0&quot;</span> id=<span style="color:#0000FF">&quot;Overview1&quot;</span> /&gt;</span><span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span> onclick=<span style="color:#0000FF">&quot;showTabBranch('firm')&quot;</span> onmouseout=<span style="color:#0000FF">&quot;MM_swapImgRestore()&quot;</span> onmouseover=<span style="color:#0000FF">&quot;MM_swapImage('Firm1','','http://www.lawsuit.com/videoimages/Firm_RLO.jpg',1)&quot;</span>&gt;</span><span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.lawsuit.com/videoimages/Firm_STD.jpg&quot;</span> alt=<span style="color:#0000FF">&quot;Firm&quot;</span> name=<span style="color:#0000FF">&quot;Firm1&quot;</span> width=<span style="color:#0000FF">&quot;196&quot;</span> height=<span style="color:#0000FF">&quot;60&quot;</span> border=<span style="color:#0000FF">&quot;0&quot;</span> id=<span style="color:#0000FF">&quot;Firm1&quot;</span> /&gt;</span><span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span> onclick=<span style="color:#0000FF">&quot;showTabBranch('practice')&quot;</span> onmouseout=<span style="color:#0000FF">&quot;MM_swapImgRestore()&quot;</span> onmouseover=<span style="color:#0000FF">&quot;MM_swapImage('Practice1','','http://www.lawsuit.com/videoimages/Practice_RLO.jpg',1)&quot;</span>&gt;</span><span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.lawsuit.com/videoimages/Practice_STD.jpg&quot;</span> alt=<span style="color:#0000FF">&quot;Practice&quot;</span> name=<span style="color:#0000FF">&quot;Practice1&quot;</span> width=<span style="color:#0000FF">&quot;196&quot;</span> height=<span style="color:#0000FF">&quot;60&quot;</span> border=<span style="color:#0000FF">&quot;0&quot;</span> id=<span style="color:#0000FF">&quot;Practice1&quot;</span> /&gt;</span><span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span> onclick=<span style="color:#0000FF">&quot;showTabBranch('contact')&quot;</span> onmouseout=<span style="color:#0000FF">&quot;MM_swapImgRestore()&quot;</span> onmouseover=<span style="color:#0000FF">&quot;MM_swapImage('Contact1','','http://www.lawsuit.com/videoimages/Contact_RLO.jpg',1)&quot;</span>&gt;</span><span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.lawsuit.com/videoimages/Contact_STD.jpg&quot;</span> alt=<span style="color:#0000FF">&quot;Contact&quot;</span> name=<span style="color:#0000FF">&quot;Contact1&quot;</span> width=<span style="color:#0000FF">&quot;196&quot;</span> height=<span style="color:#0000FF">&quot;60&quot;</span> border=<span style="color:#0000FF">&quot;0&quot;</span> id=<span style="color:#0000FF">&quot;Contact1&quot;</span> /&gt;</span><span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span> onclick=<span style="color:#0000FF">&quot;showTabBranch('videos')&quot;</span> onmouseout=<span style="color:#0000FF">&quot;MM_swapImgRestore()&quot;</span> onmouseover=<span style="color:#0000FF">&quot;MM_swapImage('Video1','','http://www.lawsuit.com/videoimages/Video_RLO.jpg',1)&quot;</span>&gt;</span><span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.lawsuit.com/videoimages/Video_STD.jpg&quot;</span> alt=<span style="color:#0000FF">&quot;Video&quot;</span> name=<span style="color:#0000FF">&quot;Video1&quot;</span> width=<span style="color:#0000FF">&quot;196&quot;</span> height=<span style="color:#0000FF">&quot;60&quot;</span> border=<span style="color:#0000FF">&quot;0&quot;</span> id=<span style="color:#0000FF">&quot;Video1&quot;</span> /&gt;</span><span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <i><span style="color:#000080">&lt;!-- playerbuttons --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!-- videopanel --&gt;</span></i><br />
<br />
&nbsp;<br />
<i><span style="color:#000080">&lt;!-- END LAWYER DIRECTORY --&gt;</span></i><br />
&nbsp;<br />
<i><span style="color:#000080">&lt;!-- BEGIN NEWS MODULE AREAS --&gt;</span></i><br />
<span style="color:#800000">&lt;script language=<span style="color:#0000FF">&quot;JavaScript&quot;</span> type=<span style="color:#0000FF">&quot;text/JavaScript&quot;</span>&gt;</span> <br />
function hideBranch(branch)<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; var objBranch = document.getElementById(branch).style;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; objBranch.display=&quot;none&quot;;<br />
}<br />
&nbsp;<br />
function showTabBranch(branch)<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; hideBranch('overview');<br />
&nbsp; &nbsp; &nbsp; &nbsp; hideBranch('firm');<br />
&nbsp; &nbsp; &nbsp; &nbsp; hideBranch('practice');<br />
&nbsp; &nbsp; &nbsp; &nbsp; hideBranch('contact');<br />
&nbsp; &nbsp; &nbsp; &nbsp; hideBranch('videos');<br />
&nbsp;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; var objBranch = document.getElementById(branch).style;<br />
&nbsp; &nbsp; &nbsp; &nbsp; if(objBranch.display==&quot;block&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; objBranch.display=&quot;none&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; else<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; objBranch.display=&quot;block&quot;;<br />
}<br />
&nbsp;<br />
<span style="color:#800000">&lt;/script&gt;</span><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;newsmodules&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;contentheader&quot;</span>&gt;</span>Calliope Media, Inc<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;branch&quot;</span> id=<span style="color:#0000FF">&quot;overview&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span>Calliope Media is a full-service marketing company, featuring offerings in lead generation, creative and campaign management and case management. Although we<b><i>&amp;rsquo;</i></b>ve created a knowledgeable niche in the legal and medical industries, we<b><i>&amp;rsquo;</i></b>ve been assisting companies from virtually every industry. We draw from a deep network of highly professional programmers, writers, designers, and marketing and advertising gurus because we comprehend the need for corporations to penetrate markets with a comprehensive game plan.<span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;branch&quot;</span> id=<span style="color:#0000FF">&quot;firm&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;h2&gt;</span><span style="color:#000080">&lt;strong&gt;</span>The Team <span style="color:#000080">&lt;/strong&gt;</span><span style="color:#000080">&lt;br /&gt;</span><span style="color:#000080">&lt;/h2&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span><span style="color:#000080">&lt;strong&gt;</span>Read here for some information about the masterminds behind Calliope Media, Inc.<span style="color:#000080">&lt;/strong&gt;</span><span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span><span style="color:#000080">&lt;strong&gt;</span>Thomas Arthur<span style="color:#000080">&lt;/strong&gt;</span><span style="color:#000080">&lt;br /&gt;</span><span style="color:#000080">&lt;strong&gt;</span>Chief Executive Officer<span style="color:#000080">&lt;/strong&gt;</span><span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span>Thomas Arthur is the co-founder and CEO of Calliope Media, Inc. Tom is responsible for all marketing aspects of the company and its subsidiary, Lawsuit.com. With more than fifteen years of experience in the marketing industry, Tom has integrated his skills to develop leading marketing strategies for several successful business firms. Formerly, he was a co-founding partner of CMTM, Inc., and also led market development in the initial stage of business for Einstein Industries; both early-market Internet development firms. Tom was also Vice President of the Success Institute where he established territories in Santa Barbara and the Inland Empire to ultimately position the company for acquisition.<b><i>&amp;nbsp;</i></b><span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span>Tom has now redirected his marketing initiatives to launch Calliope Media, Inc.; a full-service marketing firm specializing in lead generation and management for attorneys. Recently, Tom introduced Lawsuit.com to further capture the legal market.<span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span>He takes great pleasure in helping his clients procure cases which convert into multi-million dollar settlements.<span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span><b><i>&amp;nbsp;</i></b><span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span><span style="color:#000080">&lt;strong&gt;</span>Nathaniel Robinson<span style="color:#000080">&lt;br /&gt;</span>Chief Operating Officer<span style="color:#000080">&lt;/strong&gt;</span><span style="color:#000080">&lt;br /&gt;</span><span style="color:#000080">&lt;br /&gt;</span>Nate Robinson is a co-founder and chief operating officer of Calliope Media, Inc. Nate directs all aspects of business development and engineering for the firm. <span style="color:#000080">&lt;br /&gt;</span><span style="color:#000080">&lt;br /&gt;</span>Previously, Nate was instrumental in the growth of several Internet development firms where he held top-level titles. Notably, he was Head of Engineering at Einstein Industries where he developed ecommerce strategies and internal marketing applications for the firm. He was also a co-founder of CMTM, Inc., an Internet marketing firm specializing in the legal industry. <span style="color:#000080">&lt;br /&gt;</span><span style="color:#000080">&lt;br /&gt;</span>In addition, Nate earned a patent at Websense for the development of an artificial intelligence project with the capability to analyze and categorize websites in any language.<span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span>Nate treats your business as if it was his own and is excited to step up to any challenge.<span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span><b><i>&amp;nbsp;</i></b><span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span><span style="color:#000080">&lt;strong&gt;</span>Geoff Gordon<span style="color:#000080">&lt;br /&gt;</span>Operations Manager<span style="color:#000080">&lt;/strong&gt;</span><span style="color:#000080">&lt;br /&gt;</span><span style="color:#000080">&lt;br /&gt;</span>Geoff is responsible for marketing, production and the daily business operations at Calliope.<b><i>&amp;nbsp;</i></b> Prior to joining Calliope, Geoff spent more than 10 years in senior marketing and financial positions at companies in the ecommerce, computer hardware and financial services industries. Geoff earned his MBA from the Thunderbird School of Global Management and his BBA from the University of Wisconsin, Madison.<span style="color:#000080">&lt;br /&gt;</span><span style="color:#000080">&lt;br /&gt;</span>When not at work (or thinking about work), Geoff enjoys spending time with his beautiful wife and two beautiful children. He<b><i>&amp;rsquo;</i></b>s an avid Scuba diver and looks forward to the day when technology will allow him to be as productive underwater as he is above!<span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span><b><i>&amp;nbsp;</i></b><span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span><span style="color:#000080">&lt;strong&gt;</span>Simone Vazquez<span style="color:#000080">&lt;br /&gt;</span>Business Advisor<span style="color:#000080">&lt;/strong&gt;</span><span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span>Simone is a stellar part of the Calliope team, bringing with her big-name experience, having spent time as a project manager at Coca Cola. Simone also helps add diversity to the Calliope team through comprehensive experience that also includes five years as a health and exercise science teacher at San Diego Community College (SDCC). She was also the women<b><i>&amp;rsquo;</i></b>s tennis coach for six years at SDCC, which would explain why her closest encounter with a celebrity was when she tried to offer some coaching tips to Serena Williams at the Sony Erickson Classic.<span style="color:#000080">&lt;br /&gt;</span><span style="color:#000080">&lt;br /&gt;</span>Simone has achieved an incredibly strong foundation through her studies at Syracuse University (Nutrition) and SDSU (BS in Kinesiology); she was even granted a full Division I scholarship for her tennis and crew skills! She then went on to graduate school at Azusa Pacific University for a master<b><i>&amp;rsquo;</i></b>s degree in education.<span style="color:#000080">&lt;br /&gt;</span><span style="color:#000080">&lt;br /&gt;</span>When she<b><i>&amp;rsquo;</i></b>s not busy advising you on your way to great business success, she<b><i>&amp;rsquo;</i></b>s checking her pulse and competing in triathlons, including training for the Ironman! And as much as she loves helping businesses make well-informed decisions, her greatest joy is her wonderful four-year-old daughter Morgan.<span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span><span style="color:#000080">&lt;strong&gt;</span><span style="color:#000080">&lt;/strong&gt;</span><span style="color:#000080">&lt;br /&gt;</span><span style="color:#000080">&lt;strong&gt;</span>Eryn Crary<span style="color:#000080">&lt;br /&gt;</span>Business Advisor<span style="color:#000080">&lt;/strong&gt;</span><span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span>When you speak with Eryn, you<b><i>&amp;rsquo;</i></b>ll immediately know that your business is in good hands. She reaches back to call on her experience at Clear Channel Communications as a marketing specialist and her experience at Wenner Media as the southwest sales assistant for Men<b><i>&amp;rsquo;</i></b>s Journal Magazine. She then combines that with an ever-evolving knowledge of the marketplace to help provide you with lucrative solutions. <span style="color:#000080">&lt;br /&gt;</span><span style="color:#000080">&lt;br /&gt;</span>Eryn<b><i>&amp;rsquo;</i></b>s strong background includes a BA degree from the California State University at Long Beach, specializing in Interpersonal and Organizational Communication.<span style="color:#000080">&lt;br /&gt;</span><span style="color:#000080">&lt;br /&gt;</span>Eryn loves that she<b><i>&amp;rsquo;</i></b>s found a job she loves that combines the worlds of medicine, law, and marketing. In addition to her job, she loves to travel, try anything new, read memoirs and be under the sun. <span style="color:#000080">&lt;br /&gt;</span><span style="color:#000080">&lt;br /&gt;</span>In 2007, she won the board game Clue in just two turns; a one in five million possibility.<span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;branch&quot;</span> id=<span style="color:#0000FF">&quot;practice&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span><span style="color:#000080">&lt;strong&gt;</span>Here's what some of our attorney clients have to say about out services:<span style="color:#000080">&lt;/strong&gt;</span><span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span>&quot;It is definitely worthwhile to advertise through Calliope Media. Our firm has seen a positive return on the monies spent with your service.&quot;<span style="color:#000080">&lt;br /&gt;</span><b><i>&amp;nbsp;</i></b> <b><i>&amp;nbsp;</i></b> <b><i>&amp;nbsp;</i></b> <b><i>&amp;nbsp;</i></b><b><i>&amp;nbsp;</i></b><b><i>&amp;nbsp;</i></b> Law firm in Chicago, IL<span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span><span style="color:#000080">&lt;br /&gt;</span>&quot;First, I wanted to thank you for offering an opportunity to utilize your targeted leads generation service. Your service has truly proven to increase my firm<b><i>&amp;rsquo;</i></b>s exposure and obtain more clients.&quot;<span style="color:#000080">&lt;br /&gt;</span><b><i>&amp;nbsp;</i></b> <b><i>&amp;nbsp;</i></b> <b><i>&amp;nbsp;</i></b> <b><i>&amp;nbsp;</i></b><b><i>&amp;nbsp;</i></b><b><i>&amp;nbsp;</i></b> Attorney in Ft. <span style="color:#000080">&lt;span style=<span style="color:#0000FF">&quot;color: #0000ff;&quot;</span>&gt;</span><span style="color:#000080">&lt;span style=<span style="color:#0000FF">&quot;color: #333333;&quot;</span>&gt;</span><span style="color:#000080">&lt;span style=<span style="color:#0000FF">&quot;font-size: x-small;&quot;</span>&gt;</span>Lauderdale<span style="color:#000080">&lt;/span&gt;</span><span style="color:#000080">&lt;/span&gt;</span><span style="color:#000080">&lt;/span&gt;</span>, FL,<span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span><span style="color:#000080">&lt;br /&gt;</span>&quot;On behalf of all of the Suggs <b><i>&amp;amp;</i></b> Kelly crew, I cannot tell you how happy we are with Calliope Media and all the good work you have done for us this year.&quot;<span style="color:#000080">&lt;br /&gt;</span><b><i>&amp;nbsp;</i></b> <b><i>&amp;nbsp;</i></b> <b><i>&amp;nbsp;</i></b> <b><i>&amp;nbsp;</i></b><b><i>&amp;nbsp;</i></b><b><i>&amp;nbsp;</i></b> Law Firm in Myrtle Beach, South Carolina<span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;p&gt;</span><span style="color:#000080">&lt;br /&gt;</span>&quot;To Prospective Clients of Calliope Media, I began a working relationship with Calliope Media in April 2003. Since that<b><i>&amp;nbsp;</i></b>time, my targeted clients have increased significantly and I have a large number of cases currently in process. My advisor at Calliope Media has been incredibly supportive and helpful in every respect. I would highly recommend Calliope Media for the reason that they are people of their word and deliver as promised.&quot;<span style="color:#000080">&lt;br /&gt;</span><b><i>&amp;nbsp;</i></b> <b><i>&amp;nbsp;</i></b> <b><i>&amp;nbsp;</i></b> <b><i>&amp;nbsp;</i></b><b><i>&amp;nbsp;</i></b><b><i>&amp;nbsp;</i></b> Law Firm in Indianapolis, Indiana<span style="color:#000080">&lt;/p&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;div&nbsp; class=<span style="color:#0000FF">&quot;branch&quot;</span> id=<span style="color:#0000FF">&quot;contact&quot;</span>&gt;</span><br />
&nbsp;<span style="color:#000080">&lt;p&gt;</span>By filling out the form below, your email will be forwarded to Calliope Media, Inc.&nbsp; This does not constitute an attorney/client relationship-- there is no charge to you, nor are you<br />
&nbsp;bound to use this firm's services-- it is only for evaluation purposes.<span style="color:#000080">&lt;/p&gt;</span><br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
<span style="color:#FF8000">&lt;form name=<span style="color:#0000FF">&quot;genericform&quot;</span> method=<span style="color:#0000FF">&quot;post&quot;</span> action=<span style="color:#0000FF">&quot;http://www.an-attorney-for-you.com/legal/thankyou.htm&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div align=<span style="color:#0000FF">&quot;left&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#FF8000">&lt;input type=<span style="color:#0000FF">&quot;hidden&quot;</span> name=<span style="color:#0000FF">&quot;command&quot;</span> value=<span style="color:#0000FF">&quot;doCSZCaseSubmission&quot;</span> /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#FF8000">&lt;input type=<span style="color:#0000FF">&quot;hidden&quot;</span> name=<span style="color:#0000FF">&quot;affid&quot;</span> value=<span style="color:#0000FF">&quot;216079&quot;</span>/&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#FF8000">&lt;input type=<span style="color:#0000FF">&quot;hidden&quot;</span> name=<span style="color:#0000FF">&quot;caseentrypage&quot;</span> value=<span style="color:#0000FF">&quot;Lawsuit.com:73790-216079&quot;</span>/&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#FF8000">&lt;input type=<span style="color:#0000FF">&quot;hidden&quot;</span> name=<span style="color:#0000FF">&quot;cid&quot;</span> value=<span style="color:#0000FF">&quot;1&quot;</span>/&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;table width=<span style="color:#0000FF">&quot;372&quot;</span> border=<span style="color:#0000FF">&quot;0&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#008080">&lt;tr&gt;</span><span style="color:#008080">&lt;td width=<span style="color:#0000FF">&quot;118&quot;</span> &gt;</span>First Name:<span style="color:#008080">&lt;/td&gt;</span><span style="color:#008080">&lt;td width=<span style="color:#0000FF">&quot;244&quot;</span> &gt;</span><span style="color:#FF8000">&lt;input type=<span style="color:#0000FF">&quot;text&quot;</span> name=<span style="color:#0000FF">&quot;firstname&quot;</span> /&gt;</span> <span style="color:#008080">&lt;/td&gt;</span><span style="color:#008080">&lt;/tr&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;tr&gt;</span><span style="color:#008080">&lt;td &gt;</span>Last Name:<span style="color:#008080">&lt;/td&gt;</span><span style="color:#008080">&lt;td &gt;</span><span style="color:#FF8000">&lt;input type=<span style="color:#0000FF">&quot;text&quot;</span> name=<span style="color:#0000FF">&quot;lastname&quot;</span>/&gt;</span><span style="color:#008080">&lt;/td&gt;</span><span style="color:#008080">&lt;/tr&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;tr&gt;</span><span style="color:#008080">&lt;td &gt;</span>City:<span style="color:#008080">&lt;/td&gt;</span><span style="color:#008080">&lt;td &gt;</span><span style="color:#FF8000">&lt;input type=<span style="color:#0000FF">&quot;text&quot;</span> name=<span style="color:#0000FF">&quot;city&quot;</span>/&gt;</span><span style="color:#008080">&lt;/td&gt;</span><span style="color:#008080">&lt;/tr&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;tr&gt;</span><span style="color:#008080">&lt;td &gt;</span>State:<span style="color:#008080">&lt;/td&gt;</span><span style="color:#008080">&lt;td&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;select name=<span style="color:#0000FF">&quot;statename&quot;</span> id=<span style="color:#0000FF">&quot;statename&quot;</span>&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;0&quot;</span> selected=<span style="color:#0000FF">&quot;selected&quot;</span>&gt;</span>Select a state<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;1&quot;</span>&gt;</span>: Alabama<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;2&quot;</span>&gt;</span>: Alaska<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;3&quot;</span>&gt;</span>: Arizona<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;4&quot;</span>&gt;</span>: Arkansas<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;5&quot;</span>&gt;</span>: California<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;6&quot;</span>&gt;</span>: Colorado<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;7&quot;</span>&gt;</span>: Connecticut<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;8&quot;</span>&gt;</span>: Delaware<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;9&quot;</span>&gt;</span>: D.C.<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;10&quot;</span>&gt;</span>: Florida<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;11&quot;</span>&gt;</span>: Georgia<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;12&quot;</span>&gt;</span>: Hawaii<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;13&quot;</span>&gt;</span>: Idaho<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;14&quot;</span>&gt;</span>: Illinois<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;15&quot;</span>&gt;</span>: Indiana<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;16&quot;</span>&gt;</span>: Iowa<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;17&quot;</span>&gt;</span>: Kansas<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;18&quot;</span>&gt;</span>: Kentucky<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;19&quot;</span>&gt;</span>: Louisiana<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;20&quot;</span>&gt;</span>: Maine<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;21&quot;</span>&gt;</span>: Maryland<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;22&quot;</span>&gt;</span>: Massachusetts<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;23&quot;</span>&gt;</span>: Michigan<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;24&quot;</span>&gt;</span>: Minnesota<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;25&quot;</span>&gt;</span>: Mississippi<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;26&quot;</span>&gt;</span>: Missouri<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;27&quot;</span>&gt;</span>: Montana<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;28&quot;</span>&gt;</span>: Nebraska<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;29&quot;</span>&gt;</span>: Nevada<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;30&quot;</span>&gt;</span>: New Hampshire<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;31&quot;</span>&gt;</span>: New Jersey<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;32&quot;</span>&gt;</span>: New Mexico<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;33&quot;</span>&gt;</span>: New York<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;34&quot;</span>&gt;</span>: North Carolina<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;35&quot;</span>&gt;</span>: North Dakota<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;36&quot;</span>&gt;</span>: Ohio<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;37&quot;</span>&gt;</span>: Oklahoma<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;38&quot;</span>&gt;</span>: Oregon<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;39&quot;</span>&gt;</span>: Pennsylvania<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;40&quot;</span>&gt;</span>: Rhode Island<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;41&quot;</span>&gt;</span>: South Carolina<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;42&quot;</span>&gt;</span>: South Dakota<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;43&quot;</span>&gt;</span>: Tennessee<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;44&quot;</span>&gt;</span>: Texas<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;45&quot;</span>&gt;</span>: Utah<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;46&quot;</span>&gt;</span>: Vermont<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;47&quot;</span>&gt;</span>: Virginia<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;48&quot;</span>&gt;</span>: Washington<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;49&quot;</span>&gt;</span>: West Virginia<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;50&quot;</span>&gt;</span>: Wisconsin<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;option value=<span style="color:#0000FF">&quot;51&quot;</span>&gt;</span>: Wyoming<span style="color:#FF8000">&lt;/option&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#FF8000">&lt;/select&gt;</span><span style="color:#008080">&lt;/td&gt;</span><span style="color:#008080">&lt;/tr&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;tr&gt;</span><span style="color:#008080">&lt;td &gt;</span>Zip:<span style="color:#008080">&lt;/td&gt;</span><span style="color:#008080">&lt;td&gt;</span><span style="color:#FF8000">&lt;input type=<span style="color:#0000FF">&quot;text&quot;</span> name=<span style="color:#0000FF">&quot;zipcode&quot;</span> /&gt;</span><span style="color:#008080">&lt;/td&gt;</span><span style="color:#008080">&lt;/tr&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#008080">&lt;tr&gt;</span><span style="color:#008080">&lt;td &gt;</span>Phone:<span style="color:#008080">&lt;/td&gt;</span><span style="color:#008080">&lt;td&gt;</span><span style="color:#FF8000">&lt;input name=<span style="color:#0000FF">&quot;phone1&quot;</span> id=<span style="color:#0000FF">&quot;phone1&quot;</span> type=<span style="color:#0000FF">&quot;text&quot;</span> size=<span style="color:#0000FF">&quot;3&quot;</span> maxlength=<span style="color:#0000FF">&quot;3&quot;</span> onkeyup=<span style="color:#0000FF">&quot;return autotab(this, 3, event);&quot;</span>/&gt;</span>-<span style="color:#FF8000">&lt;input name=<span style="color:#0000FF">&quot;phone2&quot;</span> id=<span style="color:#0000FF">&quot;phone2&quot;</span> type=<span style="color:#0000FF">&quot;text&quot;</span> size=<span style="color:#0000FF">&quot;3&quot;</span> maxlength=<span style="color:#0000FF">&quot;3&quot;</span> onkeyup=<span style="color:#0000FF">&quot;return autotab(this, 3, event);&quot;</span>/&gt;</span>-<span style="color:#FF8000">&lt;input type=<span style="color:#0000FF">&quot;text&quot;</span> name=<span style="color:#0000FF">&quot;phone3&quot;</span> id=<span style="color:#0000FF">&quot;phone3&quot;</span> size=<span style="color:#0000FF">&quot;4&quot;</span> maxlength=<span style="color:#0000FF">&quot;4&quot;</span>/&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  * required <span style="color:#008080">&lt;/td&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;/tr&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;tr&gt;</span><span style="color:#008080">&lt;td colspan=<span style="color:#0000FF">&quot;2&quot;</span>&gt;</span>* Please include a valid phone number for contact purposes. It will be treated as confidential.<span style="color:#008080">&lt;/td&gt;</span><span style="color:#008080">&lt;/tr&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;tr&gt;</span><span style="color:#008080">&lt;td &gt;</span>Alt Phone:<span style="color:#008080">&lt;/td&gt;</span><span style="color:#008080">&lt;td&gt;</span><span style="color:#FF8000">&lt;input onkeyup=<span style="color:#0000FF">&quot;return autotab(this, 3, event);&quot;</span> size=<span style="color:#0000FF">&quot;3&quot;</span> maxlength=<span style="color:#0000FF">&quot;3&quot;</span> name=<span style="color:#0000FF">&quot;altphone1&quot;</span> id=<span style="color:#0000FF">&quot;altphone1&quot;</span>/&gt;</span>-<span style="color:#FF8000">&lt;input onkeyup=<span style="color:#0000FF">&quot;return autotab(this, 3, event);&quot;</span> size=<span style="color:#0000FF">&quot;3&quot;</span> maxlength=<span style="color:#0000FF">&quot;3&quot;</span> name=<span style="color:#0000FF">&quot;altphone2&quot;</span> id=<span style="color:#0000FF">&quot;altphone2&quot;</span>/&gt;</span>-<span style="color:#FF8000">&lt;input onkeyup=<span style="color:#0000FF">&quot;return autotab(this, 4, event);&quot;</span> size=<span style="color:#0000FF">&quot;4&quot;</span> maxlength=<span style="color:#0000FF">&quot;4&quot;</span> name=<span style="color:#0000FF">&quot;altphone3&quot;</span> id=<span style="color:#0000FF">&quot;altphone3&quot;</span>/&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  (optional) <span style="color:#008080">&lt;/td&gt;</span><br />
&nbsp;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#008080">&lt;/tr&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;tr&gt;</span><span style="color:#008080">&lt;td &gt;</span>Email:<span style="color:#008080">&lt;/td&gt;</span><span style="color:#008080">&lt;td&gt;</span><span style="color:#FF8000">&lt;input type=<span style="color:#0000FF">&quot;text&quot;</span> name=<span style="color:#0000FF">&quot;email&quot;</span> id=<span style="color:#0000FF">&quot;email&quot;</span> /&gt;</span><span style="color:#008080">&lt;/td&gt;</span><span style="color:#008080">&lt;/tr&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;tr&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;td &gt;</span>Claim:<span style="color:#008080">&lt;/td&gt;</span><span style="color:#008080">&lt;td&gt;</span><span style="color:#FF8000">&lt;textarea name=<span style="color:#0000FF">&quot;casedescription&quot;</span> cols=<span style="color:#0000FF">&quot;30&quot;</span> rows=<span style="color:#0000FF">&quot;4&quot;</span> id=<span style="color:#0000FF">&quot;casedescription&quot;</span>&gt;</span><span style="color:#FF8000">&lt;/textarea&gt;</span><span style="color:#008080">&lt;/td&gt;</span><span style="color:#008080">&lt;/tr&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;tr&gt;</span><span style="color:#008080">&lt;td colspan=<span style="color:#0000FF">&quot;2&quot;</span>&gt;</span> <span style="color:#000080">&lt;div align=<span style="color:#0000FF">&quot;center&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;p&gt;</span><span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;branch&quot;</span> id=<span style="color:#0000FF">&quot;firstNameError&quot;</span>&gt;</span><span style="color:#000080">&lt;font color=<span style="color:#0000FF">&quot;#FF0000&quot;</span>&gt;</span>Please fill out the Firstname field.<span style="color:#000080">&lt;/font&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;branch&quot;</span> id=<span style="color:#0000FF">&quot;lastNameError&quot;</span>&gt;</span><span style="color:#000080">&lt;font color=<span style="color:#0000FF">&quot;#FF0000&quot;</span>&gt;</span>Please fill out the Lastname field.<span style="color:#000080">&lt;/font&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;branch&quot;</span> id=<span style="color:#0000FF">&quot;cityError&quot;</span>&gt;</span><span style="color:#000080">&lt;font color=<span style="color:#0000FF">&quot;#FF0000&quot;</span>&gt;</span>Please enter a city name.<span style="color:#000080">&lt;/font&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;branch&quot;</span> id=<span style="color:#0000FF">&quot;stateError&quot;</span>&gt;</span><span style="color:#000080">&lt;font color=<span style="color:#0000FF">&quot;#FF0000&quot;</span>&gt;</span>Please select a state.<span style="color:#000080">&lt;/font&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;branch&quot;</span> id=<span style="color:#0000FF">&quot;locationZipcodeError&quot;</span>&gt;</span><span style="color:#000080">&lt;font color=<span style="color:#0000FF">&quot;#FF0000&quot;</span>&gt;</span>Your zipcode entry must be 5 numbers.<span style="color:#000080">&lt;/font&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;branch&quot;</span> id=<span style="color:#0000FF">&quot;phoneError&quot;</span>&gt;</span><span style="color:#000080">&lt;font color=<span style="color:#0000FF">&quot;#FF0000&quot;</span>&gt;</span>Please enter a valid phone number.<span style="color:#000080">&lt;/font&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;branch&quot;</span> id=<span style="color:#0000FF">&quot;altPhoneError&quot;</span>&gt;</span><span style="color:#000080">&lt;font color=<span style="color:#0000FF">&quot;#FF0000&quot;</span>&gt;</span>The alternate phone number you entered is invalid.<span style="color:#000080">&lt;/font&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;branch&quot;</span> id=<span style="color:#0000FF">&quot;noContactError&quot;</span>&gt;</span><span style="color:#000080">&lt;font color=<span style="color:#0000FF">&quot;#FF0000&quot;</span>&gt;</span>Please enter a valid email or a phone number.<span style="color:#000080">&lt;/font&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;branch&quot;</span> id=<span style="color:#0000FF">&quot;noEmailError&quot;</span>&gt;</span><span style="color:#000080">&lt;font color=<span style="color:#0000FF">&quot;#FF0000&quot;</span>&gt;</span>Please enter a valid email.<span style="color:#000080">&lt;/font&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;branch&quot;</span> id=<span style="color:#0000FF">&quot;noCaseDescription&quot;</span>&gt;</span><span style="color:#000080">&lt;font color=<span style="color:#0000FF">&quot;#FF0000&quot;</span>&gt;</span>Please enter a case description, helping us to determine your legal needs.<span style="color:#000080">&lt;/font&gt;</span><span style="color:#000080">&lt;/span&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;branch&quot;</span> id=<span style="color:#0000FF">&quot;confirmationError&quot;</span>&gt;</span><span style="color:#000080">&lt;font color=<span style="color:#0000FF">&quot;#FF0000&quot;</span>&gt;</span>Please check the confirmation box then click on the submit button.<span style="color:#000080">&lt;/font&gt;</span><span style="color:#000080">&lt;/span&gt;</span><span style="color:#000080">&lt;/p&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#FF8000">&lt;input type=<span style="color:#0000FF">&quot;submit&quot;</span> name=<span style="color:#0000FF">&quot;Submit&quot;</span> value=<span style="color:#0000FF">&quot;Submit&quot;</span> onclick=<span style="color:#0000FF">&quot;return validatefields();&quot;</span>/&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><span style="color:#008080">&lt;/td&gt;</span><span style="color:#008080">&lt;/tr&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;/table&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp;<span style="color:#FF8000">&lt;/form&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;div&nbsp; class=<span style="color:#0000FF">&quot;branch&quot;</span> id=<span style="color:#0000FF">&quot;videos&quot;</span>&gt;</span><br />
http://lawsuitvideo.s3.amazonaws.com/weisslaw/robert_a.flv<br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--directory--&gt;</span></i><br />
&nbsp;<br />
<i><span style="color:#000080">&lt;!-- END NEWS MODULEs&nbsp; --&gt;</span></i><br />
&nbsp;<br />
<span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--rightcolumn --&gt;</span></i><br />
<i><span style="color:#000080">&lt;!-- END RIGHT COLUMN --&gt;</span></i><br />
&nbsp;<br />
&nbsp;<br />
<i><span style="color:#000080">&lt;!-- BEGIN LEFT COLUMN --&gt;</span></i><br />
&nbsp;<br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;leftcolumn&quot;</span>&gt;</span><br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;leftmenu&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;moduleheader&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Lawsuit Listing<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--moduleheader --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;modulecontainer&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;menuitem&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://www.lawsuit.com/index.html&quot;</span>&gt;</span>:: Lawsuit.com :: <span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--menuitem--&gt;</span></i><br />
&nbsp;<br />
&nbsp;<br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;br /&gt;</span><br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
<span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;moduleheader&quot;</span>&gt;</span>Mission Statement<span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--moduleheader --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;modulecontainer&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;menuitem&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  Calliope (ka-LIE-oh-pee), meaning beautiful voice, was the chief of the nine Muses. She was the patron of epic poetry and her symbol was a writing tablet. We&#65533;??ve adopted Calliope as our Muse because we hold that Calliope&#65533;??s tablet was blank, tabula rasa, and so with each client that comes through our door, we see infinite potential in your business, giving it a beautiful voice for the world to hear.<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--menuitem--&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp;<br />
<span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--leftcolumn--&gt;</span></i><br />
&nbsp;<br />
<i><span style="color:#000080">&lt;!-- END LEFT COLUMN --&gt;</span></i><br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
<i><span style="color:#000080">&lt;!-- END SUBCONTENT --&gt;</span></i><br />
&nbsp;<br />
<i><span style="color:#000080">&lt;!-- BEGIN FOOTER --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;footer&quot;</span>&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;copyrightbar&quot;</span>&gt;</span><br />
&nbsp; &nbsp; @ Copyright 2009 - <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;http://www.calliopemedia.com/&quot;</span>&gt;</span>Calliope Media, Inc.<span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--copyrightbar--&gt;</span></i><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;bottommenu&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;bottommenucontainer&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;bottommenuitem&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>For Lawyers<span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--bottommenuitem --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--bottommenucontainer --&gt;</span></i><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;bottommenucontainer&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;bottommenuitem&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>Advertise Your Firm<span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--bottommenuitem --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--bottommenucontainer --&gt;</span></i><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;bottommenucontainer&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;bottommenuitem&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>About Us<span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--bottommenuitem --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--bottommenucontainer --&gt;</span></i><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;bottommenucontainer&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;bottommenuitem&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>Contact Us<span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--bottommenuitem --&gt;</span></i><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--bottommenucontainer --&gt;</span></i><br />
&nbsp;<br />
&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--bottommenu--&gt;</span></i><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!-- footer --&gt;</span></i><br />
<i><span style="color:#000080">&lt;!-- END FOOTER--&gt;</span></i><br />
&nbsp;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;spacer&quot;</span>&gt;</span> <span style="color:#000080">&lt;/div&gt;</span> <i><span style="color:#000080">&lt;!--spacer--&gt;</span></i><br />
&nbsp; <span style="color:#000080">&lt;/div&gt;</span><i><span style="color:#000080">&lt;!--subcontent--&gt;</span></i><br />
<span style="color:#000080">&lt;/div&gt;</span><i><span style="color:#000080">&lt;!-- maincontent --&gt;</span></i><br />
&nbsp;<br />
<i><span style="color:#000080">&lt;!-- include desired tools --&gt;</span></i><br />
<span style="color:#800000">&lt;script type=<span style="color:#0000FF">&quot;text/javascript&quot;</span> src=<span style="color:#0000FF">&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&quot;</span>&gt;</span><span style="color:#800000">&lt;/script&gt;</span><br />
<span style="color:#800000">&lt;script type=<span style="color:#0000FF">&quot;text/javascript&quot;</span>&nbsp; src=<span style="color:#0000FF">&quot;http://www.lawsuit.com/js/flowplayer-3.1.4.min.js&quot;</span>&gt;</span><span style="color:#800000">&lt;/script&gt;</span><br />
<span style="color:#800000">&lt;script language=<span style="color:#0000FF">&quot;JavaScript&quot;</span> type=<span style="color:#0000FF">&quot;text/javascript&quot;</span> &gt;</span> <br />
&nbsp; &nbsp; flowplayer(&quot;player&quot;, &quot;http://www.lawsuit.com/flowplayer/flowplayer.commercial-3.1.3.swf&quot;,<br />
&nbsp; &nbsp; &nbsp; &nbsp; { key: '$5f6958d93f75903d9f8',<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clip:&nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; autoPlay: false,<br />
&nbsp; &nbsp; &nbsp; &nbsp; autoBuffering: false<br />
&nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; });<br />
<span style="color:#800000">&lt;/script&gt;</span><br />
<span style="color:#000080">&lt;/body&gt;</span><br />
<span style="color:#000080">&lt;/html&gt;</span></code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>pbmedia</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191873-help-moving-buttons-left-side-video.html</guid>
		</item>
		<item>
			<title>Help with 2 column Layout</title>
			<link>http://www.webmaster-talk.com/css-forum/191869-help-with-2-column-layout.html</link>
			<pubDate>Tue, 17 Nov 2009 18:31:20 GMT</pubDate>
			<description><![CDATA[http://hvacdirect.us/ 
  
I can't figure out how to fix this. This is the first time I have actually tried using floats in CSS. I have always...]]></description>
			<content:encoded><![CDATA[<div><a href="http://hvacdirect.us/" target="_blank">http://hvacdirect.us/</a><br />
 <br />
I can't figure out how to fix this. This is the first time I have actually tried using floats in CSS. I have always positioned absolutely inside relative, however the problem with this is that whenever I add content it goes over the bottom of the page.<br />
 <br />
Please look at the source of this page and tell me where/where not to use floats, where I should clear them, and why my content is passing my footer.<br />
 <br />
Thanks in advance,<br />
Brandon</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>WebTraffic</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191869-help-with-2-column-layout.html</guid>
		</item>
		<item>
			<title>Problem with fluid width box</title>
			<link>http://www.webmaster-talk.com/css-forum/191776-problem-with-fluid-width-box.html</link>
			<pubDate>Mon, 16 Nov 2009 12:50:20 GMT</pubDate>
			<description>I have a sub navigation box with rounded corners in my left column: 
 
_link here_ 
 
how can i get my blue button which is currently sitting...</description>
			<content:encoded><![CDATA[<div>I have a sub navigation box with rounded corners in my left column:<br />
<br />
<u>link here</u><br />
<br />
how can i get my blue button which is currently sitting underneath this box to sit centred in this box?<br />
<br />
Cheers</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>littlemoomin</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191776-problem-with-fluid-width-box.html</guid>
		</item>
		<item>
			<title>Why has my navigation bar disappeared?!</title>
			<link>http://www.webmaster-talk.com/css-forum/191773-why-has-my-navigation-bar-disappeared.html</link>
			<pubDate>Mon, 16 Nov 2009 11:10:53 GMT</pubDate>
			<description><![CDATA[Hi, I'm working on a site at the moment, just uploaded my recent changes to the css and my horizontal navigation bar has disappeared completely!...]]></description>
			<content:encoded><![CDATA[<div>Hi, I'm working on a site at the moment, just uploaded my recent changes to the css and my horizontal navigation bar has disappeared completely! please could you take a look:<br />
<u><br />
link here</u><br />
<br />
thanks!</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>littlemoomin</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191773-why-has-my-navigation-bar-disappeared.html</guid>
		</item>
		<item>
			<title>no transparency on my corners</title>
			<link>http://www.webmaster-talk.com/css-forum/191678-no-transparency-on-my-corners.html</link>
			<pubDate>Sat, 14 Nov 2009 18:51:16 GMT</pubDate>
			<description>hi, i have a javascript dropdown menu about halfway down the page at this link http://oddnerdrum.info (http://oddnerdrum.info/) the tab is black. and...</description>
			<content:encoded><![CDATA[<div>hi, i have a javascript dropdown menu about halfway down the page at this link <a href="http://oddnerdrum.info/" target="_blank">http://oddnerdrum.info</a> the tab is black. and it has white around its bottom border corners, which i want to get rid of, any help GREATLY appreciated. thanks. derek<br />
<br />
<br />
here is the css for the tab.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">.ddpanel .ddpanelcontent{ /*CSS for &quot;content&quot; DIV of Drop Down Panel*/<br />
color: #B39551;<br />
background:#333333; /*background of Drop Down Panel*/<br />
/*Do NOT add any &quot;padding&quot; or &quot;margin&quot; properties here! Any padding/margin should be added to your content's container within this DIV instead */<br />
}<br />
<br />
.ddpanel .ddpaneltab{ /*CSS for &quot;toggle&quot; tab DIV of Drop Down Panel*/<br />
margin-right: 20px;<br />
font: normal 12px Arial;<br />
}<br />
<br />
.ddpanel .ddpaneltab a{ /*&quot;toggle&quot; tab related CSS*/<br />
float: left; /* was right*/<br />
color: #333333;<br />
background: black url(toggleleft.gif) no-repeat left bottom; /*background of toggle tab*/<br />
text-decoration: none;<br />
letter-spacing: 1px;<br />
}<br />
<br />
.ddpanel .ddpaneltab a span{ /*&quot;toggle&quot; tab related CSS*/<br />
float: left; <br />
display: block;<br />
background: transparent url(toggleright.gif) no-repeat right bottom;<br />
padding: 1px 12px 4px 13px;<br />
cursor: pointer;<br />
}<br />
<br />
.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/<br />
margin-top: 2px;<br />
margin-left: 5px;<br />
}<br />
<br />
.ddpanel .ddpaneltab a:hover{ /*&quot;toggle&quot; tab related CSS*/<br />
background-color: navy; /*background of toggle tab onMouseover*/<br />
}<br />
<br />
.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*&quot;toggle&quot; tab related CSS*/<br />
outline: 0;<br />
}<br />
<br />
.ddpanel .ddpaneltab a:hover span{ /*&quot;toggle&quot; tab related CSS*/<br />
background-color: transparent;<br />
}</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>silverglade</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191678-no-transparency-on-my-corners.html</guid>
		</item>
		<item>
			<title>Float Left :(</title>
			<link>http://www.webmaster-talk.com/css-forum/191659-float-left.html</link>
			<pubDate>Sat, 14 Nov 2009 12:27:18 GMT</pubDate>
			<description><![CDATA[Code: 
--------- 
<style> 
body,td,th { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 14px; 
} 
body { 
   margin-left: 0px;]]></description>
			<content:encoded><![CDATA[<div><div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;style&gt;<br />
body,td,th {<br />
&nbsp;  font-family: Verdana, Arial, Helvetica, sans-serif;<br />
&nbsp;  font-size: 14px;<br />
}<br />
body {<br />
&nbsp;  margin-left: 0px;<br />
&nbsp;  margin-top: 0px;<br />
&nbsp;  margin-right: 0px;<br />
&nbsp;  margin-bottom: 0px;<br />
}<br />
.Menu {<br />
&nbsp;  margin-top: 50px;<br />
}<br />
.Menu .M {<br />
&nbsp;  width: 800px;<br />
&nbsp;  margin-right: auto;<br />
&nbsp;  margin-left: auto;<br />
&nbsp;  background-color: #333333;<br />
&nbsp;  color: #FFFFFF;<br />
}<br />
.Menu .M .Nav {<br />
&nbsp;  display: block;<br />
&nbsp;  margin: 0px;<br />
&nbsp;  padding: 0px;<br />
&nbsp;  list-style-type: none;<br />
&nbsp;  position: relative;<br />
}<br />
.Menu .M .Nav Li {<br />
&nbsp;  display: block;<br />
&nbsp;  margin: 0px;<br />
&nbsp;  padding: 0px;<br />
&nbsp;  list-style-type: none;<br />
&nbsp;  position: relative;<br />
&nbsp;  float: left;<br />
}<br />
--&gt;<br />
&lt;/style&gt;<br />
&lt;/head&gt;<br />
<br />
&lt;body&gt;<br />
&lt;div class=&quot;Menu&quot;&gt;<br />
&nbsp; &lt;div class=&quot;M&quot;&gt;<br />
&nbsp; &nbsp; &lt;ul class=&quot;Nav&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;li&gt;Anasayfa&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;li&gt;HAkk&#305;m&#305;zda&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;li&gt;Deneme&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/body&gt;</code><hr />
</div><b><br />
Not Work In FF And IE... There is A Problem At &quot;Float Left&quot;... Can U Help Me... Sorry My English is Not Good...</b></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>sahmurza</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191659-float-left.html</guid>
		</item>
		<item>
			<title>NavBar IE Issue</title>
			<link>http://www.webmaster-talk.com/css-forum/191613-navbar-ie-issue.html</link>
			<pubDate>Fri, 13 Nov 2009 18:27:46 GMT</pubDate>
			<description><![CDATA[I'm having a heck of a time getting my navbar to work. I think that what I need is a second set of eyes to help me get my CSS straight. 
 
Anyways, I...]]></description>
			<content:encoded><![CDATA[<div>I'm having a heck of a time getting my navbar to work. I think that what I need is a second set of eyes to help me get my CSS straight.<br />
<br />
Anyways, I have a working navbar in Firefox which should look like this:<br />
<img src="http://www.criticalwire.com/images/navbar_firefox.png" border="0" alt="" /><br />
but unforunately in internet explorer I'm getting this:<br />
<img src="http://www.criticalwire.com/images/navbar_ie.png" border="0" alt="" /><br />
<br />
Here is the HTML:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &lt;div id=&quot;container&quot;&gt;<br />
&nbsp; &lt;div id=&quot;banner&quot;&gt;&lt;a href=&quot;http://www.mysite.com&quot; /&gt;&lt;/div&gt;<br />
&nbsp; &lt;div id=&quot;navcontainer&quot;&gt;<br />
&nbsp; &nbsp; &lt;ul id=&quot;navlist&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;/&quot; id=&quot;navlist_current&quot;&gt;Home&lt;/a&gt;&lt;/li&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;/blog&quot;&gt;Blog&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;/news&quot;&gt;News&lt;/a&gt;&lt;/li&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;/reviews&quot;&gt;Reviews&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;/websolutions&quot;&gt;Web Solutions&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;/contactus&quot;&gt;Contact Us&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;li&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;div id=&quot;search&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;form action=&quot;search.html&quot; id=&quot;cse-search-box&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;cx&quot; value=&quot;0136059034576918921841:bted32mmqvm&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;cof&quot; value=&quot;FORID:10&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;hidden&quot; name=&quot;ie&quot; value=&quot;UTF-8&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;text&quot; name=&quot;q&quot; size=&quot;31&quot; value=&quot;Search&quot; onclick=&quot;this.value=''&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;submit&quot; name=&quot;sa&quot; value=&quot;Go&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/form&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &lt;/div&gt;</code><hr />
</div>and the CSS:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">html, body {<br />
&nbsp; &nbsp; background-image: url(images/background.gif);<br />
&nbsp; &nbsp; background-repeat: repeat-x;<br />
&nbsp; &nbsp; background-color: #8c8c8c;<br />
}<br />
<br />
body,td,th {<br />
&nbsp; &nbsp; font-family: Georgia,&quot;Times New Roman&quot;,Times,serif;<br />
&nbsp; &nbsp; font-size: .8em;<br />
&nbsp; &nbsp; line-height: 1.3em;<br />
&nbsp; &nbsp; color: #333;<br />
}<br />
<br />
a:link {<br />
&nbsp; &nbsp; color: #006699;<br />
&nbsp; &nbsp; text-decoration: none;<br />
}<br />
<br />
a:visited {<br />
&nbsp; &nbsp; color: #006699;<br />
&nbsp; &nbsp; text-decoration: none;<br />
}<br />
<br />
a:active {<br />
&nbsp; &nbsp; color: #006699;<br />
&nbsp; &nbsp; text-decoration: none;<br />
}<br />
<br />
a:hover {<br />
&nbsp; &nbsp; color: #333;<br />
&nbsp; &nbsp; text-decoration: none;<br />
}<br />
<br />
#container {<br />
&nbsp; &nbsp; background-color:#FFFFFF;<br />
&nbsp; &nbsp; height: auto;<br />
&nbsp; &nbsp; width: 900px;<br />
&nbsp; &nbsp; border: 1px solid #333333;<br />
&nbsp; &nbsp; margin: 0 auto;<br />
&nbsp; &nbsp; margin-bottom: 10px;<br />
&nbsp; &nbsp; position: relative;<br />
}<br />
<br />
#banner {<br />
&nbsp; &nbsp; background-image: url(images/mysite_test_logo_no_border.gif);<br />
&nbsp; &nbsp; background-repeat: no-repeat;<br />
&nbsp; &nbsp; border-bottom-width: 1px;<br />
&nbsp; &nbsp; border-bottom-style: solid;<br />
&nbsp; &nbsp; border-bottom-color: #666;<br />
&nbsp; &nbsp; height: 104px;<br />
}<br />
<br />
#banner a {<br />
&nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; height: 100%;<br />
&nbsp; &nbsp; width: 100%;<br />
&nbsp; &nbsp; color: #666;<br />
}<br />
<br />
#banner a:visited {<br />
&nbsp; &nbsp; color: #666;<br />
}<br />
<br />
#navcontainer {<br />
&nbsp; &nbsp; border-bottom-width: 1px;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; border-bottom-style: solid;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; border-bottom-color: #666;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; background-color:#F5F5F5;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
<br />
#navcontainer ul<br />
{<br />
&nbsp; &nbsp; margin-left: 0;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; padding-left: 10px;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; list-style-type: none;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; margin-top: 0px;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; padding-top: 10px;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
<br />
#navlist li<br />
{<br />
&nbsp; &nbsp; list-style: none;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; display: inline;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; padding-left: 0px;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
}<br />
<br />
#navlist a<br />
{<br />
&nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; padding-bottom: 3px;<br />
&nbsp; &nbsp; width: 160px;<br />
&nbsp; &nbsp; background-color: #F5F5F5;<br />
&nbsp; &nbsp; display: inline;<br />
&nbsp; &nbsp; font-size: 1.05em;<br />
&nbsp; &nbsp; padding-left: 0px;<br />
}<br />
<br />
#navlist a:link, #navlist a:visited<br />
{<br />
&nbsp; &nbsp; color: #333;<br />
&nbsp; &nbsp; text-decoration: none;<br />
&nbsp; &nbsp; display: inline;<br />
&nbsp; &nbsp; padding: 3px 6px 3px 6px;<br />
}<br />
<br />
#navlist a:hover<br />
{<br />
&nbsp; &nbsp; background-color: #333;<br />
&nbsp; &nbsp; color: #fff;<br />
&nbsp; &nbsp; display: inline;<br />
&nbsp; &nbsp; padding: 3px 6px 3px 6px;<br />
}<br />
<br />
#navlist_current <br />
{<br />
&nbsp; &nbsp; border-style: solid;<br />
&nbsp; &nbsp; border-width: 0px 2px 0px 2px;<br />
&nbsp; &nbsp; padding: 3px 0px 3px 0px;<br />
}<br />
<br />
#footer {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; bottom:0px;<br />
&nbsp; &nbsp; width: 100%;<br />
&nbsp; &nbsp; height:20px;&nbsp;  /* Height of the footer */<br />
&nbsp; &nbsp; background:#F5F5F5;<br />
&nbsp; &nbsp; left: 0px;<br />
&nbsp; &nbsp; border-top: 1px;<br />
&nbsp; &nbsp; border-top-style: solid;<br />
&nbsp; &nbsp; border-top-color: #666;<br />
&nbsp; &nbsp; font-size: .8em;<br />
}<br />
<br />
img {<br />
&nbsp; &nbsp; border: 1px solid #333;<br />
}<br />
<br />
.title {<br />
&nbsp; &nbsp; font-size: 16px;<br />
&nbsp; &nbsp; text-decoration: underline;<br />
&nbsp; &nbsp; padding-bottom: 3px;<br />
}<br />
<br />
#row1{<br />
&nbsp; &nbsp; height: 75%;<br />
&nbsp; &nbsp; overflow: hidden;<br />
}<br />
<br />
#row2 {<br />
&nbsp; &nbsp; height: auto;<br />
&nbsp; &nbsp; overflow: hidden;<br />
}<br />
<br />
#column1_1 {<br />
&nbsp; &nbsp; width: 400px;<br />
&nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; margin-top: 10px;<br />
&nbsp; &nbsp; margin-left: 25px;<br />
}<br />
<br />
#column1_2 {<br />
&nbsp; &nbsp; width: 400px;<br />
&nbsp; &nbsp; float: right;<br />
&nbsp; &nbsp; margin-top: 10px;<br />
&nbsp; &nbsp; margin-right: 25px;<br />
}<br />
<br />
#column2_1 {<br />
&nbsp; &nbsp; width: 250px;<br />
&nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; margin-left: 25px;<br />
&nbsp; &nbsp; font-size: .9em;<br />
&nbsp; &nbsp; text-align: justify;<br />
}<br />
<br />
#column2_2 {<br />
&nbsp; &nbsp; width: 250px;<br />
&nbsp; &nbsp; margin-right: 325px;<br />
&nbsp; &nbsp; margin-left: 325px;<br />
&nbsp; &nbsp; position: relative;<br />
&nbsp; &nbsp; font-size: .9em;<br />
&nbsp; &nbsp; text-align: justify;<br />
}<br />
<br />
#column2_3 {<br />
&nbsp; &nbsp; width: 250px;<br />
&nbsp; &nbsp; float: right;<br />
&nbsp; &nbsp; margin-right: 25px;<br />
&nbsp; &nbsp; font-size: .9em;<br />
&nbsp; &nbsp; text-align: justify;<br />
}<br />
<br />
#search {<br />
&nbsp; &nbsp; float: right;<br />
&nbsp; &nbsp; padding-right: 10px;<br />
}<br />
<br />
#cse-search-results {<br />
&nbsp; &nbsp; padding: 10px 10px 10px 10px;<br />
}<br />
<br />
p {<br />
&nbsp; &nbsp; font-size:.9em;<br />
}</code><hr />
</div>If someone could help me out and just offer some insight on where I may be going wrong, I'd greatly appreciate it.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>bswinnerton</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191613-navbar-ie-issue.html</guid>
		</item>
		<item>
			<title>How to make IMAGE link in web site without decoration with css?</title>
			<link>http://www.webmaster-talk.com/css-forum/191583-how-make-image-link-web-site.html</link>
			<pubDate>Fri, 13 Nov 2009 08:02:54 GMT</pubDate>
			<description>Hi,  
 
 
in my site their are images which links to another page, but i want to display it without any decoration, but it is a link so it has a blue...</description>
			<content:encoded><![CDATA[<div>Hi, <br />
<br />
<br />
in my site their are images which links to another page, but i want to display it without any decoration, but it is a link so it has a blue border which i don't like. I want IMAGE without any decoration with css. <br />
I use link,alink,vlink in &lt;body&gt; tab but HTML 4.01 dues not support it.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>greenerworld007</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191583-how-make-image-link-web-site.html</guid>
		</item>
		<item>
			<title><![CDATA[Image floated left with 2nd image 'below' and floated right - need text to wrap]]></title>
			<link>http://www.webmaster-talk.com/css-forum/191567-image-floated-left-2nd-image-below.html</link>
			<pubDate>Fri, 13 Nov 2009 03:18:17 GMT</pubDate>
			<description><![CDATA[I'm attempting the following layout: 
 
------------------   Lorem ipsum dolar lorem ipsum dolar 
-  Image 1    - lorem ipsum dolar lorem ipsum dolar...]]></description>
			<content:encoded><![CDATA[<div>I'm attempting the following layout:<br />
<br />
------------------   Lorem ipsum dolar lorem ipsum dolar<br />
-  Image 1    - lorem ipsum dolar lorem ipsum dolar<br />
-                               -   lorem ipsum dolar lorem ipsum dolar<br />
------------------   lorem ipsum dolar lorem ipsum dolar<br />
lorem ipsum dolar lorem ipsum dolar --------------------<br />
lorem ipsum dolar lorem ipsum dolar - Image 2         -<br />
lorem ipsum dolar lorem ipsum dolar -                                  -<br />
lorem ipsum dolar lorem ipsum dolar --------------------<br />
<br />
Image 1 is floated to the left.  Image 2 is floated to the right.  Image 2's top edge should be below Image 1's bottom edge.  Text should wrap around both images.<br />
<br />
I cannot get Image 2 to drop below Image 1.  Here was my last attempt.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;div class=&quot;pic-left&quot;&gt;&lt;img class=&quot;pic-border&quot; src=&quot;Image 1&quot; /&gt;<br />
&nbsp; &lt;div class=&quot;attribution&quot;&gt;&lt;a href=&quot;/attr/1&quot;&gt;Image 1&lt;/a&gt;&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;div class=&quot;pic-right&quot;&gt;&lt;img class=&quot;pic-border&quot; src=&quot;Image 2&quot; /&gt;<br />
&nbsp;  &lt;div class=&quot;attribution&quot;&gt;&lt;a href=&quot;/attr/2&quot;&gt;Image 2&lt;/a&gt;&lt;/div&gt;<br />
&lt;/div&gt;<br />
Lorem ipsum dolar lorem ipsum dolar lorem ipsum dolar lorem ipsum dolar ...<br />
<br />
&nbsp; .pic-right<br />
&nbsp; {<br />
&nbsp; &nbsp; float: right;<br />
&nbsp; &nbsp; clear: left;<br />
&nbsp; &nbsp; margin-left: 10px;<br />
&nbsp; &nbsp; margin-bottom: 10px;<br />
&nbsp; }<br />
<br />
&nbsp; .pic-left<br />
&nbsp; {<br />
&nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; clear: right;<br />
&nbsp; &nbsp; margin-right: 10px;<br />
&nbsp; &nbsp; margin-bottom: 10px;<br />
&nbsp; }<br />
<br />
&nbsp; .pic-border<br />
&nbsp; {<br />
&nbsp; &nbsp; border: 2px solid rgb(0, 0, 0);<br />
&nbsp; }<br />
<br />
&nbsp; .attribution<br />
&nbsp; {<br />
&nbsp; &nbsp; margin-top: 0px;<br />
&nbsp; &nbsp; font-size: 8px;<br />
&nbsp; }</code><hr />
</div>Any suggestions?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>Temporal</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191567-image-floated-left-2nd-image-below.html</guid>
		</item>
		<item>
			<title>Yet another IE float issue</title>
			<link>http://www.webmaster-talk.com/css-forum/191545-yet-another-ie-float-issue.html</link>
			<pubDate>Thu, 12 Nov 2009 21:05:34 GMT</pubDate>
			<description><![CDATA[Hello, all - 
  
I've been banging my head agaist this one for a while.  I've tried many of the suggested float-fixes for IE and nothing seems to...]]></description>
			<content:encoded><![CDATA[<div>Hello, all -<br />
 <br />
I've been banging my head agaist this one for a while.  I've tried many of the suggested float-fixes for IE and nothing seems to help.  Any suggestions appreciated!<br />
 <br />
The issue is this:  When pages are loaded in IE which have float:right elements (photos inside divs), they briefly position themselves correctly, then the margin-left value (10px) goes away and they are snug up against the text.  An example is here:<br />
 <br />
<a href="http://pandora.cii.wwu.edu/showcase2006/wang/portfolio.asp" target="_blank">http://pandora.cii.wwu.edu/showcase2.../portfolio.asp</a><br />
 <br />
If you refresh a couple times while watching one of the pictures on the right hand side, you (might) see what I mean (hopefully). <br />
 <br />
If not, and this is the weird part, open up the developer toolbar, select one of those float:right boxes, <i>uncheck</i> either the margin or the float property, then re-check it.  The problem goes away.  Why, oh why, oh why...<br />
 <br />
Thanks again.<br />
 <br />
Nick, WWU</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>icurays1</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191545-yet-another-ie-float-issue.html</guid>
		</item>
		<item>
			<title>IE6, Floats and Border</title>
			<link>http://www.webmaster-talk.com/css-forum/191454-ie6-floats-and-border.html</link>
			<pubDate>Wed, 11 Nov 2009 23:17:20 GMT</pubDate>
			<description><![CDATA[I'm not exactly sure where the right border is coming from with this one (http://wpthemes.triplemoonsdesign.com/) in IE6. Looks fine in FF, IE7 and...]]></description>
			<content:encoded><![CDATA[<div>I'm not exactly sure where the right border is coming from with <a href="http://wpthemes.triplemoonsdesign.com/" target="_blank">this one</a> in IE6. Looks fine in FF, IE7 and IE8...But in IE6 the sidebar is off (I'm assuming a float issue?) and we have a random border. <br />
<br />
Any ideas?<br />
<br />
<a href="http://wpthemes.triplemoonsdesign.com/" target="_blank">http://wpthemes.triplemoonsdesign.com/ </a><br />
<i>(you will need to click the Carolina Computer Network Solutions theme)</i></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>TripleMoons</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191454-ie6-floats-and-border.html</guid>
		</item>
		<item>
			<title>Crazy viewing issue</title>
			<link>http://www.webmaster-talk.com/css-forum/191453-crazy-viewing-issue.html</link>
			<pubDate>Wed, 11 Nov 2009 21:27:04 GMT</pubDate>
			<description>I have a site done and called the client to take a look at it. It validates perfectly, I have checked it in IE 5.5, 6.0, 7, 8, FF and Chrome on my...</description>
			<content:encoded><![CDATA[<div>I have a site done and called the client to take a look at it. It validates perfectly, I have checked it in IE 5.5, 6.0, 7, 8, FF and Chrome on my machines. Looks fine.<br />
 <br />
Test site <a href="http://www.ontraxweb.com/royal" target="_blank">is here.</a>  Client takes a look using IE 8 and says the phone numbers in the head show in two lines instead of one as in:<br />
941<br />
xxx-xxxx<br />
 <br />
He says the same thing for the Lic# in the footer, that also displays on two lines. <br />
 <br />
I called someone and asked them to look at the site and they said it displays fine. Does anyone have an idea why this would happen. <br />
 <br />
Thanks for looking.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>fog</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191453-crazy-viewing-issue.html</guid>
		</item>
		<item>
			<title>Onclick for CSS Image Gallery</title>
			<link>http://www.webmaster-talk.com/css-forum/191416-onclick-for-css-image-gallery.html</link>
			<pubDate>Wed, 11 Nov 2009 12:04:51 GMT</pubDate>
			<description>I have created a CSS image gallery that works great when a thumbnail is hovered over. Is there any way of making it work for when you *click* a...</description>
			<content:encoded><![CDATA[<div>I have created a CSS image gallery that works great when a thumbnail is hovered over. Is there any way of making it work for when you <b>click</b> a thumbnail as well?<br />
I have tried using a:active and this works in ie but not in Firefox.<br />
Is there any form of - easy - Javascript out there that would add on to this to support an onclick state??????</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>jj1</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191416-onclick-for-css-image-gallery.html</guid>
		</item>
		<item>
			<title>question about css</title>
			<link>http://www.webmaster-talk.com/css-forum/191373-question-about-css.html</link>
			<pubDate>Tue, 10 Nov 2009 22:49:53 GMT</pubDate>
			<description>i am having a small issue with font size in browsers. 
 
i am using smarty template engine to create websites, i have originally created the html...</description>
			<content:encoded><![CDATA[<div>i am having a small issue with font size in browsers.<br />
<br />
i am using smarty template engine to create websites, i have originally created the html pages using css after slicing in photoshop. the pages look similar with respect to font sizes in all browsers<br />
<br />
when i integrate this html page into smarty i am using a copy of a template in smarty to create a website, so this copy also has a css file, i have commented most of the code in this css file which is in the smarty folder and i have used my css code which i initially created.<br />
<br />
the problem i am facing is with firefox only and all other browsers work fine<br />
<br />
only in firefox the text for h1, h2, p, ul li, a... etc are all appearing 1px smaller in size when compared to all other browsers <br />
<br />
i have tried using !important and inline styles however only firefox is displaying the text in the entire page 1px smaller compared to all other browsers which is not consistant.<br />
<br />
i have the following in the css file<br />
* {<br />
    margin: 0;<br />
    padding: 0;<br />
    border: 0;<br />
}<br />
body {<br />
    background: #ffffff;<br />
    font: normal 12px Arial, Helvetica, sans-serif;<br />
    margin: 0;<br />
    padding: 0;<br />
}<br />
<br />
<br />
<br />
please advice.<br />
<br />
any help will be greatly appreciated.<br />
<br />
thanks.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>sudhakararaog</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191373-question-about-css.html</guid>
		</item>
		<item>
			<title>CSS problem</title>
			<link>http://www.webmaster-talk.com/css-forum/191333-css-problem.html</link>
			<pubDate>Tue, 10 Nov 2009 10:45:33 GMT</pubDate>
			<description>Need to know how the pull down menu and a browse button could take a style like  
 
 
www discovertravel.no 
 
i tried to make it but it did not work...</description>
			<content:encoded><![CDATA[<div>Need to know how the pull down menu and a browse button could take a style like <br />
<br />
<br />
www discovertravel.no<br />
<br />
i tried to make it but it did not work on firefox... so can anyone help me to make this style coz it appears well in firefox.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>john_zakaria</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191333-css-problem.html</guid>
		</item>
		<item>
			<title>Footer showing at top of page, over content?!?</title>
			<link>http://www.webmaster-talk.com/css-forum/191291-footer-showing-top-page-over-content.html</link>
			<pubDate>Mon, 09 Nov 2009 23:58:17 GMT</pubDate>
			<description><![CDATA[Hi Everyone, 
 
I'm designing a small personal website, my first one not using tables :D - Anyways, I'm having a small problem with displaying a...]]></description>
			<content:encoded><![CDATA[<div>Hi Everyone,<br />
<br />
I'm designing a small personal website, my first one not using tables :D - Anyways, I'm having a small problem with displaying a footer.<br />
<br />
Basically, I want the footer to stretch right across the bottom of the page underneath everything else. The problem i'm facing is that whenever I place my footer outside of the container div, it appears at the top of my page, underneath my header, over the top of the content.<br />
<br />
I've attached my CSS and HTML -- Any ideas would be greatly appreciated! I'll get my head around this some time :rolleyes:<br />
<br />
CSS has been shortened to fit on post.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">HTML Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><span style="color:#000080">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;</span><br />
<span style="color:#000080">&lt;html xmlns=<span style="color:#0000FF">&quot;http://www.w3.org/1999/xhtml&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;head&gt;</span><br />
<span style="color:#000080">&lt;title&gt;</span>Untitled-1<span style="color:#000080">&lt;/title&gt;</span><br />
<span style="color:#000080">&lt;meta http-equiv=&quot;Content-Type&quot; content=<span style="color:#0000FF">&quot;text/html; charset=iso-8859-1&quot;</span> /&gt;</span><br />
<br />
<span style="color:#000080">&lt;link href=<span style="color:#0000FF">&quot;style.css&quot;</span> rel=<span style="color:#0000FF">&quot;stylesheet&quot;</span> type=<span style="color:#0000FF">&quot;text/css&quot;</span> /&gt;</span><br />
<span style="color:#000080">&lt;/head&gt;</span><br />
<span style="color:#000080">&lt;body&gt;</span><br />
<br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;Table_01&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-01_&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img id=<span style="color:#0000FF">&quot;header_01&quot;</span> src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/header_01.gif&quot;</span> width=<span style="color:#0000FF">&quot;800&quot;</span> height=<span style="color:#0000FF">&quot;9&quot;</span> alt=<span style="color:#0000FF">&quot;&quot;</span> /&gt;</span>&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-02_&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-03_&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/header_03.gif&quot;</span> alt=<span style="color:#0000FF">&quot;&quot;</span> name=<span style="color:#0000FF">&quot;header_03&quot;</span> width=<span style="color:#0000FF">&quot;26&quot;</span> height=<span style="color:#0000FF">&quot;7&quot;</span> border=<span style="color:#0000FF">&quot;0&quot;</span> id=<span style="color:#0000FF">&quot;header_03&quot;</span> /&gt;</span> <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-04_&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img id=<span style="color:#0000FF">&quot;header_04&quot;</span> src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/header_04.gif&quot;</span> width=<span style="color:#0000FF">&quot;12&quot;</span> height=<span style="color:#0000FF">&quot;79&quot;</span> alt=<span style="color:#0000FF">&quot;&quot;</span> /&gt;</span>&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-05_&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/header_05.gif&quot;</span> alt=<span style="color:#0000FF">&quot;&quot;</span> name=<span style="color:#0000FF">&quot;header_05&quot;</span> width=<span style="color:#0000FF">&quot;43&quot;</span> height=<span style="color:#0000FF">&quot;7&quot;</span> border=<span style="color:#0000FF">&quot;0&quot;</span> id=<span style="color:#0000FF">&quot;header_05&quot;</span> /&gt;</span> <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-06_&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img id=<span style="color:#0000FF">&quot;header_06&quot;</span> src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/header_06.gif&quot;</span> width=<span style="color:#0000FF">&quot;14&quot;</span> height=<span style="color:#0000FF">&quot;79&quot;</span> alt=<span style="color:#0000FF">&quot;&quot;</span> /&gt;</span>&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-07_&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/header_07.gif&quot;</span> alt=<span style="color:#0000FF">&quot;&quot;</span> name=<span style="color:#0000FF">&quot;header_07&quot;</span> width=<span style="color:#0000FF">&quot;26&quot;</span> height=<span style="color:#0000FF">&quot;7&quot;</span> border=<span style="color:#0000FF">&quot;0&quot;</span> id=<span style="color:#0000FF">&quot;header_07&quot;</span> /&gt;</span> <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-08_&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img id=<span style="color:#0000FF">&quot;header_08&quot;</span> src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/header_08.gif&quot;</span> width=<span style="color:#0000FF">&quot;14&quot;</span> height=<span style="color:#0000FF">&quot;79&quot;</span> alt=<span style="color:#0000FF">&quot;&quot;</span> /&gt;</span>&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-09_&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/header_09.gif&quot;</span> alt=<span style="color:#0000FF">&quot;&quot;</span> name=<span style="color:#0000FF">&quot;header_09&quot;</span> width=<span style="color:#0000FF">&quot;56&quot;</span> height=<span style="color:#0000FF">&quot;9&quot;</span> border=<span style="color:#0000FF">&quot;0&quot;</span> id=<span style="color:#0000FF">&quot;header_09&quot;</span> /&gt;</span> <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-10_&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img id=<span style="color:#0000FF">&quot;header_10&quot;</span> src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/header_10.gif&quot;</span> width=<span style="color:#0000FF">&quot;14&quot;</span> height=<span style="color:#0000FF">&quot;79&quot;</span> alt=<span style="color:#0000FF">&quot;&quot;</span> /&gt;</span>&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-11_&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/header_11.gif&quot;</span> alt=<span style="color:#0000FF">&quot;&quot;</span> name=<span style="color:#0000FF">&quot;header_11&quot;</span> width=<span style="color:#0000FF">&quot;51&quot;</span> height=<span style="color:#0000FF">&quot;7&quot;</span> border=<span style="color:#0000FF">&quot;0&quot;</span> id=<span style="color:#0000FF">&quot;header_11&quot;</span> /&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-12_&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img id=<span style="color:#0000FF">&quot;header_12&quot;</span> src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/header_12.gif&quot;</span> width=<span style="color:#0000FF">&quot;5&quot;</span> height=<span style="color:#0000FF">&quot;79&quot;</span> alt=<span style="color:#0000FF">&quot;&quot;</span> /&gt;</span>&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-13_&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img id=<span style="color:#0000FF">&quot;header_13&quot;</span> src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/header_13.gif&quot;</span> width=<span style="color:#0000FF">&quot;26&quot;</span> height=<span style="color:#0000FF">&quot;72&quot;</span> alt=<span style="color:#0000FF">&quot;&quot;</span> /&gt;</span>&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-14_&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img id=<span style="color:#0000FF">&quot;header_14&quot;</span> src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/header_14.gif&quot;</span> width=<span style="color:#0000FF">&quot;43&quot;</span> height=<span style="color:#0000FF">&quot;72&quot;</span> alt=<span style="color:#0000FF">&quot;&quot;</span> /&gt;</span>&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-15_&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img id=<span style="color:#0000FF">&quot;header_15&quot;</span> src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/header_15.gif&quot;</span> width=<span style="color:#0000FF">&quot;26&quot;</span> height=<span style="color:#0000FF">&quot;72&quot;</span> alt=<span style="color:#0000FF">&quot;&quot;</span> /&gt;</span>&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-16_&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img id=<span style="color:#0000FF">&quot;header_16&quot;</span> src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/header_16.gif&quot;</span> width=<span style="color:#0000FF">&quot;51&quot;</span> height=<span style="color:#0000FF">&quot;72&quot;</span> alt=<span style="color:#0000FF">&quot;&quot;</span> /&gt;</span>&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-17_&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img id=<span style="color:#0000FF">&quot;header_17&quot;</span> src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/header_17.gif&quot;</span> width=<span style="color:#0000FF">&quot;56&quot;</span> height=<span style="color:#0000FF">&quot;70&quot;</span> alt=<span style="color:#0000FF">&quot;&quot;</span> /&gt;</span>&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-18_&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-19_&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-20_&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-21_&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-22_&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-23_&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-24_&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-25_&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header-26_&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;contentarea&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;topspacer&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div align=<span style="color:#0000FF">&quot;center&quot;</span>&gt;</span><span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/home-banner.jpg&quot;</span> alt=<span style="color:#0000FF">&quot;Image: Homepage&quot;</span> width=<span style="color:#0000FF">&quot;790&quot;</span> height=<span style="color:#0000FF">&quot;198&quot;</span> /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;spacer5&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/mytab.png&quot;</span> width=<span style="color:#0000FF">&quot;196&quot;</span> height=<span style="color:#0000FF">&quot;80&quot;</span> /&gt;</span><span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/mytab2.png&quot;</span> width=<span style="color:#0000FF">&quot;196&quot;</span> height=<span style="color:#0000FF">&quot;80&quot;</span> /&gt;</span><span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/mytab3.png&quot;</span> width=<span style="color:#0000FF">&quot;196&quot;</span> height=<span style="color:#0000FF">&quot;80&quot;</span> /&gt;</span><span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/mytab4.png&quot;</span> width=<span style="color:#0000FF">&quot;196&quot;</span> height=<span style="color:#0000FF">&quot;80&quot;</span> /&gt;</span><span style="color:#000080">&lt;br /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;spacer10&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;left550&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;blheader&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;h1&gt;</span>Welcome to My Website!<span style="color:#000080">&lt;/h1&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;p&gt;</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vehicula&nbsp; venenatis nibh, malesuada ultricies leo elementum nec. Proin&nbsp; pellentesque pretium arcu, a ultrices ipsum aliquam at. Donec&nbsp; pellentesque urna eget neque vulputate porta. <span style="color:#000080">&lt;/p&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;right230&quot;</span>&gt;</span><span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;pkheader&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;h2&gt;</span>My Photos<span style="color:#000080">&lt;/h2&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div align=<span style="color:#0000FF">&quot;center&quot;</span>&gt;</span><span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;spacer5&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;p&gt;</span><span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/beach.jpg&quot;</span> alt=<span style="color:#0000FF">&quot;The Beach&quot;</span> /&gt;</span><span style="color:#000080">&lt;br /&gt;</span>&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;strong&gt;</span>The Beach<span style="color:#000080">&lt;/strong&gt;</span><span style="color:#000080">&lt;/p&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;p align=<span style="color:#0000FF">&quot;left&quot;</span>&gt;</span>This is a picture of a beach that I took last year!<span style="color:#000080">&lt;/p&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;p align=<span style="color:#0000FF">&quot;left&quot;</span>&gt;</span><b><i>&amp;nbsp;</i></b><span style="color:#000080">&lt;/p&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;p align=<span style="color:#0000FF">&quot;left&quot;</span>&gt;</span><b><i>&amp;nbsp;</i></b><span style="color:#000080">&lt;/p&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;clearing&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;spacer5&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;bluesep&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/me-and-family.jpg&quot;</span> alt=<span style="color:#0000FF">&quot;&quot;</span> width=<span style="color:#0000FF">&quot;790&quot;</span> height=<span style="color:#0000FF">&quot;300&quot;</span> border=<span style="color:#0000FF">&quot;0&quot;</span> /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;spacer5&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;left50&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;h1&gt;</span>A Bit About Me<span style="color:#000080">&lt;/h1&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;p&gt;</span><b><i>&amp;nbsp;</i></b><span style="color:#000080">&lt;/p&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;p&gt;</span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vehicula&nbsp; venenatis nibh, malesuada ultricies leo elementum nec. Proin&nbsp; pellentesque pretium arcu, a ultrices ipsum aliquam at. Donec&nbsp; pellentesque urna eget neque vulputate porta. Nullam non ornare orci.&nbsp; Sed iaculis leo et elit lacinia porta ultrices dolor sollicitudin. <span style="color:#000080">&lt;/p&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;right50&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;h1&gt;</span>A Bit About My Wife<span style="color:#000080">&lt;/h1&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;p&gt;</span><b><i>&amp;nbsp;</i></b><span style="color:#000080">&lt;/p&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;p&gt;</span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis vehicula&nbsp; venenatis nibh, malesuada ultricies leo elementum nec. Proin&nbsp; pellentesque pretium arcu, a ultrices ipsum aliquam at. Donec&nbsp; pellentesque urna eget neque vulputate porta. Nullam non ornare orci.&nbsp; Sed iaculis leo et elit lacinia porta ultrices dolor sollicitudin. <span style="color:#000080">&lt;/p&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;clearing&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;spacer5&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;bluesep&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;spacer5&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;fullacross&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;/div&gt;</span><i><span style="color:#000080">&lt;!-- End div --&gt;</span></i><br />
&nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;clearing&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;footer&quot;</span>&gt;</span>This is my footer.<span style="color:#000080">&lt;/div&gt;</span><br />
<span style="color:#000080">&lt;/body&gt;</span><br />
<span style="color:#000080">&lt;/html&gt;</span></code><hr />
</div><div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">HTML Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">body {<br />
&nbsp; &nbsp; margin-left: 0px;<br />
&nbsp; &nbsp; margin-top: 0px;<br />
&nbsp; &nbsp; margin-right: 0px;<br />
&nbsp; &nbsp; margin-bottom: 0px;<br />
&nbsp; &nbsp; background-image: url(images/topbg.gif);<br />
&nbsp; &nbsp; background-repeat: repeat-x;<br />
&nbsp; &nbsp; font-family: Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; font-size: 11px;<br />
&nbsp; &nbsp; color: #333333;<br />
<br />
}<br />
<br />
#Table_01 {<br />
&nbsp; &nbsp; position:relative;<br />
&nbsp; &nbsp; left:0px;<br />
&nbsp; &nbsp; top:0px;<br />
&nbsp; &nbsp; width:800px;<br />
&nbsp; &nbsp; height:128px;<br />
&nbsp; &nbsp; margin-left:auto;<br />
&nbsp; &nbsp; margin-right:auto;<br />
<br />
&nbsp; &nbsp; min-height:100%;<br />
}<br />
<br />
#header-01_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:0px;<br />
&nbsp; &nbsp; top:0px;<br />
&nbsp; &nbsp; width:800px;<br />
&nbsp; &nbsp; height:9px;<br />
}<br />
<br />
#header-02_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:0px;<br />
&nbsp; &nbsp; top:9px;<br />
&nbsp; &nbsp; width:539px;<br />
&nbsp; &nbsp; height:79px;<br />
&nbsp; &nbsp; background-image:url(images/header_02.gif);<br />
}<br />
<br />
#header-03_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:539px;<br />
&nbsp; &nbsp; top:9px;<br />
&nbsp; &nbsp; width:26px;<br />
&nbsp; &nbsp; height:7px;<br />
}<br />
<br />
#header-04_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:565px;<br />
&nbsp; &nbsp; top:9px;<br />
&nbsp; &nbsp; width:12px;<br />
&nbsp; &nbsp; height:79px;<br />
}<br />
<br />
#header-05_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:577px;<br />
&nbsp; &nbsp; top:9px;<br />
&nbsp; &nbsp; width:43px;<br />
&nbsp; &nbsp; height:7px;<br />
}<br />
<br />
#header-06_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:620px;<br />
&nbsp; &nbsp; top:9px;<br />
&nbsp; &nbsp; width:14px;<br />
&nbsp; &nbsp; height:79px;<br />
}<br />
<br />
#header-07_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:634px;<br />
&nbsp; &nbsp; top:9px;<br />
&nbsp; &nbsp; width:26px;<br />
&nbsp; &nbsp; height:7px;<br />
}<br />
<br />
#header-08_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:660px;<br />
&nbsp; &nbsp; top:9px;<br />
&nbsp; &nbsp; width:14px;<br />
&nbsp; &nbsp; height:79px;<br />
}<br />
<br />
#header-09_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:674px;<br />
&nbsp; &nbsp; top:9px;<br />
&nbsp; &nbsp; width:56px;<br />
&nbsp; &nbsp; height:9px;<br />
}<br />
<br />
#header-10_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:730px;<br />
&nbsp; &nbsp; top:9px;<br />
&nbsp; &nbsp; width:14px;<br />
&nbsp; &nbsp; height:79px;<br />
}<br />
<br />
#header-11_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:744px;<br />
&nbsp; &nbsp; top:9px;<br />
&nbsp; &nbsp; width:51px;<br />
&nbsp; &nbsp; height:7px;<br />
}<br />
<br />
#header-12_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:795px;<br />
&nbsp; &nbsp; top:9px;<br />
&nbsp; &nbsp; width:5px;<br />
&nbsp; &nbsp; height:79px;<br />
}<br />
<br />
#header-13_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:539px;<br />
&nbsp; &nbsp; top:16px;<br />
&nbsp; &nbsp; width:26px;<br />
&nbsp; &nbsp; height:72px;<br />
}<br />
<br />
#header-14_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:577px;<br />
&nbsp; &nbsp; top:16px;<br />
&nbsp; &nbsp; width:43px;<br />
&nbsp; &nbsp; height:72px;<br />
}<br />
<br />
#header-15_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:634px;<br />
&nbsp; &nbsp; top:16px;<br />
&nbsp; &nbsp; width:26px;<br />
&nbsp; &nbsp; height:72px;<br />
}<br />
<br />
#header-16_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:744px;<br />
&nbsp; &nbsp; top:16px;<br />
&nbsp; &nbsp; width:51px;<br />
&nbsp; &nbsp; height:72px;<br />
}<br />
<br />
#header-17_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:674px;<br />
&nbsp; &nbsp; top:18px;<br />
&nbsp; &nbsp; width:56px;<br />
&nbsp; &nbsp; height:70px;<br />
}<br />
<br />
#header-18_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:0px;<br />
&nbsp; &nbsp; top:88px;<br />
&nbsp; &nbsp; width:100px;<br />
&nbsp; &nbsp; height:33px;<br />
}<br />
<br />
#header-19_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:100px;<br />
&nbsp; &nbsp; top:88px;<br />
&nbsp; &nbsp; width:100px;<br />
&nbsp; &nbsp; height:33px;<br />
}<br />
<br />
#header-20_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:200px;<br />
&nbsp; &nbsp; top:88px;<br />
&nbsp; &nbsp; width:100px;<br />
&nbsp; &nbsp; height:33px;<br />
}<br />
<br />
#header-21_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:300px;<br />
&nbsp; &nbsp; top:88px;<br />
&nbsp; &nbsp; width:100px;<br />
&nbsp; &nbsp; height:33px;<br />
}<br />
<br />
#header-22_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:400px;<br />
&nbsp; &nbsp; top:88px;<br />
&nbsp; &nbsp; width:100px;<br />
&nbsp; &nbsp; height:33px;<br />
}<br />
<br />
#header-23_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:500px;<br />
&nbsp; &nbsp; top:88px;<br />
&nbsp; &nbsp; width:100px;<br />
&nbsp; &nbsp; height:33px;<br />
}<br />
<br />
#header-24_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:600px;<br />
&nbsp; &nbsp; top:88px;<br />
&nbsp; &nbsp; width:100px;<br />
&nbsp; &nbsp; height:33px;<br />
}<br />
<br />
#header-25_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:700px;<br />
&nbsp; &nbsp; top:88px;<br />
&nbsp; &nbsp; width:100px;<br />
&nbsp; &nbsp; height:33px;<br />
}<br />
<br />
#header-26_ {<br />
&nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; left:0px;<br />
&nbsp; &nbsp; top:121px;<br />
&nbsp; &nbsp; width:800px;<br />
&nbsp; &nbsp; height:7px;<br />
}<br />
<br />
#contentarea{<br />
width:790px;<br />
margin-left:auto;<br />
margin-right:auto;<br />
background-color:#FFFFFF;<br />
margin-top:0;<br />
padding-left:5px;<br />
padding-right:5px;<br />
}<br />
<br />
#contentarea p,h1,h2,h3,h4,h5{<br />
margin-top:0;<br />
margin-bottom:0;<br />
}<br />
<br />
.clearing{<br />
clear:both;<br />
}<br />
<br />
<br />
#footer{<br />
margin-top:10px;<br />
margin-bottom:5px;<br />
background-image:url(images/footerimg-btm.gif);<br />
width:100%;<br />
height:24px;<br />
padding-top:8px;<br />
padding-left:5px;<br />
color:#FFFFFF;<br />
position:relative;<br />
bottom:0;<br />
left:0;<br />
}</code><hr />
</div>Thanks in advance!<br />
<br />
Davey</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>Davey90994</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191291-footer-showing-top-page-over-content.html</guid>
		</item>
		<item>
			<title>Div positioning</title>
			<link>http://www.webmaster-talk.com/css-forum/191262-div-positioning.html</link>
			<pubDate>Mon, 09 Nov 2009 12:41:20 GMT</pubDate>
			<description>Hi 
 
I have a three column page 
 
On the left and right most columns, i require to position container in each column that sits at the footer of the...</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
I have a three column page<br />
<br />
On the left and right most columns, i require to position container in each column that sits at the footer of the column. This will result in the container in each column adjusting depending on the size of the screen<br />
<br />
How do i do this.<br />
<br />
cheers</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>numbenator</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191262-div-positioning.html</guid>
		</item>
		<item>
			<title>Textbox not aligning to the right.</title>
			<link>http://www.webmaster-talk.com/css-forum/191135-textbox-not-aligning-to-the-right.html</link>
			<pubDate>Sat, 07 Nov 2009 17:29:00 GMT</pubDate>
			<description>I have tried everything tp align a textbox. 
 
Here is what I am having trouble with. 
 
 
This is a picture of what I need 
Image:...</description>
			<content:encoded><![CDATA[<div>I have tried everything tp align a textbox.<br />
<br />
Here is what I am having trouble with.<br />
<br />
<br />
This is a picture of what I need<br />
<img src="http://i.fhqhosting.com/current.bmp" border="0" alt="" /><br />
<br />
---<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;span style=&quot;float: left;&quot;&gt;<br />
Main News Message:<br />
&lt;/span&gt;<br />
&lt;textarea class=&quot;theform&quot; name=&quot;mainnewsmessage&quot; cols=&quot;40&quot; rows=&quot;5&quot;&gt;You may recognize the Poison Arrow pub and the aquanite from our Guaranteed Content polls. Everything in the Poison Arrow came from in-game suggestions and the forums. And thats not all: beware of aquanites...&lt;/textarea&gt;<br />
<br />
&lt;hr&gt;</code><hr />
</div>and the css:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;style type=&quot;text/css&quot;&gt;<br />
input.theform {<br />
border:solid 1px #675f39;<br />
padding:4px 2px;<br />
}<br />
textarea.theform {<br />
border:solid 1px #675f39;<br />
padding:4px 2px;<br />
<b>align: right;</b><br />
}<br />
&lt;/style&gt;</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>sith717</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191135-textbox-not-aligning-to-the-right.html</guid>
		</item>
		<item>
			<title>Not giving button style</title>
			<link>http://www.webmaster-talk.com/css-forum/191125-not-giving-button-style.html</link>
			<pubDate>Sat, 07 Nov 2009 13:45:58 GMT</pubDate>
			<description>I currently have this css: 
 
 
Code: 
--------- 
input{ 
font-size:12px; 
padding:4px 2px; 
border:solid 1px #675f39; 
}</description>
			<content:encoded><![CDATA[<div>I currently have this css:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">input{<br />
font-size:12px;<br />
padding:4px 2px;<br />
border:solid 1px #675f39;<br />
}<br />
&lt;/style&gt;</code><hr />
</div>and this form:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;form action=&quot;accounts-password.php&quot; AUTOCOMPLETE = &quot;off&quot; method=&quot;POST&quot;&gt; <br />
&lt;input type=&quot;hidden&quot; name=&quot;member&quot; value=&quot;1&quot; /&gt; <br />
<br />
&lt;span style=&quot;float: left;&quot;&gt;<br />
Your old Password:<br />
&lt;/span&gt;<br />
&lt;span style=&quot;float: right;&quot;&gt;<br />
&lt;input size=&quot;40&quot; class=&quot;only&quot; type=&quot;password&quot; name=&quot;oldpass&quot;&gt;<br />
&lt;/span&gt;<br />
&lt;br&gt;&lt;br&gt;<br />
&lt;hr&gt;<br />
<br />
&lt;span style=&quot;float: left;&quot;&gt;<br />
Your New Password:<br />
&lt;/span&gt;<br />
&lt;span style=&quot;float: right;&quot;&gt;<br />
&lt;input size=&quot;40&quot; type=&quot;password&quot; name=&quot;newpass&quot;&gt;<br />
&lt;/span&gt;<br />
&lt;br&gt;&lt;br&gt;<br />
<br />
&lt;span style=&quot;float: left;&quot;&gt;<br />
Re-Type Your New Password:<br />
&lt;/span&gt;<br />
&lt;span style=&quot;float: right;&quot;&gt;<br />
&lt;input size=&quot;40&quot; type=&quot;password&quot; name=&quot;veri&quot;&gt;<br />
&lt;/span&gt;<br />
&lt;br&gt;&lt;br&gt;<br />
&lt;hr&gt;<br />
&lt;center&gt;<br />
&lt;input name=&quot;chpass&quot; id=&quot;submit&quot; type=&quot;submit&quot; value=&quot;Change Password&quot; &gt;<br />
&lt;/center&gt;<br />
<br />
&lt;/form&gt;</code><hr />
</div>I only want css style for the input textboxes like:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;input size=&quot;40&quot; type=&quot;password&quot; name=&quot;newpass&quot;&gt;</code><hr />
</div>For some reason Its giving me a css style for the submit button:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;input name=&quot;chpass&quot; id=&quot;submit&quot; type=&quot;submit&quot; value=&quot;Change Password&quot; &gt;</code><hr />
</div>How do I do it so the submit button stays default like with no css added to it, but the input text boxes still keep it?<br />
<br />
I guess its because they are both starting with the '&lt;input', not sure.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>sith717</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191125-not-giving-button-style.html</guid>
		</item>
		<item>
			<title>CSS Sub Menu</title>
			<link>http://www.webmaster-talk.com/css-forum/191123-css-sub-menu.html</link>
			<pubDate>Sat, 07 Nov 2009 13:20:57 GMT</pubDate>
			<description>Hello 
  
I am new to using CSS and I am using the following menu on my site coding below. 
  
 
HTML: 
--------- 
#menu12 { 
width: 178px; 
padding:...</description>
			<content:encoded><![CDATA[<div>Hello<br />
 <br />
I am new to using CSS and I am using the following menu on my site coding below.<br />
 <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">HTML Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">#menu12 {<br />
width: 178px;<br />
padding: 0 0 0 0;<br />
margin-bottom: 1em;<br />
font-size: 11px;<br />
font-weight: normal;<br />
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;<br />
background-color: #6898d0;<br />
color: #333;<br />
}<br />
#menu12 ul {<br />
list-style: none;<br />
margin: 0;<br />
padding: 0;<br />
border: none;<br />
} <br />
#menu12 li {<br />
border-bottom: 1px solid #90bade;<br />
margin: 0;<br />
width: auto;<br />
}<br />
#menu12 li a {<br />
display: block;<br />
padding: 3px 0px 3px 0.5em;<br />
border-left: 5px solid #8AA1B6;<br />
border-right: 5px solid #8AA1B6;<br />
background-color: #6898d0;<br />
color: #fff;<br />
text-decoration: none;<br />
width: auto;<br />
}<br />
#menu12 li a:hover {<br />
border-left: 5px solid #800000;<br />
border-right: 5px solid #800000;<br />
background-color: #FF7C3E;<br />
color: #fff;<br />
}<br />
.bt1 {<br />
width : auto;<br />
font-family : Verdana, Arial, Helvetica, sans-serif; <br />
font-size : 10px; <br />
text-align : left; <br />
font-weight : bold; <br />
color : #ffffff; <br />
background-color : #8AA1B6; <br />
padding-top : 3px; <br />
padding-bottom : 4px; <br />
padding-left : 4px; <br />
border-left: 5px solid #FF7C3E;<br />
display : block; <br />
}<br />
.ht11 {<br />
font-size : 10px; <br />
font-weight: bold;<br />
color : #000; <br />
font-family : Verdana, Arial, Helvetica, sans-serif; <br />
text-decoration : none; <br />
} <br />
.hw12 {<br />
font-size : 11px; <br />
font-weight : bold; <br />
color : #ffffff; <br />
font-family : verdana, arial, helvetica, sans-serif;<br />
text-decoration : none; <br />
}<br />
&nbsp;<br />
&nbsp;<br />
<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;menu12&quot;</span>&gt;</span><br />
<span style="color:#000080">&lt;ul&gt;</span><br />
<span style="color:#000080">&lt;li&gt;</span><span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;bt1&quot;</span>&gt;</span><span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;ht11&quot;</span>&gt;</span>»<b><i>&amp;nbsp;</i></b><span style="color:#000080">&lt;/span&gt;</span><br />
<span style="color:#000080">&lt;span class=<span style="color:#0000FF">&quot;hw12&quot;</span>&gt;</span>Navigation Menu<span style="color:#000080">&lt;/span&gt;</span><span style="color:#000080">&lt;/div&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
<span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a title=<span style="color:#0000FF">&quot;Home&quot;</span> href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>Home<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
<span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a title=<span style="color:#0000FF">&quot;Photos&quot;</span> href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>Photo Gallery<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
<span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a title=<span style="color:#0000FF">&quot;Events&quot;</span> href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>Events Calendar<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
<span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a title=<span style="color:#0000FF">&quot;Forum&quot;</span> href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>Community<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
<span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a title=<span style="color:#0000FF">&quot;Articles&quot;</span> href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>Article Directory<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
<span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a title=<span style="color:#0000FF">&quot;Link Directory&quot;</span> href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>Link Directory<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
<span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a title=<span style="color:#0000FF">&quot;Download&quot;</span> href=<span style="color:#0000FF">&quot;#&quot;</span>&gt;</span>Freeware Download<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
<span style="color:#000080">&lt;/ul&gt;</span><br />
<span style="color:#000080">&lt;/div&gt;</span></code><hr />
</div>I would like to use a submenu within this menu, but I am having problems adapting the above coding to show a sub menu, could someone point me in the right direction please.<br />
 <br />
Regards<br />
 <br />
Webdoc</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>Webdoc01</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191123-css-sub-menu.html</guid>
		</item>
		<item>
			<title>How To Make Custom CSS?</title>
			<link>http://www.webmaster-talk.com/css-forum/191065-how-to-make-custom-css.html</link>
			<pubDate>Fri, 06 Nov 2009 20:37:59 GMT</pubDate>
			<description>Hello world, 
 
I was wondering, is it possible to make a custom CSS class? 
 
Sort of like: 
 
#testDIV { 
width: 100px; 
height:  100px; 
3dfactor:...</description>
			<content:encoded><![CDATA[<div>Hello world,<br />
<br />
I was wondering, is it possible to make a custom CSS class?<br />
<br />
Sort of like:<br />
<br />
#testDIV {<br />
width: 100px;<br />
height:  100px;<br />
3dfactor:  z4;<br />
}<br />
<br />
Obviously, there is no '3dfactor' in CSS.  I'm asking if there is a way to program it in, so you can make your own custom statements.<br />
<br />
Thanks!  :)</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>Physicsguy</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191065-how-to-make-custom-css.html</guid>
		</item>
		<item>
			<title>Css pixels to percents</title>
			<link>http://www.webmaster-talk.com/css-forum/191056-css-pixels-to-percents.html</link>
			<pubDate>Fri, 06 Nov 2009 18:18:28 GMT</pubDate>
			<description>I have been building a website for a client and created it initially in pixels. However, this was not the best idea as the client is now asking for...</description>
			<content:encoded><![CDATA[<div>I have been building a website for a client and created it initially in pixels. However, this was not the best idea as the client is now asking for me to change it to percents.<br />
<br />
I can not find an easy way to change everything over to percents and it killing me <br />
<br />
I have used many divs in the document - and 1 table.<br />
<br />
I have read how to convert it using simple math - but every time I try it does not turn out.<br />
<br />
Is there an easy way to change it over? Or do I have to go through the process of resizing all pictures etc?<br />
<br />
I am using a style sheet. Gah - I knew I bit off more then I could chew! haha<br />
<br />
I tried to change the style sheet last night for a good 4 hours and had to revert back to my original save.<br />
<br />
I am just very confused when I set the main div a lets say 75%. Then I have two columns inside that div - which were set at 20% and 80%. This made the second column jump down to the next line - and also didn't change any of the text or pictures within side the divs.<br />
<br />
hmmmmm<br />
<br />
These divs also have cell padding - which I assume is part of the problem?<br />
<br />
Thanks,<br />
<br />
Very confused Jakob</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>Ashtel</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191056-css-pixels-to-percents.html</guid>
		</item>
		<item>
			<title>navbar line up</title>
			<link>http://www.webmaster-talk.com/css-forum/191007-navbar-line-up.html</link>
			<pubDate>Thu, 05 Nov 2009 23:42:03 GMT</pubDate>
			<description>Another question, I created a NAVBAR and I want it to stretch to both sides of the body. Its shy of touching the right border of the body as seen in...</description>
			<content:encoded><![CDATA[<div>Another question, I created a NAVBAR and I want it to stretch to both sides of the body. Its shy of touching the right border of the body as seen in the picture:<br />
<br />
<img src="http://i36.tinypic.com/azgwsi.jpg" border="0" alt="" /><br />
<br />
here is my css:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">@charset &quot;utf-8&quot;;<br />
/* CSS Document */<br />
<br />
<br />
html {<br />
&nbsp; background-color: #000;<br />
} <br />
<br />
p{<br />
font-family: Verdana, Geneva, sans-serif;<br />
font-size: 11px;<br />
text-indent: 10px;<br />
color: #000000;<br />
line-height: 18px;<br />
padding: 3px;<br />
}<br />
<br />
<br />
h1{<br />
font-family: Verdana, sans-serif;<br />
border-bottom: 2px white dotted;<br />
font-size: 35px;<br />
color: #818f33;<br />
line-height: 50px;<br />
padding: 0px;<br />
border-bottom: .5px black dotted;<br />
}<br />
<br />
<br />
b{<br />
color: #dce450;<br />
padding-top: 2px;<br />
border-bottom: .5px black dotted;<br />
}<br />
<br />
<br />
body{<br />
background-color: #fff;<br />
&nbsp;border: 3px solid #85A110;<br />
&nbsp; width: 760px;<br />
&nbsp; margin-top: 20px;<br />
&nbsp; margin-left: auto;<br />
&nbsp; margin-right: auto;<br />
<br />
}<br />
<br />
<br />
/*** Nav bar styles ***/<br />
<br />
ul.nav,<br />
.nav ul{<br />
/*Remove all spacings from the list items*/<br />
&nbsp; &nbsp; margin: 0;<br />
&nbsp; &nbsp; padding: 0;<br />
&nbsp; &nbsp; cursor: default;<br />
&nbsp; &nbsp; list-style-type: none;<br />
&nbsp; &nbsp; display: inline;<br />
}<br />
<br />
ul.nav{<br />
&nbsp; &nbsp; display: table;<br />
}<br />
ul.nav&gt;li{<br />
&nbsp; &nbsp; display: table-cell;<br />
&nbsp; &nbsp; position: relative;<br />
&nbsp; &nbsp; padding: 2px 6px;<br />
}<br />
<br />
ul.nav li&gt;ul{<br />
/*Make the sub list items invisible*/<br />
&nbsp; &nbsp; display: none;<br />
&nbsp; &nbsp; position: absolute;<br />
&nbsp; &nbsp; max-width: 40ex;<br />
&nbsp; &nbsp; margin-left: -6px;<br />
&nbsp; &nbsp; margin-top: 2px;<br />
}<br />
<br />
ul.nav li:hover&gt;ul{<br />
/*When hovered, make them appear*/<br />
&nbsp; &nbsp; display : block;<br />
}<br />
<br />
.nav ul li a{<br />
/*Make the hyperlinks as a block element, sort of a hover effect*/<br />
&nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; padding: 2px 10px;<br />
}<br />
<br />
/*** Menu colors (customizable) ***/<br />
<br />
ul.nav,<br />
.nav ul,<br />
.nav ul li a{<br />
&nbsp; &nbsp; background-color: #fff;<br />
&nbsp; &nbsp; color: #818f33;<br />
}<br />
<br />
<br />
ul.nav li:hover,<br />
.nav ul li a:hover{<br />
&nbsp; &nbsp; background-color: #000;<br />
&nbsp; &nbsp; color: #fff;<br />
}<br />
<br />
ul.nav li:active,<br />
.nav ul li a:active{<br />
&nbsp; &nbsp; background-color: #036;<br />
&nbsp; &nbsp; color: #fff;<br />
}<br />
<br />
ul.nav,<br />
.nav ul{<br />
&nbsp; &nbsp; border: 1px solid #818f33;<br />
}<br />
<br />
.nav a{<br />
&nbsp; &nbsp; text-decoration: none;<br />
}</code><hr />
</div>and html<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<br />
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;<br />
&lt;title&gt;Index Testing&lt;/title&gt;<br />
<br />
&lt;link href=&quot;stylesheet.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;<br />
&lt;style type=&quot;text/css&quot;&gt;<br />
&lt;!--<br />
<br />
<br />
<br />
--&gt;<br />
&lt;/style&gt;<br />
&lt;/head&gt;<br />
<br />
&lt;body&gt;<br />
&lt;img src=&quot;file:///C|/Documents and Settings/Chris/Desktop/luongonetwork/codwf2/banner.jpg&quot; width=&quot;760&quot; height=&quot;250&quot;&nbsp; &nbsp; /&gt;<br />
<br />
<br />
&lt;ul class=&quot;nav&quot;&gt;<br />
&lt;li&gt;&lt;strong&gt;Home&lt;/strong&gt;<br />
&nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &lt;li&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt;&lt;strong&gt;Site Information&lt;/strong&gt;<br />
&nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &lt;li&gt;About Us&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Contact Us&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Submit Content&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Site Map&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt;&lt;strong&gt;Discuss&lt;/strong&gt;<br />
&nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Forums&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Facebook&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Myspace&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Youtube&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt;&lt;strong&gt;COD:MW2&lt;/strong&gt;<br />
&nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &lt;li&gt;About The Game&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Availability&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Buy It&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Other COD Games&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;/ul&gt;<br />
&lt;li&gt;&lt;strong&gt;Single Player&lt;/strong&gt;<br />
&nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Story Overview&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Missions&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Mission Guide&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Characters&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;/ul&gt;<br />
&lt;li&gt;&lt;strong&gt;Weapons&lt;/strong&gt;<br />
&nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Weapon List&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Weapon Strategies&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Weapon Pictures&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Weapon Stats&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;/ul&gt;<br />
&lt;li&gt;&lt;strong&gt;Maps&lt;/strong&gt;<br />
&nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Map List&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Map Strategies&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Map Downloads&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Map Pictures&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;/ul&gt;<br />
&lt;li&gt;&lt;strong&gt;Multiplayer&lt;/strong&gt;<br />
&nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Multiplayer Information&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Perks&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Modes&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Killstreaks&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Attachments&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Levels&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Strategies&lt;/li&gt;<br />
&nbsp; &nbsp;  &lt;li&gt;Prestiging&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;/ul&gt;<br />
&lt;li&gt;&lt;strong&gt;Achievements&lt;/strong&gt;<br />
&nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Single Player Achievements&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Multiplayer Achievements&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;Achievement Guide&lt;/li&gt;<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &lt;/ul&gt;<br />
&lt;/li&gt;&lt;/ul&gt;<br />
<br />
<br />
&lt;h1&gt;&nbsp; &nbsp; <br />
Hey this is a title&lt;/h1&gt;<br />
&lt;p&gt;This is a &lt;b&gt;paragraph&lt;/b&gt; of text that will explain a lot of **** for example the purpose of my website, as well as how to edit the css files in my website to create a unique looking feel. This is a paragraph of text that will explain a lot of **** for example the purpose of my website, as well as how to edit the css files in my website to create a unique looking feel. This is a paragraph of text that will explain a lot of **** for example the purpose of my website, as well as how to edit the css files in my website to create a unique looking feel. &lt;/p&gt;<br />
&lt;h1&gt;Hey this is a title 2&lt;/h1&gt;<br />
&lt;p&gt;This is a paragraph of &lt;b&gt;text&lt;/b&gt; that will explain a lot of **** for example the purpose of my website, as well as how to edit the css files in my website to create a unique looking feel. This is a paragraph of text that will explain a lot of **** for example the purpose of my website, as well as how to edit the css files in my website to create a unique looking feel. This is a paragraph of text that will explain a lot of **** for example the purpose of my website, as well as how to edit the css files in my website to create a unique looking feel. &lt;/p&gt;<br />
&lt;p&gt;This is a paragraph of text that will explain a lot of **** for example the purpose of my website, as well as how to edit the css files in my website to create a unique looking feel. This is a paragraph of text that will explain a lot of **** for example the purpose of my website, as well as how to edit the css files in my website to create a unique looking feel. This is a paragraph of text that will explain a lot of **** for example the purpose of my website, as well as how to edit the css files in my website to create a unique looking feel. &lt;/p&gt;<br />
&lt;p&gt;&amp;nbsp;&lt;/p&gt;<br />
&lt;p&gt;&amp;nbsp;&lt;/p&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>boxiom</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/191007-navbar-line-up.html</guid>
		</item>
		<item>
			<title>need my banner to fit perfectly</title>
			<link>http://www.webmaster-talk.com/css-forum/190887-need-my-banner-to-fit-perfectly.html</link>
			<pubDate>Wed, 04 Nov 2009 23:53:07 GMT</pubDate>
			<description>I need my banner to fit PERFECTLY in my body container. The container element is set to be 760px wide so I made my banner 760px wide. But for some...</description>
			<content:encoded><![CDATA[<div>I need my banner to fit PERFECTLY in my body container. The container element is set to be 760px wide so I made my banner 760px wide. But for some reason, my banner seems to enlarge the body container. (where all the content is).<br />
<br />
I want my banner to touch the tip top of my body container (RIGHT where the green border is) and touch the sides perfectly. I want it to SNAP into space basically. <br />
<br />
<img src="http://i37.tinypic.com/ji2uew.jpg" border="0" alt="" /><br />
<br />
CSS:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">@charset &quot;utf-8&quot;;<br />
/* CSS Document */<br />
<br />
<br />
html {<br />
&nbsp; background-color: #000;<br />
} <br />
<br />
p{<br />
font-family: Verdana, Geneva, sans-serif;<br />
font-size: 11px;<br />
text-indent: 10px;<br />
color: #000000;<br />
line-height: 18px;<br />
padding: 3px;<br />
}<br />
<br />
<br />
h1{<br />
font-family: Verdana, sans-serif;<br />
border-bottom: 2px white dotted;<br />
font-size: 35px;<br />
color: #033;<br />
line-height: 50px;<br />
padding: 0px;<br />
}<br />
<br />
<br />
b{<br />
background-color: #CCC;<br />
padding-top: 2px;<br />
border-bottom: .5px white dotted;<br />
}<br />
<br />
<br />
body{<br />
background-color: #fff;<br />
&nbsp;border: 3px solid #85A110;<br />
&nbsp; width: 760px;<br />
&nbsp; margin-top: 20px;<br />
&nbsp; margin-left: auto;<br />
&nbsp; margin-right: auto;<br />
&nbsp; &nbsp; padding: 15px;<br />
}</code><hr />
</div><br />
HTML<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<br />
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;<br />
&lt;title&gt;Index Testing&lt;/title&gt;<br />
<br />
&lt;link href=&quot;stylesheet.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;<br />
&lt;style type=&quot;text/css&quot;&gt;<br />
&lt;!--<br />
<br />
<br />
<br />
--&gt;<br />
&lt;/style&gt;<br />
&lt;/head&gt;<br />
<br />
&lt;body&gt;<br />
&lt;img src=&quot;file:///C|/Documents and Settings/Chris/Desktop/luongonetwork/codwf2/banner.jpg&quot; width=&quot;760&quot; height=&quot;250&quot; /&gt;<br />
&lt;h1&gt;&nbsp; &nbsp; <br />
Hey this is a title&lt;/h1&gt;<br />
&lt;p&gt;This is a &lt;b&gt;paragraph&lt;/b&gt; of text that will explain a lot of **** for example the purpose of my website, as well as how to edit the css files in my website to create a unique looking feel. This is a paragraph of text that will explain a lot of **** for example the purpose of my website, as well as how to edit the css files in my website to create a unique looking feel. This is a paragraph of text that will explain a lot of **** for example the purpose of my website, as well as how to edit the css files in my website to create a unique looking feel. &lt;/p&gt;<br />
&lt;h1&gt;Hey this is a title 2&lt;/h1&gt;<br />
&lt;p&gt;This is a paragraph of &lt;b&gt;text&lt;/b&gt; that will explain a lot of **** for example the purpose of my website, as well as how to edit the css files in my website to create a unique looking feel. This is a paragraph of text that will explain a lot of **** for example the purpose of my website, as well as how to edit the css files in my website to create a unique looking feel. This is a paragraph of text that will explain a lot of **** for example the purpose of my website, as well as how to edit the css files in my website to create a unique looking feel. &lt;/p&gt;<br />
&lt;p&gt;This is a paragraph of text that will explain a lot of **** for example the purpose of my website, as well as how to edit the css files in my website to create a unique looking feel. This is a paragraph of text that will explain a lot of **** for example the purpose of my website, as well as how to edit the css files in my website to create a unique looking feel. This is a paragraph of text that will explain a lot of **** for example the purpose of my website, as well as how to edit the css files in my website to create a unique looking feel. &lt;/p&gt;<br />
&lt;p&gt;&amp;nbsp;&lt;/p&gt;<br />
&lt;p&gt;&amp;nbsp;&lt;/p&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code><hr />
</div>[IMG]file:///C:/DOCUME%7E1/Chris/LOCALS%7E1/Temp/moz-screenshot-1.png[/IMG]</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>boxiom</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190887-need-my-banner-to-fit-perfectly.html</guid>
		</item>
		<item>
			<title>Vertical Align Top a Table Cell</title>
			<link>http://www.webmaster-talk.com/css-forum/190874-vertical-align-top-a-table-cell.html</link>
			<pubDate>Wed, 04 Nov 2009 21:21:58 GMT</pubDate>
			<description>I am trying to align top the main body table cell on all pages of: 
 
http://www.GoldenAgeOfJewishAchievement.com/contact.html 
 
On IE7 and IE8, no...</description>
			<content:encoded><![CDATA[<div>I am trying to align top the main body table cell on all pages of:<br />
<br />
<a href="http://www.GoldenAgeOfJewishAchievement.com/contact.html" target="_blank">http://www.GoldenAgeOfJewishAchievem...m/contact.html</a><br />
<br />
On IE7 and IE8, no go. I believe I may need to do something about it in CSS, but no idea how.<br />
<br />
Appreciate the help - THANKS.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>jess888</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190874-vertical-align-top-a-table-cell.html</guid>
		</item>
		<item>
			<title>Help with Include file display?</title>
			<link>http://www.webmaster-talk.com/css-forum/190815-help-with-include-file-display.html</link>
			<pubDate>Wed, 04 Nov 2009 06:24:51 GMT</pubDate>
			<description>I am having issues with my include file displaying correctly.  The site is www.phoenixwholesaleproperties.net and the following is the header include...</description>
			<content:encoded><![CDATA[<div>I am having issues with my include file displaying correctly.  The site is <a href="http://www.phoenixwholesaleproperties.net" target="_blank">www.phoenixwholesaleproperties.net</a> and the following is the header include file:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">HTML Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;td bgcolor=<span style="color:#0000FF">&quot;#073B84&quot;</span>&gt;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;http://www.webmaster-talk.com/images/spacer.gif&quot;</span> width=<span style="color:#0000FF">&quot;1&quot;</span> height=<span style="color:#0000FF">&quot;39&quot;</span> alt=<span style="color:#0000FF">&quot;&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;td bgcolor=<span style="color:#0000FF">&quot;#073b84&quot;</span> class=<span style="color:#0000FF">&quot;nav&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=<span style="color:#0000FF">&quot;index.php&quot;</span>&gt;</span>Home<span style="color:#008000">&lt;/a&gt;</span> | <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;about_us.php&quot;</span>&gt;</span>About us<span style="color:#008000">&lt;/a&gt;</span> | <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;register.php&quot;</span>&gt;</span>Register<span style="color:#008000">&lt;/a&gt;</span> | <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;phoenix_real_esate_investment_properties.php&quot;</span>&gt;</span>Properties<span style="color:#008000">&lt;/a&gt;</span> | <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;contact_us.php&quot;</span>&gt;</span>Contact us<span style="color:#008000">&lt;/a&gt;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#008080">&lt;/td&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#008080">&lt;/td&gt;</span></code><hr />
</div>Do you see what the problem is in the code?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>web-Inspect</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190815-help-with-include-file-display.html</guid>
		</item>
		<item>
			<title>background list issue</title>
			<link>http://www.webmaster-talk.com/css-forum/190754-background-list-issue.html</link>
			<pubDate>Tue, 03 Nov 2009 15:47:49 GMT</pubDate>
			<description>I am trying to create a list like this -  
Image: http://kayzoesolutions.com/images/listexample.jpg  
 
When I indent the list, then when I do a...</description>
			<content:encoded><![CDATA[<div>I am trying to create a list like this - <br />
<img src="http://kayzoesolutions.com/images/listexample.jpg" border="0" alt="" /><br />
<br />
When I indent the list, then when I do a hover to make the background solid all the way across, it shows some of the blue at the left of the hover state.  I can't figure out how to make the hover background of white to span the whole length.  Any suggestions.  Thanks.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>kayla2</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190754-background-list-issue.html</guid>
		</item>
		<item>
			<title>Opaque image on a transparent background</title>
			<link>http://www.webmaster-talk.com/css-forum/190740-opaque-image-on-a-transparent-background.html</link>
			<pubDate>Tue, 03 Nov 2009 12:24:23 GMT</pubDate>
			<description>I have recently changed the design of a site to incorporate a transparent background in div containers using the new CSS3 styles. The only problem is...</description>
			<content:encoded><![CDATA[<div>I have recently changed the design of a site to incorporate a transparent background in div containers using the new CSS3 styles. The only problem is that any images I have within these div containers also become transparent.<br />
<br />
The page in question is a div container with a table inside. The image (a jpeg with solid white background) is placed inside the table with a div of it's own for styling. I have tried setting opacity for the image div as well as background colours and images, none of which work. I have also tried to give the table cell a background colour.<br />
<br />
Any ideas would be brilliant!<br />
<br />
Thanks,<br />
Dan</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>superdan_35</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190740-opaque-image-on-a-transparent-background.html</guid>
		</item>
		<item>
			<title>Background image will not display</title>
			<link>http://www.webmaster-talk.com/css-forum/190699-background-image-will-not-display.html</link>
			<pubDate>Tue, 03 Nov 2009 02:57:04 GMT</pubDate>
			<description>Website is www.nzmotorhome.co.nz (http://www.nzmotorhome.co.nz) 
I have an hnav.gif that does not display. 
CSS is here: 
Code: 
--------- 
.hnav 
{...</description>
			<content:encoded><![CDATA[<div>Website is <a href="http://www.nzmotorhome.co.nz" target="_blank">www.nzmotorhome.co.nz</a><br />
I have an hnav.gif that does not display.<br />
CSS is here:<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">.hnav<br />
{<br />
&nbsp; &nbsp; background-image:url(&quot;/images/hnav.gif&quot;) repeat-x;<br />
&nbsp; &nbsp; padding-left:40px;<br />
&nbsp; &nbsp; text-align: left;</code><hr />
</div>I have checked: <br />
1. This code is being executed as I can change the background here to green and it does this.<br />
2. the image file is in /public_html/images/hnav.gif<br />
3. if I place another .gif image there, that does not display either.<br />
<br />
The image should look as it does in the Forum page.  It is missing on all other pages.<br />
<br />
What is the best way to home in on what this problem is?<br />
I have same problem on localhost.<br />
<br />
It all worked 2 days ago :(</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>MarkHoward</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190699-background-image-will-not-display.html</guid>
		</item>
		<item>
			<title>Need some help here with css and html</title>
			<link>http://www.webmaster-talk.com/css-forum/190621-need-some-help-here-css-html.html</link>
			<pubDate>Mon, 02 Nov 2009 03:34:08 GMT</pubDate>
			<description>I have a template that I purchased that came with a bit of flash, css and html. 
  
In working with this, I was able to get the homepage setup to my...</description>
			<content:encoded><![CDATA[<div>I have a template that I purchased that came with a bit of flash, css and html.<br />
 <br />
In working with this, I was able to get the homepage setup to my liking but now am running into some problems with the 2nd page, 3rd page and so on.<br />
 <br />
Basically, I don't want the 2 column layout I currently have on the homepage to continue onto the 2nd, 3rd etc. In fact, I would like to have the page wider and taller than the homepage.<br />
 <br />
The css as near as I can tell though is limiting me from being able to do this. <br />
 <br />
Is there something simple that I am missing here?<br />
 <br />
Thanks Mike</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>Blitzburgh</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190621-need-some-help-here-css-html.html</guid>
		</item>
		<item>
			<title>Menu hover problem with IE 7</title>
			<link>http://www.webmaster-talk.com/css-forum/190541-menu-hover-problem-with-ie-7-a.html</link>
			<pubDate>Sat, 31 Oct 2009 19:35:12 GMT</pubDate>
			<description><![CDATA[My nav menu works 100% in IE8, FF, Opera and Chrome... but it's doing something weird in IE7 that can kindof affect it's functionality but I have no...]]></description>
			<content:encoded><![CDATA[<div>My nav menu works 100% in IE8, FF, Opera and Chrome... but it's doing something weird in IE7 that can kindof affect it's functionality but I have no idea really where to look for the problem.<br />
<br />
It's most easily seen on two pages. The front page, here:<br />
<a href="http://www.skullcrow.com" target="_blank">http://www.skullcrow.com</a><br />
<br />
...and on the product pages here:<br />
<a href="http://www.skullcrow.com/proddisp.php?id=skull01" target="_blank">http://www.skullcrow.com/proddisp.php?id=skull01</a><br />
<br />
On the main page when you hover over the menu and get the drop downs, if you move your cursor so you're also over the text div in the background, the menu goes away. You can tell easiest when viewing the &quot;Community&quot; and &quot;Help&quot; lists. On the product display page is the same thing over a larger area. Anytime you move the cursor to a part of the menu that's covering the text or (only some of?) the background div, it disappears. The menu is obviously on top, and this problem does not occur in basically any other browser.<br />
<br />
The main reason I need to fix this is that these menus will probably only get bigger and the navbar will become barely unusable in IE7 after a while.<br />
<br />
I don't exactly what code I would need to post for this, I was just hoping for some general information that could point me in the right direction.<br />
<br />
Thanks for any help.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>relic200</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190541-menu-hover-problem-with-ie-7-a.html</guid>
		</item>
		<item>
			<title>Hide/Show Div +  Image Swap</title>
			<link>http://www.webmaster-talk.com/css-forum/190513-hide-show-div-image-swap.html</link>
			<pubDate>Sat, 31 Oct 2009 12:40:59 GMT</pubDate>
			<description><![CDATA[I'm trying to replicate the effect of collapsing and expanding (hide/show) div tags on http://www.prophet.com/business/issues.html .   
 
I can do...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to replicate the effect of collapsing and expanding (hide/show) div tags on <a href="http://www.prophet.com/business/issues.html" target="_blank">http://www.prophet.com/business/issues.html</a> .  <br />
<br />
I can do the hide and show of the div tag no problem, however I can't for the life of me figure out how you get those arrows to change directions.  I'd assume it was just a simple image replacement, but need a little help.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>monkey</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190513-hide-show-div-image-swap.html</guid>
		</item>
		<item>
			<title>How to make IMAGE link in web site without decoration with css?</title>
			<link>http://www.webmaster-talk.com/css-forum/190419-how-make-image-link-web-site.html</link>
			<pubDate>Fri, 30 Oct 2009 11:02:21 GMT</pubDate>
			<description>Hi,  
 
 
in my site their are images which links to another page, but i want to display it without any decoration, but it is a link so it has a blue...</description>
			<content:encoded><![CDATA[<div>Hi, <br />
<br />
<br />
in my site their are images which links to another page, but i want to display it without any decoration, but it is a link so it has a blue border which i don't like. I want IMAGE without any decoration with css. <br />
I use link,alink,vlink in &lt;body&gt; tab but HTML 4.01 dues not support it.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>Bips123</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190419-how-make-image-link-web-site.html</guid>
		</item>
		<item>
			<title>problem with drop down menu subitem width</title>
			<link>http://www.webmaster-talk.com/css-forum/190386-problem-drop-down-menu-subitem-width.html</link>
			<pubDate>Fri, 30 Oct 2009 00:44:03 GMT</pubDate>
			<description><![CDATA[I am having problems figuring out why the drop down menu on my site isn't working correctly in Internet Explorer 6 and 7 (it displays correctly in IE...]]></description>
			<content:encoded><![CDATA[<div>I am having problems figuring out why the drop down menu on my site isn't working correctly in Internet Explorer 6 and 7 (it displays correctly in IE 8 Standards mode)<br />
<br />
here is the site<br />
<br />
<a href="http://www.mndakcirclek.org/spotlightservice.html" target="_blank">http://www.mndakcirclek.org/spotlightservice.html</a><br />
<br />
What is happening is the drop down menus are really narrow and cut off most of the text.<br />
<br />
It works correctly in the following browsers:<br />
<br />
Mac OS X<br />
Firefox 3.5.4 <br />
Safari 4<br />
Google Chrome<br />
<br />
Windows<br />
IE 8<br />
Firefox<br />
<br />
any help figuring this out would be great</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>pip751</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190386-problem-drop-down-menu-subitem-width.html</guid>
		</item>
		<item>
			<title>A missing div</title>
			<link>http://www.webmaster-talk.com/css-forum/190375-a-missing-div.html</link>
			<pubDate>Thu, 29 Oct 2009 19:28:36 GMT</pubDate>
			<description>I am working on a site and have uploaded it to my testing site. The url is: 
http://www.ontraxweb.com/royal/html/services.html 
  
There are supposed...</description>
			<content:encoded><![CDATA[<div>I am working on a site and have uploaded it to my testing site. The url is:<br />
<a href="http://www.ontraxweb.com/royal/html/services.html" target="_blank">http://www.ontraxweb.com/royal/html/services.html</a><br />
 <br />
There are supposed to be three blue boxes across the top under the h2 tag that reads &quot;Mention this Royal Air.......get 10% off!&quot;<br />
 <br />
The boxes are from left to right:<br />
 <br />
&quot;Air Coditioning Tune up&quot;  &quot;Replacements&quot; and &quot;Preventive maintenace&quot;<br />
 <br />
I see these in FF IE 7 and IE 8 the client says they can only see two of the three, the center one that reads &quot;Replacements&quot; does not show. I have tried look at the page on another machine, my laptop, and the three boxes show up fine. I called another person and they only see two. <br />
 <br />
Any ideas?  Thanks for looking.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>fog</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190375-a-missing-div.html</guid>
		</item>
		<item>
			<title>Problems Making Top Margin 0px</title>
			<link>http://www.webmaster-talk.com/css-forum/190292-problems-making-top-margin-0px.html</link>
			<pubDate>Wed, 28 Oct 2009 20:51:37 GMT</pubDate>
			<description>Hey guys, 
 
I have been doing a lot of reading about css positioning. I have taken what Lady and Chris have said about not using absolute...</description>
			<content:encoded><![CDATA[<div>Hey guys,<br />
<br />
I have been doing a lot of reading about css positioning. I have taken what Lady and Chris have said about not using absolute positioning except for in specific situations and made my page have a normal flow with only using absolute positioned div's inside of relatively positioned divs.<br />
<br />
The problem that I am having is getting my layout to be at 0px from the top.<br />
<br />
You can clearly see what I am talking about by visiting <a href="http://bestwayheat.com" target="_blank">http://bestwayheat.com</a>.<br />
<br />
You can also see the stylesheet and source by right click &gt; view source. <br />
<br />
The div that I am trying to get put to 0px from the top is .bigcontainer. I am not using any kind of positioning on this div. If I put absolute positioning on it I can get it 0px from the top, but then however, i cannot center my layout.<br />
<br />
I'm not sure where I am messing up at because I have done a similar layout and have not had a problem with it.<br />
<br />
Brandon</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>WebTraffic</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190292-problems-making-top-margin-0px.html</guid>
		</item>
		<item>
			<title>Anyone use this? CSS realtime editor</title>
			<link>http://www.webmaster-talk.com/css-forum/190281-anyone-use-this-css-realtime-editor.html</link>
			<pubDate>Wed, 28 Oct 2009 18:12:23 GMT</pubDate>
			<description>http://www.skybound.ca/ 
 
I am thinking of purchasing this, but want to know if anyone else has used a product like this or another to help speed up...</description>
			<content:encoded><![CDATA[<div><a href="http://www.skybound.ca/" target="_blank">http://www.skybound.ca/</a><br />
<br />
I am thinking of purchasing this, but want to know if anyone else has used a product like this or another to help speed up development time.<br />
<br />
Disclaimer: I have no relationship with this company and just want to know what others are using or have used.<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>jim1228</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190281-anyone-use-this-css-realtime-editor.html</guid>
		</item>
		<item>
			<title>CSS 4 column float centered</title>
			<link>http://www.webmaster-talk.com/css-forum/190221-css-4-column-float-centered.html</link>
			<pubDate>Tue, 27 Oct 2009 23:52:42 GMT</pubDate>
			<description>http://codingasylum.freehostia.com/ 
 
I want the four columns centered without screwing up the rest of the site. It should be pretty straight...</description>
			<content:encoded><![CDATA[<div><a href="http://codingasylum.freehostia.com/" target="_blank">http://codingasylum.freehostia.com/</a><br />
<br />
I want the four columns centered without screwing up the rest of the site. It should be pretty straight forward with what I'm trying to do once you see it.<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>NewBreed</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190221-css-4-column-float-centered.html</guid>
		</item>
		<item>
			<title>Mosaic image tile, effect, advice</title>
			<link>http://www.webmaster-talk.com/css-forum/190220-mosaic-image-tile-effect-advice.html</link>
			<pubDate>Tue, 27 Oct 2009 23:45:48 GMT</pubDate>
			<description><![CDATA[Hello, I'm new here, but a longtime lurker.  No doubt there are some brilliant minds on here, and I'm open to any sort of advice or help I can get on...]]></description>
			<content:encoded><![CDATA[<div>Hello, I'm new here, but a longtime lurker.  No doubt there are some brilliant minds on here, and I'm open to any sort of advice or help I can get on a question I have.  Here is what I'm trying to accomplish, I'm making a website for a friend of mine who is a musician.  On the discography page of the site, we'd like to have a mosaic tile of album covers that she has sung on, (about 26 album covers) that are going to be approx 125x125pixels each, roughly 5 rows, 4 columns.  When the page loads, if possible, we'd like them to load almost similar to a domino effect, one after the other quickly.  On mouseover, we'd like to have a speech bubble type box appear on screen with a button to hear the song on that album, and perhaps 2-3 lines of text that talk about the song and album.  Is this possible to do in CSS?  If not, what other options should I seek, thanks.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>blackpixi7</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190220-mosaic-image-tile-effect-advice.html</guid>
		</item>
		<item>
			<title><![CDATA['gap' above CSS menu in IE]]></title>
			<link>http://www.webmaster-talk.com/css-forum/190195-gap-above-css-menu-in-ie.html</link>
			<pubDate>Tue, 27 Oct 2009 19:08:06 GMT</pubDate>
			<description>I have been developing a website over the passed few weeks and had it looking perfect in firefox, I finally took the plunge and viewed in it IE and...</description>
			<content:encoded><![CDATA[<div>I have been developing a website over the passed few weeks and had it looking perfect in firefox, I finally took the plunge and viewed in it IE and it looked a mess (no suprise) :( So ive been going through adapting the CSS to make it few correctly in IE also.<br />
<br />
The problem is there is a gap above my css menu and I cant figure out what is causing it? The site is not live so I have attatched some screen shots.<br />
<br />
This is how it looks in Firefox (as it should tight against the header)<br />
<img src="http://i32.photobucket.com/albums/d31/degiorgio1987/ff.png" border="0" alt="" /><br />
<br />
In Internet explorer the menu seems to be pushed downwards:<br />
<img src="http://i32.photobucket.com/albums/d31/degiorgio1987/ie.png" border="0" alt="" /><br />
<br />
in my CSS men part here:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; &nbsp; .menu li a {<br />
&nbsp; &nbsp; display:block;<br />
&nbsp; &nbsp; text-decoration: none;<br />
&nbsp; &nbsp; text-indent: -1100px;<br />
&nbsp; &nbsp; height:35px;<br />
&nbsp; &nbsp; background-color: #53534b; <br />
&nbsp; &nbsp; padding:0px;<br />
&nbsp; &nbsp; background-repeat: no-repeat;<br />
&nbsp; &nbsp; margin:0px;<br />
}</code><hr />
</div>If I change display:block to display:inline; the menu goes into the correct position, but  then doesnt function correctly.<br />
<br />
does anyone have any ideas what could be causing the gap?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>PH!L</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190195-gap-above-css-menu-in-ie.html</guid>
		</item>
		<item>
			<title>Help to make these wider</title>
			<link>http://www.webmaster-talk.com/css-forum/190125-help-to-make-these-wider.html</link>
			<pubDate>Tue, 27 Oct 2009 02:45:48 GMT</pubDate>
			<description><![CDATA[I'm using this code and css: 
 
Code: 
--------- 
<style type="text/css"> 
ul.table { 
    width:202px; 
    float: left; 
    margin: 0; 
   ...]]></description>
			<content:encoded><![CDATA[<div>I'm using this code and css:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><font color="#800080">&lt;style type=<font color="#0000ff">&quot;text/css&quot;</font>&gt;</font><br />
ul.table {<br />
&nbsp; &nbsp; width:202px;<br />
&nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; margin: 0;<br />
&nbsp; &nbsp; padding: 0;<br />
&nbsp; &nbsp; list-style: none;<br />
&nbsp; &nbsp; border: solid #000;<br />
&nbsp; &nbsp; border-width: 0 1px 1px 0;<br />
}<br />
.table li.lt {<br />
&nbsp; &nbsp; float:left;<br />
&nbsp; &nbsp; border: solid #000;<br />
&nbsp; &nbsp; border-width: 1px 0 0 1px;<br />
}<br />
.table li.rt {<br />
&nbsp; &nbsp; float:right;<br />
&nbsp; &nbsp; border: solid #000;<br />
&nbsp; &nbsp; border-width: 1px 0 0 1px;<br />
}<br />
.table li div {<br />
&nbsp; &nbsp; width: 100px;<br />
&nbsp; &nbsp; text-align: center;<br />
&nbsp; &nbsp; color: #000;<br />
&nbsp; &nbsp; font-size: 12px;<br />
&nbsp; &nbsp; padding: .4em 0;<br />
}<br />
<font color="#800080">&lt;/style&gt;</font><br />
&nbsp;<br />
<font color="#000080">&lt;/head&gt;</font><br />
<font color="#000080">&lt;body&gt;</font><br />
&nbsp; &nbsp; <font color="#000080">&lt;ul class=<font color="#0000ff">&quot;table&quot;</font>&gt;</font><br />
&nbsp; &nbsp; &nbsp; &nbsp; <font color="#000080">&lt;li class=<font color="#0000ff">&quot;lt&quot;</font>&gt;</font><font color="#000080">&lt;div&gt;</font>Type<font color="#000080">&lt;/div&gt;</font><font color="#000080">&lt;/li&gt;</font><br />
&nbsp; &nbsp; &nbsp; &nbsp; <font color="#000080">&lt;li class=<font color="#0000ff">&quot;rt&quot;</font>&gt;</font><font color="#000080">&lt;div&gt;</font>Number<font color="#000080">&lt;/div&gt;</font><font color="#000080">&lt;/li&gt;</font><br />
&nbsp; &nbsp; &nbsp; &nbsp; <font color="#000080">&lt;li class=<font color="#0000ff">&quot;lt&quot;</font>&gt;</font><font color="#000080">&lt;div&gt;</font>TEST<font color="#000080">&lt;/div&gt;</font><font color="#000080">&lt;/li&gt;</font><br />
&nbsp; &nbsp; &nbsp; &nbsp; <font color="#000080">&lt;li class=<font color="#0000ff">&quot;rt&quot;</font>&gt;</font><font color="#000080">&lt;div&gt;</font>HELLO<font color="#000080">&lt;/div&gt;</font><font color="#000080">&lt;/li&gt;</font><br />
&nbsp; &nbsp; &nbsp; &nbsp; <font color="#000080">&lt;li class=<font color="#0000ff">&quot;lt&quot;</font>&gt;</font><font color="#000080">&lt;div&gt;</font>Type<font color="#000080">&lt;/div&gt;</font><font color="#000080">&lt;/li&gt;</font><br />
&nbsp; &nbsp; &nbsp; &nbsp; <font color="#000080">&lt;li class=<font color="#0000ff">&quot;rt&quot;</font>&gt;</font><font color="#000080">&lt;div&gt;</font>Number<font color="#000080">&lt;/div&gt;</font><font color="#000080">&lt;/li&gt;</font><br />
&nbsp; &nbsp; &nbsp; &nbsp; <font color="#000080">&lt;li class=<font color="#0000ff">&quot;lt&quot;</font>&gt;</font><font color="#000080">&lt;div&gt;</font>TEST<font color="#000080">&lt;/div&gt;</font><font color="#000080">&lt;/li&gt;</font><br />
&nbsp; &nbsp; &nbsp; &nbsp; <font color="#000080">&lt;li class=<font color="#0000ff">&quot;rt&quot;</font>&gt;</font><font color="#000080">&lt;div&gt;</font>HELLO<font color="#000080">&lt;/div&gt;</font><font color="#000080">&lt;/li&gt;</font><br />
&nbsp; &nbsp; <font color="#000080">&lt;/ul&gt;</font><br />
<font color="#000080">&lt;/body&gt;</font><br />
<font color="#000080">&lt;/html&gt;</font></code><hr />
</div>How can I make these wider?:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; <font color="#000080">&lt;li class=<font color="#0000ff">&quot;lt&quot;</font>&gt;</font><font color="#000080">&lt;div&gt;</font>Type<font color="#000080">&lt;/div&gt;</font><font color="#000080">&lt;/li&gt;</font><br />
&nbsp; &nbsp; &nbsp; &nbsp; <font color="#000080">&lt;li class=<font color="#0000ff">&quot;rt&quot;</font>&gt;</font><font color="#000080">&lt;div&gt;</font>Number<font color="#000080">&lt;/div&gt;</font><font color="#000080">&lt;/li&gt;</font><br />
&nbsp; &nbsp; &nbsp; &nbsp; <font color="#000080">&lt;li class=<font color="#0000ff">&quot;lt&quot;</font>&gt;</font><font color="#000080">&lt;div&gt;</font>TEST<font color="#000080">&lt;/div&gt;</font><font color="#000080">&lt;/li&gt;</font><br />
&nbsp; &nbsp; &nbsp; &nbsp; <font color="#000080">&lt;li class=<font color="#0000ff">&quot;rt&quot;</font>&gt;</font><font color="#000080">&lt;div&gt;</font>HELLO<font color="#000080">&lt;/div&gt;</font><font color="#000080">&lt;/li&gt;</font><br />
&nbsp; &nbsp; &nbsp; &nbsp; <font color="#000080">&lt;li class=<font color="#0000ff">&quot;lt&quot;</font>&gt;</font><font color="#000080">&lt;div&gt;</font>Type<font color="#000080">&lt;/div&gt;</font><font color="#000080">&lt;/li&gt;</font><br />
&nbsp; &nbsp; &nbsp; &nbsp; <font color="#000080">&lt;li class=<font color="#0000ff">&quot;rt&quot;</font>&gt;</font><font color="#000080">&lt;div&gt;</font>Number<font color="#000080">&lt;/div&gt;</font><font color="#000080">&lt;/li&gt;</font><br />
&nbsp; &nbsp; &nbsp; &nbsp; <font color="#000080">&lt;li class=<font color="#0000ff">&quot;lt&quot;</font>&gt;</font><font color="#000080">&lt;div&gt;</font>TEST<font color="#000080">&lt;/div&gt;</font><font color="#000080">&lt;/li&gt;</font><br />
&nbsp; &nbsp; &nbsp; &nbsp; <font color="#000080">&lt;li class=<font color="#0000ff">&quot;rt&quot;</font>&gt;</font><font color="#000080">&lt;div&gt;</font>HELLO<font color="#000080">&lt;/div&gt;</font><font color="#000080">&lt;/li&gt;</font></code><hr />
</div>thanks</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>chrisj</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190125-help-to-make-these-wider.html</guid>
		</item>
		<item>
			<title>Problem with background positioning/size</title>
			<link>http://www.webmaster-talk.com/css-forum/190111-problem-with-background-positioning-size.html</link>
			<pubDate>Mon, 26 Oct 2009 22:40:33 GMT</pubDate>
			<description><![CDATA[I tried pretty much everything I know to fix this, but I couldn't do it: 
I am trying to replicate the skin on this website:...]]></description>
			<content:encoded><![CDATA[<div>I tried pretty much everything I know to fix this, but I couldn't do it:<br />
I am trying to replicate the skin on this website:<br />
<a href="http://www.runescape.com/l=0/title.ws" target="_blank">http://www.runescape.com/l=0/title.ws</a><br />
Note how the background fits perfectly the middle page block. If you zoom out on the browser, you'll see the background still wraps perfectly around the middle block. Also note that the background image, <a href="http://www.runescape.com/l=3/img/main/layout/bg_halloween09.jpg" target="_blank">http://www.runescape.com/l=3/img/mai...alloween09.jpg</a>, has a black area in which the block sits.<br />
<br />
However, the problem starts here: <a href="http://rstb.ipbfree.com/index.php?act=idx" target="_blank">http://rstb.ipbfree.com/index.php?act=idx</a> The skin is pretty much the same, however, for some reason, the background doesn't wraps like it should. I even tried using the exact same background css from the original website, but using a different location to host the image<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">background: #000 url(http://i628.photobucket.com/albums/uu7/Tucalipe/bg_halloween09.jpg) no-repeat fixed center top;</code><hr />
</div>but it still gets weird...<br />
<br />
Can someone please shed some light on this matter?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>tucalipe</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190111-problem-with-background-positioning-size.html</guid>
		</item>
		<item>
			<title>Auto css xhtml covertion</title>
			<link>http://www.webmaster-talk.com/css-forum/190097-auto-css-xhtml-covertion.html</link>
			<pubDate>Mon, 26 Oct 2009 18:20:11 GMT</pubDate>
			<description>Hi All, 
A while ago i found a website which enabled you yo upload a photoshop psd and it converted it to css xhtml code instantly. 
I cannot...</description>
			<content:encoded><![CDATA[<div>Hi All,<br />
A while ago i found a website which enabled you yo upload a photoshop psd and it converted it to css xhtml code instantly.<br />
I cannot remember the website, any ideas<br />
 <br />
thanx</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>sharkbait</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190097-auto-css-xhtml-covertion.html</guid>
		</item>
		<item>
			<title>Image preloading and performance</title>
			<link>http://www.webmaster-talk.com/css-forum/190038-image-preloading-and-performance.html</link>
			<pubDate>Sun, 25 Oct 2009 22:54:32 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'd like a little advice about this site. 
 
http://www.urlsnip.biz 
 
Basically I want the homepage to be as snappy as possible, I ran it...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I'd like a little advice about this site.<br />
<br />
<a href="http://www.urlsnip.biz" target="_blank">http://www.urlsnip.biz</a><br />
<br />
Basically I want the homepage to be as snappy as possible, I ran it through an optimising site and it gave me a list of images listed as &quot;page objects&quot; that are not used on the actual homepage. This is an example:<br />
<br />
<a href="http://www.urlsnip.biz/images/new_account.gif" target="_blank">http://www.urlsnip.biz/images/new_account.gif</a><br />
<br />
These are CSS images that are included in my main CSS file<br />
<br />
So my question was are all CSS images in the CSS file preloaded regardless of whether they are included on the current page? And if that's the case am I better off creating a common.css file and then a seperate page css file for each unique page?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/css-forum/">CSS Forum</category>
			<dc:creator>ChilliLime</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/css-forum/190038-image-preloading-and-performance.html</guid>
		</item>
	</channel>
</rss>
