|
scorpio |
21st February 2006 - 03:21 am |
|
hey :)
does anyone know how to make these cool expanding layout ? http://ocfans.org/ Like the content box is sliced up and the image is a cool frame that is repeated or something ? I would love any tutorials or even what that method is called ?
and is there a way to posistion a background image to be at 00x00 or the screen? I have made a layout and in IE and Mozilla they put the image at a different spot so i think I need to declare that it should be at 0x0 before I posistion the divs ? http://nikki.mandgweb.com/ <this is the layout I am working with...
Any help would again be appreciated :) |
|
Echoia
 |
21st February 2006 - 03:33 am |
|
Well, I don't know what you mean on the first question because it looks like a totally normal layout to mebut on the second one you'd need to make your background image a background image rather than just sticking it in your site.
Your CSS would be something like...
body {
background: url(http://img87.imageshack.us/img87/3614/nikkilayout3ob.jpg) no-repeat;
} |
|
scorpio |
21st February 2006 - 03:48 am |
|
Thanks Echoia,
:) Worked
The first one, I mean the content box has thoose cool brushes at the top and bottom (ive seem them on te sides sometimes too... but the image is sliced up so that it can fit the content ? |
|
Reply to thread
|