Block background styles
Permalink
jus a quick ques
How are C5 users out there doing rounded block color backgrounds simliar to the blue /red /grey of this demo theme
http://demotemplates.joomlashack.com/community/...
i looked around - can't seem to get this lookin so nie .
thanks anyone
How are C5 users out there doing rounded block color backgrounds simliar to the blue /red /grey of this demo theme
http://demotemplates.joomlashack.com/community/...
i looked around - can't seem to get this lookin so nie .
thanks anyone
cool
i will check it out
thanks
i will check it out
thanks
ok
Is there any tutorial showing the correct details to put in the php header and how to correctly place the line in the div container / CSS. to get this jquery corner to work ?
I m failry new to CSS and i'm doing something wrong.
i know helping new ppl is a pain in the butt......im searching around
tanx
Is there any tutorial showing the correct details to put in the php header and how to correctly place the line in the div container / CSS. to get this jquery corner to work ?
I m failry new to CSS and i'm doing something wrong.
i know helping new ppl is a pain in the butt......im searching around
tanx
ok i got this sorted out using jquery
<script src="<?php echo $this->getThemePath(); ?>/jquery-corners-0.3/jquery.corners.js" type="text/javascript"></script>
<script>$(document).ready( function(){
$('.sidebar').corners("40px");
});</script>
everything in .sidebar would be nice and rounded
the jquery has to be in a separate folder..
<script src="<?php echo $this->getThemePath(); ?>/jquery-corners-0.3/jquery.corners.js" type="text/javascript"></script>
<script>$(document).ready( function(){
$('.sidebar').corners("40px");
});</script>
everything in .sidebar would be nice and rounded
the jquery has to be in a separate folder..
http://blue-anvil.com/archives/anti-aliased-rounded-corners-with-jq...
http://blue-anvil.com/jquerycurvycorners/test.html...