<?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><![CDATA[Graphic Design Forums: A friendly forum for UK designers - Website Coding & Programming Forum:]]></title>
		<link>http://www.graphicdesignforums.co.uk/</link>
		<description><![CDATA[Discussion, advice & assistance on CSS, HTML/XML/XHTML, Java, PHP, ASP, Databases etc. NO work requests in here please, see Tenders & Services Forum.]]></description>
		<language>en</language>
		<lastBuildDate>Sat, 18 May 2013 19:22:15 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.graphicdesignforums.co.uk/images/styles/graphic/misc/rss.png</url>
			<title><![CDATA[Graphic Design Forums: A friendly forum for UK designers - Website Coding & Programming Forum:]]></title>
			<link>http://www.graphicdesignforums.co.uk/</link>
		</image>
		<item>
			<title>HTML CSS book</title>
			<link>http://www.graphicdesignforums.co.uk/website-coding-programming-forum/9393-html-css-book.html</link>
			<pubDate>Fri, 03 May 2013 09:18:10 GMT</pubDate>
			<description><![CDATA[I've just employed a new lad for .net but he doesn't know too much HTML and CSS so I'm looking for recommendations for books that could ease the pain...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I've just employed a new lad for .net but he doesn't know too much HTML and CSS so I'm looking for recommendations for books that could ease the pain for him. He doesn't have to become a CSS html 5 responsive design guru, but something to just set him on the straight and narrow would be useful and preferably in electronic format? Any suggestions?<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.graphicdesignforums.co.uk/website-coding-programming-forum/"><![CDATA[Website Coding & Programming Forum:]]></category>
			<dc:creator>Edge</dc:creator>
			<guid isPermaLink="true">http://www.graphicdesignforums.co.uk/website-coding-programming-forum/9393-html-css-book.html</guid>
		</item>
		<item>
			<title>trouble with menu backgrounds</title>
			<link>http://www.graphicdesignforums.co.uk/website-coding-programming-forum/9375-trouble-menu-backgrounds.html</link>
			<pubDate>Tue, 30 Apr 2013 15:05:58 GMT</pubDate>
			<description><![CDATA[I'm pretty sure Toby will be fed up of me by now so thought I'd give him a break.  
 
I'm building a site with a glassy menu bar running across the...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I'm pretty sure Toby will be fed up of me by now so thought I'd give him a break. <br />
<br />
I'm building a site with a glassy menu bar running across the top of the page. The bar itself is set as a background image and the list within, that forms the menu has rollover images. The menu bar is 47px high but I cannot for the life of me get the list to sit vertically centered within the bar or get the rollover images to fill the 47px height. Anyone able to offer a solution?<br />
<br />
menu bar as it is with one rollover active:<br />
<img src="http://i978.photobucket.com/albums/ae269/bigdave1701/Screenshot2013-04-30at144310_zpse0c12aa6.png" border="0" alt="" /><br />
<br />
HTML:<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML Code:</div>
	<hr /><code class="bbcode_code"> <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;navbar&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;index.html&quot;</span>&gt;</span>Home<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;aerials.html&quot;</span>&gt;</span>Aerials<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;satellites.html&quot;</span>&gt;</span>Satelites<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;tvmounting.html&quot;</span>&gt;</span>TV Mounting<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;portfolio.html&quot;</span>&gt;</span>Portfolio<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;links.html&quot;</span>&gt;</span>Links &amp;amp Reviews<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/ul&gt;</span><br />
&nbsp; &nbsp; &nbsp;  <span style="color:#000080">&lt;/div&gt;</span></code><hr />
</div>CSS:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">#navbar ul{<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 990px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 47px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: auto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0px;<br />
&nbsp; &nbsp; list-style-type:none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image: url(&quot;../images/menubar.jpg&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; overflow: hidden;<br />
}<br />
<br />
#navbar li{<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0 10px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-left: 5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
#navbar li a{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: &quot;Helvetica&quot;, Arial, Helvetica Neue, Geneva, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration: none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #000000;<br />
}<br />
#navbar li a:hover{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #000000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image:url(&quot;../images/menuhover.jpg&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-repeat:no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-size:100% 100%;<br />
}</code><hr />
</div><!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.graphicdesignforums.co.uk/website-coding-programming-forum/"><![CDATA[Website Coding & Programming Forum:]]></category>
			<dc:creator>bigdave</dc:creator>
			<guid isPermaLink="true">http://www.graphicdesignforums.co.uk/website-coding-programming-forum/9375-trouble-menu-backgrounds.html</guid>
		</item>
		<item>
			<title>Elastic columns</title>
			<link>http://www.graphicdesignforums.co.uk/website-coding-programming-forum/9371-elastic-columns.html</link>
			<pubDate>Mon, 29 Apr 2013 14:12:04 GMT</pubDate>
			<description>Is it worth using a max-min width on a site where a substantial amount of the content include elements of a fixed width (ie; a contact form, images...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Is it worth using a max-min width on a site where a substantial amount of the content include elements of a fixed width (ie; a contact form, images etc..)?<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.graphicdesignforums.co.uk/website-coding-programming-forum/"><![CDATA[Website Coding & Programming Forum:]]></category>
			<dc:creator>bigdave</dc:creator>
			<guid isPermaLink="true">http://www.graphicdesignforums.co.uk/website-coding-programming-forum/9371-elastic-columns.html</guid>
		</item>
		<item>
			<title><![CDATA[contact forms & captcha?]]></title>
			<link>http://www.graphicdesignforums.co.uk/website-coding-programming-forum/9370-contact-forms-captcha.html</link>
			<pubDate>Mon, 29 Apr 2013 09:59:16 GMT</pubDate>
			<description><![CDATA[I've a client who's site I'm currently working on. We made a temporary site with WP to give him a presence whilst we're building the main site but...]]></description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->I've a client who's site I'm currently working on. We made a temporary site with WP to give him a presence whilst we're building the main site but he's contacted me with a bit of an odd request regarding his contact form.<br />
<br />
In the 3 weeks the temporary site's been online, he's had a fair amount of spam coming through. He wants to stop this on the new site but doesn't want potential customers to be put off by by a captcha which can be difficult to read especially for older people (his words not mine). Is there a suitable halfway house?<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.graphicdesignforums.co.uk/website-coding-programming-forum/"><![CDATA[Website Coding & Programming Forum:]]></category>
			<dc:creator>bigdave</dc:creator>
			<guid isPermaLink="true">http://www.graphicdesignforums.co.uk/website-coding-programming-forum/9370-contact-forms-captcha.html</guid>
		</item>
		<item>
			<title>Contact form 7 and Captcha</title>
			<link>http://www.graphicdesignforums.co.uk/website-coding-programming-forum/9344-contact-form-7-captcha.html</link>
			<pubDate>Tue, 23 Apr 2013 10:17:37 GMT</pubDate>
			<description>Hello, 
 
I am trying to upload my contact form 7 and captha on my website contact | True Graphics...</description>
			<content:encoded><![CDATA[<div><!-- google_ad_section_start -->Hello,<br />
<br />
I am trying to upload my contact form 7 and captha on my website <a href="http://www.truegraphicstraining.co.uk/blog/contact/" target="_blank">contact | True Graphics</a><br />
but it is not working can anyone help please<!-- google_ad_section_end --></div>

]]></content:encoded>
			<category domain="http://www.graphicdesignforums.co.uk/website-coding-programming-forum/"><![CDATA[Website Coding & Programming Forum:]]></category>
			<dc:creator>trueg84</dc:creator>
			<guid isPermaLink="true">http://www.graphicdesignforums.co.uk/website-coding-programming-forum/9344-contact-form-7-captcha.html</guid>
		</item>
	</channel>
</rss>
