Olivier Sannier wrote:
[snip]
> If it doesn't take you away from other more useful tasks, well, yes. But
> I can live without it.
>
>> Try this in your style sheet for the Popular Articles link:
>> ul li a {display:block;}
>>
> Does not seem to help at all. The only difference I see is the retu
Bill Brown wrote:
> Glad the code was helpful. In terms of the groove border, I'm not sure
> you have many options there. The absence of semantic html means that we
> don't have a reliable page structure to draw on for separating the
> headers from the page content (search engines are gonna love th
Olivier Sannier wrote:
[snip]
> 1. The "line" to separate the title and the content is done using a
> "groove" border. However, it goes over the right border. Using a red
> background, I figured out why it is doing so. Do you guys think there is
> a way to have such a line inside the rounded box, o
Bill Brown wrote:
> Alan Gresley wrote:
>
>> background-color: #ee; /* this color hides the image left edge */
>>
Ah, that's the reason! Thanks for letting me know, now it works better.
As to the syntax error, those were left over after I tried removing some
options to see the eff
Alan Gresley wrote:
> Hello Oliver
> You are having problems with this ruleset.
> .box-title {
> background-color: #ee; /* this color hides the image left edge */
> background-image: url("img/rcTR.png");
> background-position: 100% 0;
> background-repeat: no-rep
Olivier Sannier wrote:
> Bill Brown wrote:
>> Hi Olivier,
>>
>> Try this:
>> http://www.theholiergrail.com/tests/rctest/index.html
>>
>> (I've also included the source below.)
>>
>> Your HTML configuration was a little different than the example on
>> 456BereaStreet, so I just wrote it based around
Olivier Sannier wrote:
> Bill Brown wrote:
>> Olivier Sannier wrote:
>>
>>> Hello all,
>>>
>>> I have looked around for a way to create round boxes using CSS and
>>> images but I'm not quite there yet. Looking around on the web, I came
>>> across lots of different techniques but I'm quite puzz
Bill Brown wrote:
> Olivier Sannier wrote:
>
>> Hello all,
>>
>> I have looked around for a way to create round boxes using CSS and
>> images but I'm not quite there yet. Looking around on the web, I came
>> across lots of different techniques but I'm quite puzzled as to how to
>> implement i
Olivier Sannier wrote:
> Hello all,
>
> I have looked around for a way to create round boxes using CSS and
> images but I'm not quite there yet. Looking around on the web, I came
> across lots of different techniques but I'm quite puzzled as to how to
> implement it because I have a very partic