View Full Version : pls help me with some background image problem
Hi to all!
I need a little help in 3 problems
1)what rightmargin and leftmargin attributes do?
2)how can i use bgproperties=" "
3)how can i make a stretch effect
for example i use a background image
and at 800x600 fits the internet explorer, but at 1024x768 the background image is tiled and i don't like this
Pls help me as fast as u can
thks
redhead
03-01-2003, 08:45 PM
ok... here goes ;)
1 - rightmargin and leftmargin are IE's things to get rid of the right margin and the left margin... but dont use that use style="margin: 0px; padding: 0px" or whatever if you need to get rid of the margins
2 - bgproperties=""... ouch, havent used that in ages... i generally go for the css style="background-attachment: [scroll || fixed]"
3 - stretching? its been discussed loadsa times... ya cant! however you can stop it from tiling: style="background-repeat: no-repeat"
does that help?:thumbsup:
Thank you very much
Now i know what to do.:)
cg9com
03-02-2003, 07:24 PM
bgproperties="" is IE only, and it only supports one thing "fixed"
claudiuiacob
03-02-2003, 08:11 PM
Just to foll around a little bit, let me tell ya one thing (in english): :)
Do NOT abuse of CSS. There are a lot of browsers that does't support CSS.
You sould start by building your site with no CSS implyed, make sure it works/looks just fine that way, and then add the style to make it look smashing.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.