Jump to content

problem with css class assignment


praveenhotha

Recommended Posts

I was trying to assign a css class to the table data elements, but the first element is not inheriting the styles from the class properly. Only when I provide a dummy class before the actual class declaration, it gives me the desired result.Why is it so?

 

.Tab3
{

}
.Tab3
{
    COLOR: black;
    position:relative;
}
#ctl 
{
    top:0; 
    left:0;
    }
#ctr
{
     top:0;
     right:0;
}

Link to comment
https://forums.phpfreaks.com/topic/54237-problem-with-css-class-assignment/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.