<?xml version="1.0" encoding="utf-8"?>
	
	<rss version="2.0">
		<channel>
			<title>Boagworld - question about css</title>
			<lastBuildDate>Fri, 10 Sep 2010 15:00:52 -0700</lastBuildDate>
			<link>http://boagworld.com/forum/</link>
			<description></description>
			<generator>
				Lussumo Vanilla 1.1.10 &amp; Feed Publisher
			</generator>
			<item>
		<title>question about css</title>
		<link>http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3453#Comment_3453</link>
		<guid isPermaLink="false">http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3453#Comment_3453</guid>
		<pubDate>Sun, 22 Oct 2006 15:24:59 -0700</pubDate>
		<author>icemancast</author>
		<description>
			<![CDATA[ hey guys i have designed websites with tables and really fast at it. i am doing the switch to css design ( thanks to boags podcast ). i am having some trouble and am wondering if someone can help. the site is <a href="http://www.bayareafellowship.com/bafweb/_templates/losite1.php">The site</a><br /><br />view css:<br /><a href="http://www.bayareafellowship.com/bafweb/styles/style.css">Main Css</a><br /><a href="http://www.bayareafellowship.com/bafweb/styles/losite1.css">Design Css</a><br /><br />firefox shows menu fine<br />ie 6 shows space for second menu<br /><br />please don't mind green it is just to show me boundaries. i am sure padding and margins are all set to zero but seems like i missed one and i don't know where it is. please if you can answer that would be great. also if you have any browser bug reference sites that would be great.<br /><br />isaac<br /><br />"Plans fail for lack of counsel, but with many advisors they succeed." ]]>
		</description>
	</item>
	<item>
		<title>question about css</title>
		<link>http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3457#Comment_3457</link>
		<guid isPermaLink="false">http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3457#Comment_3457</guid>
		<pubDate>Sun, 22 Oct 2006 16:34:25 -0700</pubDate>
		<author>PaulH</author>
		<description>
			<![CDATA[ I don't quite understand what you are asking. If you are asking what I think you are asking then try changing the img CSS to this:<br /><br />img {<br />  border: 0;<br />  vertical-align: bottom;<br />}<br /><br />Without vertical aligning images they often have a 3 pixel space below them. ]]>
		</description>
	</item>
	<item>
		<title>question about css</title>
		<link>http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3459#Comment_3459</link>
		<guid isPermaLink="false">http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3459#Comment_3459</guid>
		<pubDate>Sun, 22 Oct 2006 16:49:40 -0700</pubDate>
		<author>icemancast</author>
		<description>
			<![CDATA[ sorry.. if you see the lime green there is a space between menu 1 and menu 2 ( bottom menu ) in ie 6... but not in firefox... i added the vertical-align: bottom ( already had the border: 0) and there is still a space there and i don't knwo where it is coming from... thanks for your fast reply<br /><br />isaac ]]>
		</description>
	</item>
	<item>
		<title>question about css</title>
		<link>http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3461#Comment_3461</link>
		<guid isPermaLink="false">http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3461#Comment_3461</guid>
		<pubDate>Sun, 22 Oct 2006 16:54:44 -0700</pubDate>
		<author>icemancast</author>
		<description>
			<![CDATA[ also firefox does fine and ie6 renders and extra " 4 " for link 4... ]]>
		</description>
	</item>
	<item>
		<title>question about css</title>
		<link>http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3467#Comment_3467</link>
		<guid isPermaLink="false">http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3467#Comment_3467</guid>
		<pubDate>Sun, 22 Oct 2006 18:30:14 -0700</pubDate>
		<author>PaulH</author>
		<description>
			<![CDATA[ I think this design needs a rethink. You seem to be using several images for the header and the rest looks like a jigsaw puzzle with bits fitting in here and there. Did you use tools to automatically make the code or something? ]]>
		</description>
	</item>
	<item>
		<title>question about css</title>
		<link>http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3470#Comment_3470</link>
		<guid isPermaLink="false">http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3470#Comment_3470</guid>
		<pubDate>Sun, 22 Oct 2006 18:37:15 -0700</pubDate>
		<author>PaulH</author>
		<description>
			<![CDATA[ There are plenty of bugs like that with IE, things appearing twice and things dissappearing for no reason.<br /><br />For padding and margin, I often use this style to remove them for all elements:<br /><br />* {<br />  margin: 0;<br />  padding: 0;<br />}<br /><br />You may want to look at <a href="http://css.maxdesign.com.au/listamatic/">Listamatic</a> for some examples of using lists for navigation and build your lists from scratch. ]]>
		</description>
	</item>
	<item>
		<title>question about css</title>
		<link>http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3496#Comment_3496</link>
		<guid isPermaLink="false">http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3496#Comment_3496</guid>
		<pubDate>Mon, 23 Oct 2006 03:13:14 -0700</pubDate>
		<author>icemancast</author>
		<description>
			<![CDATA[ everything is from scratch... i am really shooting off the hip. i don't know the first step... tables i could have whipped this out. should i use one full image for the header. how should i think of design. top to bottom left to right. i know php and mysql... but css is new to me.<br /><br />the design old design in tables is: <a href="http://www.bayareafellowship.com">old but current site</a> ]]>
		</description>
	</item>
	<item>
		<title>question about css</title>
		<link>http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3497#Comment_3497</link>
		<guid isPermaLink="false">http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3497#Comment_3497</guid>
		<pubDate>Mon, 23 Oct 2006 03:30:59 -0700</pubDate>
		<author>icemancast</author>
		<description>
			<![CDATA[ this is what i want finish product to look like<br /><br /><a href="http://www.bayareafellowship.com/bafweb/_templates/template.php">Click Here</a><br /><br />if i am cutting images wrong please suggest a better way if you can...<br /><br />isaac ]]>
		</description>
	</item>
	<item>
		<title>question about css</title>
		<link>http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3498#Comment_3498</link>
		<guid isPermaLink="false">http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3498#Comment_3498</guid>
		<pubDate>Mon, 23 Oct 2006 03:37:57 -0700</pubDate>
		<author>richquick</author>
		<description>
			<![CDATA[ <blockquote>should i use one full image for the header.</blockquote><br /><br />You should use one full image but NOT an &gt;img&lt; tag.  Apply the image to a div as a background iamge, using CSS.<br /><br /><br />Only use the &gt;img&lt; tag if the image is part of the content, as opposed to being there for decoration.<br /><br />Things like product images should probably be &gt;img&lt; tags, as tehy're more than mere decoration - they convey information (ie this is what the product looks like) - but your header should be a background image, applied to a div or other tag using CSS.<br /><br /><br /><blockquote>how should i think of design. top to bottom left to right. </blockquote><br /><br />Think of it like a russian doll or an onion skin.<br /><br />Start from the outside and peel away the layers.<br /><br />The first thing to sort out is the &gt;body&lt; tag - make sure you set the margin to zero and set the background you want.<br /><br />Then, write a div, with and ID of "wrapper" which will hold the whole of the design you did in Photoshop.<br /><br />Then, starting at the top, create the main sections of the page using divs.  Eg, for a typical page (2-column layout with horizontal nav):<br /><br /><ol><br />	<li>header</li><br />	<li>main nav</li><br />	<li>main content</li><br />	<li>sidebar</li><br />	<li>footer</li><br /></ol><br />In this case, you'd float the main conent right and the sidebar left.  You'd also need to "clear" the footer using:<br /><br /><code>#footer{<br />  clear: both;<br />}</code><br /><br />Once you've got these broad strokes mapped out, test them in Firefox (and IE - but always use Firefox first and then bugfix in IE).<br /><br />Don't move on until you've got it looking right in all the browsers you're developing for - one problem is easy to fix, 100 problems is very very hard.<br /><br />Then, you can start building up the individual elements within each of these larger containers.<br /><br />Eg.  <br /><br />Within the header div you may just want to add a background image and make sure the height and width are right.  (All things being equal, the simplest solution tends to be the best one)<br /><br />Within the "nav" div you'll need to create an unordered list of links, which you use CSS to style so it's horizontal without bullet points.<br /><br />and so on...<br /><br />If you've ever seen Titanic then it's like the posh knives when Leonardo DiCaprio's character gets invited to dinner - start from the outside and work in <small>(a tip from Molly, ironically)</small>.<br /><br />Keep using this approach and you'll be fine.<br /><br />Start from the outside and work in.<br /><br />Don't move on until you've tested in every browser and bugfixed. ]]>
		</description>
	</item>
	<item>
		<title>question about css</title>
		<link>http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3502#Comment_3502</link>
		<guid isPermaLink="false">http://boagworld.com/forum/comments.php?DiscussionID=321&amp;Focus=3502#Comment_3502</guid>
		<pubDate>Mon, 23 Oct 2006 06:24:07 -0700</pubDate>
		<author>icemancast</author>
		<description>
			<![CDATA[ this really helps thanks paulH and richquick... i will rework, and maybe post final for opinions in other section.<br />:)<br /><br /><br />"Plans fail for lack of counsel, but with many advisors they succeed" ]]>
		</description>
	</item>
	
		</channel>
	</rss>