PDA

View Full Version : How to do this? Please help me!



twodanimator
December 3rd, 2007, 04:18 AM
hi everyone!

My client wants the below metioned website as it is . but while recreating using photoshop and dreamweaver am facing the problem(s):

1) how can we maintain the left menubar as a static (The one which has the logo and links at extreem left)

2) how can we place the menubar background with dropshadow as a transparent to see the below swf file contents( I tried putting PNG as well transparent gif images to get the effect)

http://www.contec-kg.de/unsere_kunden/7,0,0,0,1.html

hope someone comeup with the solution.
Thanks in advance.
Regards,
Babu.

ajcates
December 3rd, 2007, 04:50 AM
The CSS property z-index might help you out, also javascript maybe your friend here as well.

simplistik
December 3rd, 2007, 09:55 AM
1) check out using the css property, position: fixed; this will allow you to keep your navigation in one place. (looks like you're already doing that actually)

2) look online for things like "png transparency fix" you'll find some solution on how to make your png work cross-browser with transparency. but looking at your site, I'd say you can add the drop shadow to the flash file and it'll work easier.

twodanimator
December 3rd, 2007, 09:59 PM
Thank you! i will try "png transparency fix". Hope it fixes the problem!!

twodanimator
December 5th, 2007, 01:45 AM
1) check out using the css property, position: fixed; this will allow you to keep your navigation in one place. (looks like you're already doing that actually)

2) look online for things like "png transparency fix" you'll find some solution on how to make your png work cross-browser with transparency. but looking at your site, I'd say you can add the drop shadow to the flash file and it'll work easier.


Oops! eventhough i tried "png transparency fix", i didn't get the same! What to do? :link: