Alexian Posted October 31, 2006 Posted October 31, 2006 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
stevestevesteve Posted October 31, 2006 Posted October 31, 2006 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:
♥toyicebear Posted October 31, 2006 Posted October 31, 2006 infoBox Customizer Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here]
Alexian Posted October 31, 2006 Author Posted October 31, 2006 Gonna try it tonight Hopefully it works...because i got 3 different templates mixed up with eachother and made 1 whole commerce site
Alexian Posted October 31, 2006 Author Posted October 31, 2006 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:
stevestevesteve Posted October 31, 2006 Posted October 31, 2006 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.
vanawesome2 Posted October 31, 2006 Posted October 31, 2006 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.
desidil4ever Posted October 31, 2006 Posted October 31, 2006 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.