Forum Moderators: open

Message Too Old, No Replies

How is this done? I cant figure it out

Nice Shadowing Effect :)

         

chris_f

5:01 pm on Sep 25, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Firstly, let me apologise to the mods if the link is not allowed.

I was looking a this site [rewiredmind.com] and I can't figure out how they have done the shadowing effect below the blue bar. Also, how does the blue bar resize to the size of the page?

Can anyone shed any light on this?

Chris.

Nick_W

5:03 pm on Sep 25, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Not sure, but isn't that one of the WebmasterWorld member sites?

Either that or their on the ABW forum, I recognize the domain...

Nick

txbakers

5:05 pm on Sep 25, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It's with a style sheet: here is the table cell code:

<td class="catrow" colspan="-3" width="32%" align="RIGHT">

the CSS looks like this:

TD.catrow
{
background-color: #98ABBC;
font-family: Verdana;
font-size : 13px;
color: #525F6A;
font-weight: normal;
background-image: url(/images/elements/catrow.gif);
background-repeat: repeat-x;
}

chris_f

5:42 pm on Sep 25, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Brilliant,

Thanks TxBakers

Chris.