Quote:
Originally Posted by Turtle91
I’m glad you got it to work
You can use multiple selectors and combine them separately.
.L {float:left}
.R {float:right}
.s50 {width:50%}
.s33 {width:33%}
<div class="R s50">
<div class="L s33">
|
That doesn't work :-)
But I get an interesting effect - the image is shown at full resolution (so is wider than the viewport) and the text is
within the image :-) at the distance from the left side as defined by the S-selector.