Ask a Question related to Adobe Photoshop & Illustrator, Design and Development.
-
Linda Haas #1
Changing backgrounds
I have been fiddling around with Elements and PhotoDeluxe. I like the ease of use to select an object in Photo Deluxe (v.4) and click remove background, BUT now I am stymied...I cannot figure out how to ADD another background. Is there a fairly simple way to do this in Elements 2.0?
Linda
Linda Haas Guest
-
Web backgrounds
As a nearly-getting-there Web designer, I like using tables. There. Said it. When I centre a table, the spaces down the right and left sides is... -
backgrounds
"goblot" webforumsuser@macromedia.com wrote: You can only have one background image for the page. I suggest you put a table with two rows for... -
pdf gen with backgrounds
I have a table looped several time with a background image set inside the <table> tag. The tables are placed in a cfdocument tag to generate a... -
changing flash backgrounds
select it and hit the Play button in the properties panel. Thats the best way I know of. cheers -beally- ------------------------- "Senior... -
Tiling backgrounds.
I have sliced up an image in Fireworks and exported it into Dreamweaver to be used as a bakround to a table. What I need to know is how to make it... -
BobHill #2
Re: Changing backgrounds
Linda,
The first time you open a "new" image it's classified as a background layer. Note the bottom box of color squares in tool box and you'll see default color of the background. If you click that background color box and then click any of the color swatches to change that color, you'll get that color when you use the eraser. If you wish to work from a standard layer, where you've double clicked the background layer to make it a standard layer, then make a new layer, move it below the original and fill it with the color you desire for a background.
Bob
BobHill Guest
-
gilberb001 #3
Changing Backgrounds
Well I'm trying to keep an open mind to solve my many problems.
I was wondering if there is any action script that can cause a background in
Dreamweaver to change when a certain frame is reached?
Is this possible?
gilberb001 Guest
-
nez9 #4
Re: Changing Backgrounds
Use a javascript to accomplish this (put it in the head statement of your page):
<script language="JavaScript">
function newBG(colorcode){
document.bgColor = colorcode;
}
</script>
Then use a getUrl to call javascript:newBG(######); in your flash
movie...where ###### is your new background color. If this doesnt work let me
know and Ill post an example. g/l
nez9 Guest
-



Reply With Quote

