Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

redesign, please come in!


meimei

Recommended Posts

Posted

I finally intergrate my HTML site into OSC! :) I can't take credit on web design since I use web templates. But I did spend lots time on customizing lol. B)

 

Site Link

 

Come check it out! Any feedback would be appreciated. :D

Posted

At the first look - I like it :):) Well done :):)

But I thing that the top should be a little tighter and grafic files should be smaller (it takes long time for download today)...

Posted

As mentioned by Aneczka , it seems to take a while to load. I like the way you've created the drop down menus though, it looks nice. Colors are a bit too bright for me but that's your template (they're not TOO bad).

Posted
I couldn't browse through products. Whenever I would mouse over the products link, the menu would appear in the center of the browser. IE6

Dido in IE5.5

Posted

Just a quick question, but how do you add a textured border down the sides of the site?

 

I have centred my store like this one and was wondering how you put the textured borders down the left and right of the site like the grey one on this site.

 

Please help i know it aint mean to be posted here, but as this site has what i want what the heck

 

Thanks

Posted

Yeah, the header did seem bigger than most sites. I guess it's time to look for another template. :P

 

About the table misalignment in Mozilla based browsers, I have no idea how Mozilla works. :( Does it work fine on most sites? Does it support all the scripts like IE does? Advise would be appreciated.

 

I am using IE 6.0, too. And it seems work fine on my three computers. Perhaps the resolution is causing problems?! Mine is 1024X768. :unsure:

Posted

Mozilla is far less forgiving with HTML table coding errors than IE is. You may have a missing or extra </td></tr></table> somewhere in the header that shouldn't be there.

 

Something that may be causing problems: you're defining your table widths in the header as percentages, but have a fixed width for the image-containing cells. That may have some effect on the display, particularly since 100% of an 800x600 screen display will have much less real estate available than a 1024x768 setup.

 

HTH,

 

Terry

Terry Kluytmans

 

Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like:

 

Add order total to checkout_shipment

Add order total to checkout_payment

Add radio buttons at checkout_shipping (for backorder options, etc.)

Duplicate Table Rate Shipping Module

Better Product Review Flow

 

* If at first you don't succeed, find out if there's a prize for the loser. *

Posted

Thanks, Terry. But I define my table width with pixels. Anyway, I just downloaded Mozilla. I will play around and try to figure out the problem. Thanks for your help. :D

Posted

You're mixing two styles, though...

 

You may have defined the <table> width in pixels, but you've defined the corresponding <td>'s as percentages. Whether that's an issue or not, I'm not sure, but I think it could be.

 

I would define those cells that require a fixed width based on the image width in pixels, not percentages. If you've got one cell that can be a variable to fill in the width on wider screen resolutions, then just define it as a percentage.

 

Take a look at the source code for my headers via the WWW link in my sig. You'll see that I've got a flexible design to accommodate the various resolutions, but only use a percentage width in two of the cells.

 

HTH,

 

Terry

Terry Kluytmans

 

Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like:

 

Add order total to checkout_shipment

Add order total to checkout_payment

Add radio buttons at checkout_shipping (for backorder options, etc.)

Duplicate Table Rate Shipping Module

Better Product Review Flow

 

* If at first you don't succeed, find out if there's a prize for the loser. *

Posted

I just correct the mistake. There is one cell was set to % instead of pixels. Thank you for the remiding. :D

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...