I'm making changes to an existing website that uses CSS. Once sheet has duplicate Selector entries that has identical declarations
#Content {
...
...
}
#Content {
...
...
}
So I'm thinking why have two so I remove one (either one)where parts of the page blows chunks. Replace it and everything's ok.
There's also in the CSS...
#Content fieldset {
...
...
}
Can someone help explain why this occurs for having duplicate entries seems awfully confusing to code.
thanks,
#Content {
...
...
}
#Content {
...
...
}
So I'm thinking why have two so I remove one (either one)where parts of the page blows chunks. Replace it and everything's ok.
There's also in the CSS...
#Content fieldset {
...
...
}
Can someone help explain why this occurs for having duplicate entries seems awfully confusing to code.
thanks,