Web Design Guide

Ecommerce Web Design Section


 


Social bookmarking
You like it? Share it!
socialize it

Newsletter

Subscribe to our newsletter AND receive our exclusive Special Report on Web-Design
First Name:
Email address:



Main Ecommerce Web Design sponsors


 

Latest Ecommerce Web Design Link Added

INSERT YOUR OWN BANNER HERE

Submit your link on Ecommerce Web Design!



 

Welcome to Web Design Guide

 

Ecommerce Web Design Article

Thumbnail example. For a permanent link to this article, or to bookmark it for further reading, click here.

10. Want to learn Column Designs with CSS

from:

Almost everybody knows that CSS makes layouts easier than they were with tables. One of the reasons many people stuck with tables for so long is that it’s a bit difficult to create column-based designs using CSS.

Believe me, CSS columns aren't that difficult to produce once you understand how CSS float rules work. Float allows you to say that some portions of your content should 'float' next to other portions, instead of being displayed one after the next.

A column layout in CSS is quite simple and you’ll see why. Just see how to divide your content from your navigation using the div tag, as mentioned below:







Please note that the divs must be in this order – left, right, centre – because otherwise one column might end up underneath another in a way you don't expect. Ordering things logically as left, centre, then right, for example, will cause your right column to end up under the centre one.

Anyway, the next step is to write the CSS for those IDs you just set up. See below-

#left-nav {float: left; width: 30%;}

#right-nav {float: right; width: 30% }

You can adjust the width % depending on how wide you want your left and right columns to be (you can even choose whether to set the width in percentages or in pixels). And now you've set up a successful three-column layout. Amazing! Isn’t it?

If you wish that your left and right columns should have a different background colour to the centre one, this might be a bit trickier. This is because in most of the browsers, your columns are only considered to extend downwards as far as the text in them does meaning that the bottoms of your columns won't line up.

How to solve this issue then? The best way is to make your columns fixed-width (meaning that you specify their width in pixels, eg. 'width: 100px;'). Once you've done that, you can create one-pixel-high image that includes the colours you want for the columns, and make it the background image. But the fixed-width columns can look strange if you leave them spaced as they are. The solution is to specify a fixed width for your document's body, and then set the left and right margins to 'auto' – this will centre the page on the screen.

You might also like to add text-align: center, so they appear in the middle of the page. There are few more things which you would need to learn about but if you found the above simple I am sure you’ll find playing around with CSS easy.




 

Ecommerce Web Design News

Yell Client or New Business? Low Cost Web Sites from Kent Web Design

The Dover based Web Design firm has introduced a low cost web design service aimed at existing Yell clients wanting to move. Also it is ideally suited toward any low cost start up business and is priced reasonably at £299 per website. (PRWeb May 21, 2012) Read the full story at http://www.prweb.com/releases/low-cost-websites/web-design-kent/prweb9527059.htm

Read more...


Beyond Templates: Building a Better Business Website

This probably seems obvious, but it's worth stating: These days, it's crucial to have a website for your business. From brochure-based sites that provide your contact details and store hours to full-fledged ecommerce carts and customer self-service, your website is important--it tells customers what to expect from you. This article offers several tips for building a better business website that ...

Read more...


Assorted Design Partners w/New Ecommerce Client PSF Firm Lawyers

Ecommerce specialist Assorted Design announces new working partnership with lawyers at PSF Firm.(PRWEB) May 12, 2012 The Greater Tampa Bay area has a dozen “televised” attorneys for every one attorney completing the diligent work required to properly represent clients, the attorneys at PSF Firm fall into the “working hard for their clients” category. ...

Read more...


Magic Logix Obtains #1 Ranking in Best Web Design Agencies' List

Magic Logix is honored to be named #1 for both Drupal and Magento development on the Web Design Agencies List.Dallas, TX (PRWEB) May 03, 2012 Magic Logix has the honor of being named the #1 ranked Drupal Development Company, and the # 1 ranked Magento Solutions Company. Magic Logix is very proud to receive these accolades and would like to share them with our design team and our clients. These ...

Read more...


Ecommerce: 5 Things You Need To Know

Ecommerce has been around for well over a decade, but now, it's more important than ever for small businesses to embrace the strategy. Fortunately, it's also gotten a lot easier.

Read more...