Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
tholan #1
multiple background images
hi,
i got one logo which consist of two images. the first is a small one (a) which
i would like to repeat multiple (n).
the second is a bigger one (b) with fixed length. is it possible to repeat the
first one and add the second one, depending on the size of a 100% table column
(ts100%) and could it automaticly resized if the browser was resized
sizeof(ts100%) = sizeof(a * n + b)
regards thorsten
tholan Guest
-
CSS background images
Hello all. Newbie here, asking if it is possible for a user to change/replace background images through Contribute CS3 that are called by CSS... -
Background images in FF
Hi, I am hoping that someone can help me with the small issue that I am having. I am currently creating a small website so that friends and... -
Swapping Cell Images for Background Images
Is there any plugin or extention for DW(studio8) out there that will quickly and with one click, let me remove an image inside a cell and... -
Background images?
I am new to Fireworks and have done a couple of the tutorials but am having some trouble figuring something out. I want to do a couple of mock ups... -
Best book for creating new images and how to print multiple images
Hi Cliff, I'm afraid I can't help with part 1 of your question, being relatively new at PE2 myself, but there a those that frequent the group that... -
Troyan #2
Re: multiple background images
You can do it with 2 divs:
<div id="smallLogo" style="background: url('smalllogo.jpg');">
<div id="bigLogo" style="background: url('biglogo.jpg'); 0 0
no-repeat;">
Contents
</div>
</div>
I hope it helps you.
[]s
--
- Me ajude a ganhar o curso, acesse
[url]http://www.atipico.com.br/promocao.asp?i=176184459[/url]
- Rio de Janeiro, Brasil
- Troyan <dnunes[at]email[dot]com>
Troyan Guest
-
tholan #3
Re: multiple background images
Thanks for that tip,
but i forgot to tell that the pictures are transparent ones. So the repeatable small one must stopp
when the big one bigins. Any idea?
Thank you
Thorsten
tholan Guest
-
Troyan #4
Re: multiple background images
You can set the background of the div to the color of page
background...
<style type="text/css">
#smallLogo { background:url('smalllogo.jpg'); }
#bigLogo { float: left; width: LOGO_WIDTHpx; height: LOGO_HEIGHTpx;
background: white url('biglogo.jpg') 0 0 no-repeat;}
</style>
....
<div id="smallLogo"><div id="bigLogo"></div></div>
If you want to change the Big Logo position, you can change the "0
0" to "3px 50px" or the values you need (change, too, the width and
height to WIDTH+Left_Space and HEIGHT+Top_Space)
[]s
--
- Me ajude a ganhar o curso, acesse
[url]http://www.atipico.com.br/promocao.asp?i=176184459[/url]
- Rio de Janeiro, Brasil
- Troyan <dnunes[at]email[dot]com>
Troyan Guest
-
tholan #5
Re: multiple background images
The easiest way is the best one ;-)
Muito obrigado pela sua ajuda
Thorsten
tholan Guest
-
Troyan #6
Re: multiple background images
Tu é brasileiro, rapaz? :D
--
- Me ajude a ganhar o curso, acesse
[url]http://www.atipico.com.br/promocao.asp?i=176184459[/url]
- Rio de Janeiro, Brasil
- Troyan <dnunes[at]email[dot]com>
Troyan Guest
-
tholan #7
Re: multiple background images
Nao eu sou alemao com um dicion?rio :-)
cu Thorsten
tholan Guest



Reply With Quote

