Einzelnen Beitrag anzeigen
  #3 (permalink)  
Alt 16.01.2008, 16:25
zitronenbaum zitronenbaum ist offline
Neuer Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 24.05.2006
Beiträge: 12
zitronenbaum befindet sich auf einem aufstrebenden Ast
Standard

Ja ist mir klar. Ohne code nix los.

Problem ist foglendes. Oscommerce ist allgemein ein ziemliches gebastel. Mein Css ist ellenlang weil darin halt alle möglichen darstellungen und specials im ganzen shop gestylt werden. weiss nicht ob das viel weiter hilft.

Allgemein kommt dieses Problem niemandem bekannt vor?
danke auf jedenfall fürs anschauen

/*

$Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $



osCommerce, Open Source E-Commerce Solutions

osCommerce, Open Source Online Shop E-Commerce Solutions



Copyright (c) 2003 osCommerce



Released under the GNU General Public License

*/

body{

background-color: #858585;

margin: 0px;

color: #666666;



}

a{

color: #B20145;

text-decoration: none;

}



a:hover {

color: #B20145;

text-decoration: underline;

}

h2 {

color: #B20145;

font-size: 13px;

}

table{

color: black;

font-family: Verdana, Arial, sans-serif;

font-size: 12px;

}

#wrap{

font-family: Verdana, Arial, sans-serif;

font-size: 12px;

margin-left: 40px;

width: 900px;

background-color: white;

}

#header{

height: 170px;

background-image: url(images/header.jpg);

background-position: top;

background-repeat: no-repeat;

}

#header_right{

width: 330px;

height: 170px;

float: right;

}

#text{

font-size: 10px;

padding-top: 55px;

width: 150px;

float: left;

}

#text H2{

color: white;

font-size: 12px;

}

#bild{

padding-top: 55px;

width: 110px;

float: left;

}

#logo{

width: 150px;

padding-left: 20px;

padding-top: 35px;

float: left;

}

#monats_aktion{

padding-right: 50px;

height: 135px;

color: white;

}

#monats_aktion a{

color: white;

}

#stabsnavigation {



font-size: 12px;

}

#stabsnavigation a{

margin-right: 0px;

padding-right: 0px;

font-weight: bold;

}

#content_wrap{

padding-top: 15px;

clear: both;

padding-right: 20px;

}

#highlight{

color: #B20145;

}

#content_left{

width: 188px;

float: left;

padding-bottom: 50px;



}

#content_left h1{



font-size: 13px;

color: #666666;

text-decoration: none;

font-weight: normal;

margin-top: 3px;

margin-bottom: 3px;

}

#content_left ul{

}

#content_left li{

}

#content_left a{



font-size: 13px;

color: #666666;

text-decoration: none;

}



#content_left a:hover{

font-size: 13px;

color: #B20145;

text-decoration: underline;

}

.navi_top_level{

margin-left: 20px;

}



.navi_sub_level{

height: 17px;

padding-left: 10px;

font-size: 10px;

color: #B20145;

}

.active{

font-size: 13px;

color: #B20145;

}

#content_main{

width: 510px;

float: left;

}

#content_main h1{

color: #B20145;

font-size: 12px;

}

.AlignLeft{

width: 510px;



}



.AlignLeft form{

}



#product_description{

width: 300px;

float: left;

color: #666666;



}

#product_image{

width: 170px;

float: right;

overflow: hidden;



}

#ad_info{

font-weight: bold;

}

#button{

clear: both;

}

#content_right{

padding-bottom: 50px;

width: 150px;

float: right;

}

#shop_footer {

text-align: center;

color: white;

clear: both;

height: 40px;

background-color: #B20145;

font-size: 10px;

}

#shop_footer p{

padding-top: 15px;

vertical-align: middle;

}

#footer{

text-align: right;

padding-top: 3px;

padding-bottom: 10px;

background-color: #858585;

}

#footer a{

color: white;

font-size: 9px;

}

#warenkorb h2{

margin-top: 0px;

}

#warenkorb{



margin-bottom: 5px;

padding-bottom: 5px;

border-bottom: 1px solid gray;

}

#warenkorb a{

font-size: 10px;

text-decoration: none;

}

#warenkorb a:hover{

font-size: 10px;

text-decoration: underline;

}

#suche{

border-bottom: 1px solid gray;

margin: 0px;

padding: 0px 0px 5px 0px;



}

#informationen{

}

#informationen ul{

list-style-position:inside;

margin-left: 0px;

padding-left: 0px;

padding-top: 0px;

margin-top: 0px;

}



/*Box_Content*/



.fedora-corner-tl, .fedora-corner-tr, .fedora-corner-bl, .fedora-corner-br {

background-color: #d9d9d9;

position: relative;

width: 19px;

height: 19px;

/* The following line is to render PNGs with alpha transparency within IE/Win, using DirectX */

/* Work-around for IE6/Mac borkage (Part 1) */

display: none;

}



.fedora-corner-tl, .fedora-corner-bl { float: left; left: 0px; }

.fedora-corner-tr, .fedora-corner-br { float: right; right: 0px; }

.fedora-corner-tl, .fedora-corner-tr { top: 0px; }

.fedora-corner-bl, .fedora-corner-br { bottom: 0px; margin-top: -19px; /* Opera fix (part 1) */ top: -18px;}



.fedora-corner-tl { background: white url("http://xhtmlforum.de/images/corner-tl.png") no-repeat left top; }

.fedora-corner-tr { background: white url("http://xhtmlforum.de/images/corner-tr.png") no-repeat right top; }

.fedora-corner-bl { background: white url("http://xhtmlforum.de/images/corner-bl.png") no-repeat left bottom; }

.fedora-corner-br { background: white url("http://xhtmlforum.de/images/corner-br.png") no-repeat right bottom; }



.fedora-corner-tl { filterrogidXImageTransform.Microsoft.AlphaImag eLoader(src='images/corner-tl.png',sizingMethod='scale'); }

.fedora-corner-tr { filterrogidXImageTransform.Microsoft.AlphaImag eLoader(src='images/corner-tr.png',sizingMethod='scale'); }

.fedora-corner-br { filterrogidXImageTransform.Microsoft.AlphaImag eLoader(src='images/corner-br.png',sizingMethod='scale'); }

.fedora-corner-bl { filterrogidXImageTransform.Microsoft.AlphaImag eLoader(src='images/corner-bl.png',sizingMethod='scale'); }



/* \*/

.fedora-corner-tl, .fedora-corner-tr, .fedora-corner-bl, .fedora-corner-br {

/* Restore the view for everything but IE6/Mac (part 2 of the "IE/Mac fix") */

display: block;

}

/* */



.fedora-corner-bl, .fedora-corner-br {

top: 0px;

}



.InfoBoxContenent2MA {

clear: both;

background: #ffffff;

padding: 10px;

}

.InfoBoxContenent2MABox {

border-style:solid;

border-width:1px;

border-color: #aaaaaa;

color: inherit;

background: #ffffff;

color: #000000;

padding: 15px;





}

.new_item{

margin-bottom: 10px;

width: 180px;

float: left;

margin-right: 30px;

}

.new_item img{

padding-left: 30px;

text-align: center;

padding-bottom: 15px;

}

.new_item_row{

margin-left: 50px;

margin-top: 10px;

margin-bottom: 20px;

}

.new_products{

}

.region_link{

padding-bottom: 5px;

width: 150px;

float: left;

text-align: center;

height: 27px;

}

.region_link a{

color: #B20145;

font-size: 12px;

font-weight: normal;

}

.region_link h1{

margin: 0px;

padding: 0px;

color: #B20145;

font-size: 12px;

font-weight: normal;

}

/*product-listing*/

.produkt_image{

text-align: center;

padding-top: 10px;

width: 150px;

float: left;

}

.produkt_item{

height: auto;

}

.produkt_buy{

margin-top: 10px;

}

.produkt_buy input{

margin: 1px;

}

.produkt_desc{

margin-left: 20px;

margin-top: 25px;

width: 300px;

float: left;

}

.item_footer{

border-bottom: 1px solid #aaaaaa;

height: 5px;

margin-top: 10px;

margin-bottom: 30px;

}

.formfield{

width: 200px;

float: left;

}

.formdesc{

width: 150px;

float: left;

}

.login-left{

float: left;

display: block;

width: 220px;

}

.login-right{

margin-left: 30px;

float: left;

display: block;

width: 220px;

}

.basket_checkbox{

float: left;

width: 100px;

}

.basket_menge{

width: 200px;

float: left;

}

.basket_preis{

width: 100px;

float: left;

}

.basket_details{

clear: both;

border-bottom: 1px solid #aaaaaa;

margin-bottom: 30px;

padding-bottom: 10px;

}

.basket_checkbox_head{

float: left;

width: 100px;

}

.basket_menge_head{

width: 200px;

float: left;

}

.basket_preis_head{

width: 150px;

float: left;

}

.basket_details_head{

}

#checkout {

}

#checkout div{

padding: 3px;

min-width: 90px;

float: left;

width: auto;

border: 1px solid #B20145;

margin-right: 10px;

}

#active{

padding: 3px;

min-width: 90px;

float: left;

width: auto;

background-color: #B20145;

color: white;

margin-right: 10px;

}

#ship_adress{

width: 240px;



float: left;

}

#billing_adress{

float: right;

width: 230px;

}

.prod_right{

width: auto;

float: right;

text-align: right;

}

.prod_left{

min-width: 100px;

width: auto;

float: left;

}

.order_prod_wrapper{

}

.toggler{

background-color: #B20145;

color: white;

}

.news {

background-color: #B20145;

color: white;

}

.toggler a{

color: white;

}

.introduction a {

color: white;

}

h3 {

color: #B20145;

font-size: 12px;

}

.specialsbox{

width: 220px;

float: left;

}

.specialtext{

width: 120px;

float: left;

}

.specialsbild{

padding-left: 70px;

}

.specialslink{

height: 35px;

margin: 0px;

padding: 0px;

}

.f_right{

float: right;

}

.f_left{

float: left;

}

.grey{

color: blue;

}

.red {

color: #B20145;

font-weight: bold;

}

Geändert von zitronenbaum (16.01.2008 um 18:33 Uhr)
Mit Zitat antworten