PDA

View Full Version : Image/Design Help



joana
October 5th, 2008, 03:31 AM
Hi every one, I've read tutorials about lots of things but never found 1 that I really need,
pls have a look here:

http://www.webdesignerwall.com/

here and any other similar design, I want to kknow, how do u attach this BG to the design? first is it 1 whole image or cut into pieces? my website is done all in CSS, where can add this pic? to the main content? to the page bg in html? I need guidance here! if I can learn how to put such image in the website then I can do any design i want! and how they put the image on top only and the rest of the page bg is just a plain color? pls Help!:cross-eye

LookAtThat
October 5th, 2008, 01:32 PM
I'm going to take a shot at this even though I don't fully understand your question. If you simply want to place an image into the background of your site and align it to the top, right. Here is a simple way to do that using CSS. Place the code snippet into style tags in the head of your HTML page. Don't forget to change where it says "file or url name" to the absolute path of where your background image in located on your hard rive.

code:
body{
background-color: #FFCC66;
background-image: url("file or url name");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right top;
}

Hope this helps.

Nuvis
October 5th, 2008, 02:18 PM
If you right click on the header of the page and go to view background image you can see that the designer simply put the image as the background. Because the image has to remain centered to the page he put the background inside of his wrapper div which is also centered, at least that's how I know how to do it....

joana
October 5th, 2008, 04:43 PM
Look at that: Yes ! that is exactly what I meant! thank u VERY MUCH and sorry for the ambiguous Q
Nuvis: Thank u VERY MUCH for clearing that even more, now I get it! :))

azeemi
October 23rd, 2008, 02:20 AM
I am really impressed with the design Is it your own creation or worldpress theme.