Results 1 to 3 of 3

Thread: Style sheet issue

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2009
    Location
    Watch Window(Shift+f9)
    Posts
    1,879

    Question Style sheet issue

    hi friend,

    I am just new in ASP.net . in one of my css file why it says 'border-radius' is not a known CSS property name. following is the css file .
    Code:
    .comments {
    	display: block;
    	float: left;
    	width: 88px;
    	padding: 5px 5px;
    	background: #B50D0D;
    	border-radius: 5px;
    	color: #FFFFFF;
    	text-align: center;
    	text-decoration: none;
    }

  2. #2
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,605

    Re: Style sheet issue

    Do not worry about that. In the end it is not the poorly written intelly of asp.net that will validate the css but the web browser.
    Another advice is NEVER take for granted what the "view designer" shows in visual studio. You will be negatively surprised when you run the page and see everything upside down.
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  3. #3

    Re: Style sheet issue

    the words #sapator you do not worry

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width