And don't forget to edit your signature & profile.

<p>copy copy copy <a href="#">linky</a> copy</p>p{font-size: 1.2em;}
p a{font-size: 1.0em;}sbosarge wrote:Is there a css 2.1 technique to produce a dynamically sized vertical gradient within a div that meets the following requirements.
1. does not need to be transparent
2. will dynamically resize with the height of the div.
using this as a background in the edit view template in an asp.net listview conrtol. when the edit view is activated the height of the div is determined by height of a nested gridview
I only had this issue come up yesterday so my amount of googleshooting is minimal. what i did find was not very helpful and personally i don't think it can be done with pure css 2.1. I think css 3.0 has something called background-size or something...
I thought about somehow using the 2d graphics class in [dot]net but that seems inefficient,
your thoughts..
=Scott
Andy wrote:@Tarvalon: I interpreted his text to be that he wants the background image to scale with the element it's set to.
And no, that's not possible with CSS2. The only way to achieve that would be to place an img tag and manipulate the width and height.
0udi3 wrote:Hi there,
How do you work at creating a xhtml / css website. Do you have a convenient sequence of work?
Do you have tips for efficient working?
Jose wrote:Issue
When i added opacity code it makes the content within it also transparent.
dork wrote:Hi, I'm just wondering what the "zoom: 1" fixes in IE6. Thanks!
<div id="wrapper"><a href="#">Link</a></div>#wrapper { position:relative; background:#ccc; width:200px; height:200px; }
#wrapper a { position:absolute; bottom:0; right:0; }#wrapper { position:relative; background:#ccc; width:200px; height:200px; }
#wrapper a { position:absolute; bottom:0; right:0; zoom:1; }Users browsing this forum: No registered users and 1 guest