How make semi transparent container ? - Joomla! Forum - community, help and support
hi , hope 1 can me on joomla stylings issues, need know how can make web page container semi transparent, moment white colour, need change white colour semi transparent users can see background slide show , text in same time. understand mean please take http://www.casaderopa.cl .
please explain me how because dont have idea styling codes ,etc...
thanks
please explain me how because dont have idea styling codes ,etc...
thanks
for whatever reason, example site doesn't want load me, gist of looking anyway. best bet create semi-transparent png file in photoshop (or program of choice), , set image repeating background in template's css file.
the line this:
#somecontainer {
background: url("../images/transparent-white.png") repeat 0 0 transparent;
}
your image doesn't need large... 50px 50px work fine. repeat property going make whole background semi transparent. i've used technique many times effect.
the line this:
#somecontainer {
background: url("../images/transparent-white.png") repeat 0 0 transparent;
}
your image doesn't need large... 50px 50px work fine. repeat property going make whole background semi transparent. i've used technique many times effect.
Comments
Post a Comment