the border of the content. If you have a look at the one i made, i had to fade the opacity on the border out because i couldt think of a way to code it![]()
There's a way to do it in CSS.
But I'll be changing the background as well, which'll make it easier.
ahh right ok
could you give a link when youve done so i can have a lok how ?![]()
In CSS? Just add this to your CSS:
opacity: 0.1 (or w/e).
didnt know taht.. ill try it
![]()
I like it. It looks good, and it's easy to codeIf you haven't coded it, give me a try, for free. I'm a beginner at coding, but i'll do my best
..I'll add an iFrame
That layout would look crap in tables if the tables didn't expand. Plus divs are much easier to code than tables
That's only for Safari.
opacity: 0.65;
-moz-opacity: 0.65; /* older Gecko-based browsers */
filter:alpha(opacity=65); /* For IE6&7 */
from: http://www.dedestruct.com/2008/03/06...paque-content/
thank youThat's only for Safari.
opacity: 0.65;
-moz-opacity: 0.65; /* older Gecko-based browsers */
filter:alpha(opacity=65); /* For IE6&7 */
from: http://www.dedestruct.com/2008/03/06...paque-content/![]()
Want to hide these adverts? Register an account for free!