This is a discussion on Problem with borders in Exercise 5 Boxes within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Greetings, I've just done Exercise 5 Boxes: Changing the Look and Style but am having problems with the look of ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Greetings, I've just done Exercise 5 Boxes: Changing the Look and Style but am having problems with the look of my borders. For the stylesheet, I created the infoBoxHeading as suggested using 1px instead of 2px: Quote:
http://www.scrappinstuff.ch/catalog/index.php As you can see, I still have white spaces in the blocks. Would anyone know how I can get rid of these? Any and all suggestions will be greatly appreciated. Best regards, Rashunda |
|
#2
| |||
| |||
| .infoBoxHeading { background: url('insert url for image here'); background-repeat: repeat-x; border-top: 1px; border-bottom: 1px; border-style: solid; } is what I use with an image 1px wide which repeats itself to fill the box heading area. Hope this helps. |
|
#3
| |||
| |||
| Hi there, Thanks for the tip but it didn't work. I don't know what I did wrong. |
|
#4
| |||
| |||
| this will work: .infoBoxHeading { border-top: 1px; border-bottom: 1px; border-style: solid background-color: #BBC3D3; } |
|
#5
| |||
| |||
| Greetings, Thanks beahawk. The white spaces are gone but now I can't get the borders to show. I'll fiddle around some more later but again, thank you. Best regards, Rashunda |
|
#6
| |||
| |||
| TD.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; background-color: #BBC3D3; color: #FFFFFF; border-top: 1px solid #000000; border-bottom: 1px solid #000000; } ok? |
|
#7
| |||
| |||
| Greetings again, Yes! That's great. Thank you very much. Now I need to figure out how to get the left corner from the "new products" section. Let me try to figure this one out. Thanks and best regards, Rashunda |
|
#8
| |||
| |||
| Hello again, Well, I'm stumped. I can't figure out how to get rid of the corner_left.gif on the "new products" box on my site. I feel like I'm missing something simple in the stylesheet. Would anyone happen to have any suggestions? Again, my site is at http://www.scrappinstuff.ch/catalog . Best regards, Rashunda |
|
#9
| |||
| |||
| I think I found something in the archives. Will report back. |
|
#10
| |||
| |||
| Hi again, I found this link that has instructions on removing the corner. It worked for me but there seemed to be some type of discussion about if this was proper coding. As long as I don't get an error, I'm happy. Best regards, Rashunda |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| change boxes background color now have double boxes | ANNIE11 | osCMax v1.7 General Mods Discussion | 0 | 08-22-2005 07:16 PM |
| I need to put two <br>s after the boxes on the right - | sasjamal | osCMax v1.7 Discussion | 2 | 04-27-2004 01:40 PM |
| boxes and CSS | moisea | osCommerce 2.2 Modification Help | 6 | 01-08-2004 06:59 AM |
| Help on boxes | noppie | osCommerce 2.2 Modification Help | 2 | 07-21-2003 08:15 PM |