]> Blog Marco - CSS programming http://blog.photos2view.com.s6352.gridserver.com/taxonomy/term/88/0 Everything about CSS (Cascaded Style Sheets) programming en Minor Website Upgrade http://blog.photos2view.com.s6352.gridserver.com/2008/10/05/minor-website-upgrade.htm <div class="flexinode-body flexinode-2"><div class="flexinode-textfield-3"><div class="form-item"> <label>Teaser:</label><br /> Completed a minor website upgrade </div> </div><div class="flexinode-image-5"><div class="form-item"> <label>Image:</label><br /> <img src="http://blog.photos2view.com.s6352.gridserver.com/files/websiteupgrade.jpg" alt="Minor Website Upgrade" /> </div> </div><div class="flexinode-textarea-4"><div class="form-item"> <label>Body:</label><br /> <p>I've updated this website's layout with the goal to make it easier to read. Some minor tweaking. I didn't want to totally redesign it - it wasn't worth the effort to create a new layout with a new colour schema. I've made my website wider... its now a fixed width of 980 pixels. It started at 790pixels 4 years ago, then 815... The majority of visitors of this site have the standard 1024x768 pixel resolution. I've made the body text bigger and clearer to read. From 0.7em to 0.9em. I've also changed the font from the selection of "Helvetica, ans-serif, Verdana, Arial" to "Palatino Linotype,Georgia, Garamond, Sylfaen, serif". I find serif fonts are easier to read. I've also allowed for wider images. Instead of images being limtited to the maximum 400 pixels, new posts and the gallery photos from now on are a massive 600 pixels wide! Yay!</p> </div> </div></div> CSS programming Sun, 05 Oct 2008 20:11:46 -0700 Styling Nested Lists - CSS http://blog.photos2view.com.s6352.gridserver.com/styling-nested-lists-css.htm <p>Interesting article on Styling Nested Lists</p> <p>Applies when you want to Style your lists using CSS. For example: When you have a multi-nested taxonomy (In Drupal the sitemap does this) and you want to style these using CSS.<br /> <a href="http://www.simplebits.com/notebook/2003/10/19/styling_nested_lists.html" target="_blank" rel="nofollow">Read More</a></p> CSS programming Wed, 30 Nov 2005 23:42:29 -0800 Paragraph <p> tags white space and CSS http://blog.photos2view.com.s6352.gridserver.com/paragraph-p-tags-white-space-and-css.htm <p>"What command can I use to force two tags to display as one paragraph? i.e. I want to remove the white space between paragraphs."</p> <p>HTML:<br /> text here<br /> more text here</p> <p>In CSS:<br /> p.nospace {<br /> margin-top: 0;<br /> margin-bottom: 0;<br /> }</p> <p>Something Related: (Also related to menu navigation CSS programming)<br /> Preventing indents on my <LI > tags<br /> <a href="http://answers.google.com/answers/threadview?id=470040" target="_blank" rel="nofollow">Read Article</a></p> CSS programming Wed, 30 Nov 2005 23:41:59 -0800 CSS tableless designs - CSS Layout Techniques: for Fun and Profit http://blog.photos2view.com.s6352.gridserver.com/css-tableless-designs-css-layout-techniques-for-fun-and-profit.htm <p>A comprehensive guide on the basics of CSS layouts - totally avoiding table layouts (Yes! Tableless website designs!). Fantastic.</p> <p><a href="http://www.glish.com/css/" target="_blank" rel="nofollow">CSS layouts galore</a></p> CSS programming Wed, 30 Nov 2005 23:41:37 -0800 Create 3D Buttons with CSS http://blog.photos2view.com.s6352.gridserver.com/create-3d-buttons-with-css.htm <p>This page basically creates the effect by effectively changing the colours and widths of opposing borders to effectively give the illusion of a 3D button.</p> <p>For Example:<br /> border-color: #FFFFFF #666666 #666666 #FFFFFF;<br /> background-color: #CCCC99; border-style: solid;<br /> border-top-width: 1px; border-right-width: 1px;<br /> border-bottom-width: 1px; border-left-width: 1px;</p> <p><a href="http://www.basictips.com/tips/article_55.shtml" target="_blank" rel="nofollow">Read More</a></p> CSS programming Wed, 30 Nov 2005 23:39:55 -0800 CSS and Round Corners: Build Boxes with Curves http://blog.photos2view.com.s6352.gridserver.com/css-and-round-corners-build-boxes-with-curves.htm <p>Learn how to make those nifty curves to round out any box corners!</p> <p>"One of the main reasons why designers use images on a Web page is to create curves and round corners. It's currently impossible to create any kind of curved shapes using pure HTML, so images need to be applied.</p> <p>The problem? Putting these images into an HTML document with a table layout can create a large amount of superfluous code. In this tutorial, we'll use CSS to create this box with round corners, without an <img > tag in sight!"</p> <p><a href="http://www.sitepoint.com/article/css-round-corners-boxes-curves" target="_blank" rel="nofollow">Read More</a></p> CSS programming Wed, 30 Nov 2005 23:39:18 -0800