Page 2 of 2

PostPosted: Thu Feb 14, 2008 8:37 pm
by flemmingbo
Pbase is actually exceptional in the amount of control over the css that they offer us. Have a look at my pages, 100% customized (close anyway, there's a few things we can't control).

The fact that IE is the worst browser in the world with no regards for standards is not Pbase fault :D

Glad to help, no worries!

regards,

Flemming

PostPosted: Fri Feb 15, 2008 11:18 pm
by piotrstankiewicz
flemmingbo wrote:Glad to help, no worries!

:)

PostPosted: Sun Feb 17, 2008 3:12 pm
by piotrstankiewicz
Btw, what is the difference between:

#inline_slideshow td

and

TD.thumbnail

Why sometimes we have first class name and then hmtl tag and sometimes first we have html tag then dot and then class name?

PostPosted: Sat Feb 23, 2008 9:16 am
by flemmingbo
hi,

It can be confusing, helps if you're used to object programming and classes etc.

In your example the number sign # just means it is a DIV.

#inline_slideshow td means that ANY TD tag only within this DIV called #inline_slideshow are affected by this definition.

TD.thumbnail means that any TD definition in the html code with class=thumbnail will get affected by this definition.

This also means that a single TD tag can be controlled by many different bits of definitions in the CSS.

hope this helped a bit,

regards,

Flemming