![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
dorayme wrote: Apart from any fancy device to help you see what other users are seeing, you can use your own eyes and fingers. Just alter your own browser width and use the text-size controls to see what happens. Just remember that not everyone is seeing things at the text and window sizes you are seeing. Okay... I see what you're saying. Even though I'm new...my problem isn't with positioning...(anymore) My problem is knowing how to properly display a background or how to display a background image that I've designed in Photoshop. This is where advice would greatly help. I just experimented with resizing everything. I got rid of all of my images and text and had just the blue rectangular background. And I tried resizing by hitting Ctrl +... and nothing happened. I'm thinking that this is what's effecting my entire design - the unflexibility of my background. Basically....how do you design a background graphic in photoshop and display it properly as a background in CSS so resizing won't be a problem? |
#12
| |||
| |||
|
|
Still working on the optimization. You don't need to "work" on it :-) Open picture. Set compression level to, say, 50%. Save picture. |
#13
| |||
| |||
|
|
body {background-color: blue;} ? |
|
Open picture. Set compression level to, say, 50%. Save picture. |
#14
| |||
| |||
|
#15
| |||
| |||
|
#16
| |||
| |||
|
|
Actually, it didnt' work very well. When I resize the text on my page the page starts to break up. I'm using a combination of absolute and relative positioning which I've been told is okay to do. Also when I resize the images, the background still remains at a fixed size. Still trying to find a solution to this. I've been told that the correct way to display a background is by: body {background:#fff url(images/picture.jpg) no-repeat center center} This info is coming from guys who are good at design. So I still don't understand why it's not working for me. You can click on this link to see the updates thus far. www.ibtestsite.info |
#17
| |||
| |||
|
|
Oh yeah... How is this guy (http://portfolio.dreamshock.com/grimshaws/) getting his background's displayed/positioned properly or designed without using Photoshop? His background is resizing nicely with all of his text and images resizing proportionately as well. |
#18
| |||
| |||
|
|
Are you seeing what everyone else can see? There is no resizing of any background image because there are no bg images. Turn off all the styles and you will still see the images. |
|
Have you tried following the advice I gave you earlier at all: "[no] fix for all this. [go] over some of the material at: http://www.htmldog.com/guides/ Generally follow the advice there except use HTML 4.01 Strict as your doctype and adjust accordingly. Make a background and fancy look to your page the *very last thing* you do, not the first." |
#19
| |||
| |||
|
|
dorayme wrote: Are you seeing what everyone else can see? There is no resizing of any background image because there are no bg images. Turn off all the styles and you will still see the images. I turned off all of the styles and I saw the images. I hit view source and I saw that he does specify a bg image: body bgcolor="#FFFFFF" text="#000000" background="images/pagebackground.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" |
![]() |
| Thread Tools | |
| Display Modes | |
| |