sufi Posted December 1, 2005 Share Posted December 1, 2005 i am using css width at my site and i wan to make the background like this site http://www.kuanto.it/ or http://www.brinkster.com/ how can i add this shadow style to my web store Link to comment Share on other sites More sharing options...
lrparr Posted December 1, 2005 Share Posted December 1, 2005 How difficult was it to integrate css width? Would you mind sharing how you did it? Link to comment Share on other sites More sharing options...
blackjak Posted December 1, 2005 Share Posted December 1, 2005 i am using css width at my site and i wan to make the background like this site http://www.kuanto.it/ or http://www.brinkster.com/ how can i add this shadow style to my web store Hi there you need to create two extra columns <td> at ethier side of your main content, make them approx 10 px wide then you need to apply css that will tile a background image inside the columns, you will have to create the image in photoshop (or any other imge editing package fireworks etc...) using the gradient tool. add this css to your stylesheet .shadowLeft { width 10px background-image: url(gradient.gif); background-repeat: repeat-y } then apply this css class to your column <td class="shadowLeft"> that should do the trick, you may need to create a gradient left image and a gradient right image. Link to comment Share on other sites More sharing options...
sufi Posted December 1, 2005 Author Share Posted December 1, 2005 column? where is it? How? Link to comment Share on other sites More sharing options...
sufi Posted December 2, 2005 Author Share Posted December 2, 2005 sorry i didnt understand? the column where is it? Link to comment Share on other sites More sharing options...
♥Vger Posted December 2, 2005 Share Posted December 2, 2005 Instead of all that you can just use my Fixed Width Site With CSS contribution. You put one tag in the header, one in the footer, and add a small amount of code to the stylesheet.css file and it's done. It doesn't get any easier than this, and it works across all major browsers. Vger Link to comment Share on other sites More sharing options...
lrparr Posted December 2, 2005 Share Posted December 2, 2005 Thanks Vger for this, and your many other contributions that have helped me! Link to comment Share on other sites More sharing options...
sufi Posted December 2, 2005 Author Share Posted December 2, 2005 Instead of all that you can just use my Fixed Width Site With CSS contribution. You put one tag in the header, one in the footer, and add a small amount of code to the stylesheet.css file and it's done. It doesn't get any easier than this, and it works across all major browsers. Vger i am using this. thank you very much can you show that too? How? Link to comment Share on other sites More sharing options...
sufi Posted December 4, 2005 Author Share Posted December 4, 2005 will you show the how to? Link to comment Share on other sites More sharing options...
sufi Posted December 12, 2005 Author Share Posted December 12, 2005 i am waiting for expalin :) Link to comment Share on other sites More sharing options...
h2oguyofnh Posted December 12, 2005 Share Posted December 12, 2005 i am waiting for expalin :) The contrib is at http://www.oscommerce.com/community/contri...ns,2710/page,18 I can't tell you how to make the shadow. It probably entails changing some page to have left and right table columns with a repeating design (outside size constrained content). ck Link to comment Share on other sites More sharing options...
sufi Posted December 12, 2005 Author Share Posted December 12, 2005 The contrib is at http://www.oscommerce.com/community/contri...ns,2710/page,18 I can't tell you how to make the shadow. It probably entails changing some page to have left and right table columns with a repeating design (outside size constrained content). ck i also using that :) Link to comment Share on other sites More sharing options...
sufi Posted December 14, 2005 Author Share Posted December 14, 2005 i will wait Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.