Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

problem to fix products images


Sevastra000

Recommended Posts

Hello,

 

A while ago, some bits of code of my shop has been modified to provide a different layout for the products display: 1 big image + 2 small one (supposed to be under the big one).

The code has never been fixed as the small images always used to float anywhere on the page.

I want to brighten up my shop and want to resolve this ugly problem. Unfortunately, when i try to change the values in my stylesheet.css file, nothing happens!

I used to be able to change the values for the small images that i moved up or down but i can't anymore. For exemple, on this page, my dropdown menu which is usually center fixed on the other pages, is on the left here.

Everything seems topsy-torvy on this page...

This is why i'm asking for your lights on this problem i can't solve, any help would be much appreciated :)

Here is an idea of the page (i want the small images to be just under the big one) (again, when i modify the stylesheet noting happens, as if i did not make any changes):

http://zupimages.net/up/14/15/u7km.jpg

 

my code (stylesheet.css)

 

Citation

div.infoProduit {

width:730px;

margin:0px;

padding:0px;

padding-top:10px;

}

 

div.imageProduit {

float:left;

width:400px;

margin:0px;

padding:0px;

}

 

div.imageProduit img{

margin:0px;

padding:0px;

}

 

div.descriProduit{

float:left;

width:310px;

padding-left:10px;

padding-right:10px;

}

 

p.txtProduit , div.descriProduit p{

font-size:13px;

}

 

p.nomProduit{

text-align:center;

font-size:16px;

display:block;

margin-bottom:15px;

}

 

p.nomProduit span{

font-size:15px;

}

 

span.prixProduit{

color:#760e14;

font-weight:bold;

padding-left:15px;s

}

 

div.miniProduit{

position:relative;

left:-385px;

top:285px;

}

 

div.miniProduit img{

border: solid #ffffff 1px;

}

 

div.optionProduit{

float:left;

margin-left:810px;

margin-top:-120px;

}

 

 

Another similar problem, on the cart page, the paypal log which is on the left bottom on the other page and the copyright which is on the bottom centered usually are top right O-o

 

http://zupimages.net/up/14/15/n4wf.jpg

 

 

My oscommerce version d'oscommerce: 2.2-MS2 / PHP version 4.4.9

 

Thanks http://www.oscommerce-fr.info/forum/style_emoticons/default/wink.gif[/img]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...