D
Don
I am a total new starter when it comes to CSS but I believe I am learning
fast. I'm stuck and wonder if I am seeking a solution that just isn't
possible.
What I would like to do is have an entry in my style sheet that dictates all
images on a page will have a border, all parameters for that border to be
picked up from the style sheet (thickness, colour and so on).
I know I can define an entry in my sheet for example..
..picdefcol {
border: 1px solid;
border-bottom-color: Black;
border-right-color: Black;
border-left-color: #E3E3E3;
border-top-color: #E3E3E3;
}
It seems to me the only way to get the pictures to pick up the values is to
right click on them and then apply .picdefcol via the Style button.
Am I asking too much?
Any advice from you experienced guys and gals would be very much
appreciated.
Thank you,
Don
fast. I'm stuck and wonder if I am seeking a solution that just isn't
possible.
What I would like to do is have an entry in my style sheet that dictates all
images on a page will have a border, all parameters for that border to be
picked up from the style sheet (thickness, colour and so on).
I know I can define an entry in my sheet for example..
..picdefcol {
border: 1px solid;
border-bottom-color: Black;
border-right-color: Black;
border-left-color: #E3E3E3;
border-top-color: #E3E3E3;
}
It seems to me the only way to get the pictures to pick up the values is to
right click on them and then apply .picdefcol via the Style button.
Am I asking too much?
Any advice from you experienced guys and gals would be very much
appreciated.
Thank you,
Don