Is it possible to change the border frame into a border image. Ex. in the line (main container area) i have this: #main{width:750px;margin:0 auto;border:6px solid #332;text-align:left;}
I changed it to: #main{width:992px;margin:0 auto;border-left:6px Solid #3F383A;border-right:6px Solid #3F383A;text-align:left;}
It create a border left and right my site.
But instead of a border frame, i would like to have a small border image. I made a 10x10 px image that fades from black to the gray i use as BG.
it will look like the site is at bit lifted up, because of the fade image on the sites But i just cant figure out how to inseart the img tags, to define this img border. does anybody have a clue ?
You have to use background: url('image.gif') left top repeat-x; attribute for top "border" and just a little bit changed style to bottom.. You can add two fields in templates/container.tpl and declares styles to it or just use existing.. The best way I think is to use #container block for top border and body tag or #footer to bottom..
I think You want this effect: http://www.echoslaska.pl/makaron/Quick.Cms.Lite_v2.2_image_border/ (I prefer show than talk about it unfortunately my english isn't fluent) If it is good for You just look at code in http://www.echoslaska.pl/makaron/Quick.Cms.Lite_v2.2_image_border/templates/default.css