Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to make boxes individual from stylesheet.css


Alexian

Recommended Posts

Posted

Somebody please help me...i'm trying to put an loginbox in header and the languages box in the header. I done it (at last) :P . But then i got 1 problem. Both the infoboxes are connected to the stylesheet.css

 

They now have backgrounds and borders. How can i make them individual from the other boxes like all the boxes in the column_left.php and column_right.php.

How can i put an other line into stylesheet.css for those boxes.

 

Please someone urgent help me. :o

Posted
Somebody please help me...i'm trying to put an loginbox in header and the languages box in the header. I done it (at last) :P . But then i got 1 problem. Both the infoboxes are connected to the stylesheet.css

 

They now have backgrounds and borders. How can i make them individual from the other boxes like all the boxes in the column_left.php and column_right.php.

How can i put an other line into stylesheet.css for those boxes.

 

Please someone urgent help me. :o

 

 

I can't help you but THAT"S EXACTLY what I was looking for. How did you put a login form in te header.php? Beacause I tried and the whole pages could not display under the header. Have in mind that my members are stored in a different database. I included my db_connect.php file, but I think that this stops the OSC connect file (I don't know which file it is). Could you help :blush: sorry I can't help you :rolleyes:

Posted

Gonna try it tonight

Hopefully it works...because i got 3 different templates mixed up with eachother and made 1 whole commerce site

Posted
I can't help you but THAT"S EXACTLY what I was looking for. How did you put a login form in te header.php? Beacause I tried and the whole pages could not display under the header. Have in mind that my members are stored in a different database. I included my db_connect.php file, but I think that this stops the OSC connect file (I don't know which file it is). Could you help :blush: sorry I can't help you :rolleyes:

 

 

I just used a login box module..tested alot so don't remember which i used. just search to login in contributions. :thumbsup:

Posted
I just used a login box module..tested alot so don't remember which i used. just search to login in contributions. :thumbsup:

 

I searched and couldn't find a proper one. All of them are just a login form alternative to the one provided by the OSC.

Posted
I searched and couldn't find a proper one. All of them are just a login form alternative to the one provided by the OSC.

 

 

I wish i was a little better at this, but this might put you in the right direction. You need to associate some CSS specific to your login box. I'm not sure what your login box is called, but here is some sample css that shows how to make the border of a box transparent.

 

.CurrenciesBox {
 background: transparent;
}
TD.CurrenciesBoxHeading {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 font-weight: bold;
 background: transparent;
 color: #ffffff;
}
.CurrenciesBoxContents {
 background: transparent;
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
}

Then if you go to my site, (within the next 20 minutes) you'll see that there is no background to my currency box. just the drop down.

Posted

remember both are just forms....just right click anywhere in ur site(not on pics) n click on view source...from there u can find the plain HTML FORM code....once u know that...it will be easier for u.

another alternative could be to try removing classes from the <td> <tr> tags

Simple Add-ons Please add simple plain tips here for others.

Archived

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

×
×
  • Create New...