Friday, October 31, 2008

Class 6 - ecommerce with php


I modified the ecommerce site by using php to make it easier show different content using the same website structure.

I created two versions of the site, i.e., the original and a another with a different sub category of products. I also improved the second version so that the "More Info" and "Buy Now" links do not change position depending on the size of the product info text. I used position: relative on containing product div then position:absolute for each of the links contained in that div.

Here is the code for both sites:
ecommerce1
ecommerce2

No comments: