CSS

15 years 10 months ago #64556 by RichRawlings
CSS was created by RichRawlings
I found one CSS error

W3C CSS Validator results for candidates.usmjparty.com/component/comprofiler/userprofile/admin.html (CSS level 2.1)

Sorry! We found the following errors (1)

URI : candidates.usmjparty.com/components/com_comprofiler/plugin/templates/default/template.css

530 div.cancel a, div.star a
Value Error : border 1 is not a border-color value : 1 solid #ff0000

Please Log in to join the conversation.

15 years 10 months ago #64578 by beat
Replied by beat on topic Re:CSS
Nothing major, browsers still understand, but it's a validation error:

Changed:

div.cancel a,div.star a{display:block;width:16px;height:100%;background-position:0 0px;border:1 solid #FF0000}

to:

div.cancel a,div.star a{display:block;width:16px;height:100%;background-position:0px 0px;border:1px solid #FF0000}

should fix it.

Edit: added 0PX too.

Thanks for reporting back :)

Post edited by: beat, at: 2008/06/04 11:00

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.174 seconds