StyleSheet - CSS, examples?
-
I'm redesigning our solution, and most of the asp controls I want to style by using CSS. Does anyone have link's to examples on CSS. Her are some things I am locking for: 1. Change the arrow icon on a DropDownList, by using an image. 2. Make a button containing 3 images (left, middle'repiting', right) 3. Changeing the heder of a DataGrid so i has round corners ( 3 images left, middle'repiting', right) 4. Changeing a TextBox so it has round corners 5. Change the scrollbare of a ListBox, so it has the color Silver. Is this things even possible with CSS, or do I have to make my own custom controls? Thanks in advanced Thomas
-
I'm redesigning our solution, and most of the asp controls I want to style by using CSS. Does anyone have link's to examples on CSS. Her are some things I am locking for: 1. Change the arrow icon on a DropDownList, by using an image. 2. Make a button containing 3 images (left, middle'repiting', right) 3. Changeing the heder of a DataGrid so i has round corners ( 3 images left, middle'repiting', right) 4. Changeing a TextBox so it has round corners 5. Change the scrollbare of a ListBox, so it has the color Silver. Is this things even possible with CSS, or do I have to make my own custom controls? Thanks in advanced Thomas
you can try http://www.csszengarden.com/[^]
All The Best Sathesh Pandian
-
I'm redesigning our solution, and most of the asp controls I want to style by using CSS. Does anyone have link's to examples on CSS. Her are some things I am locking for: 1. Change the arrow icon on a DropDownList, by using an image. 2. Make a button containing 3 images (left, middle'repiting', right) 3. Changeing the heder of a DataGrid so i has round corners ( 3 images left, middle'repiting', right) 4. Changeing a TextBox so it has round corners 5. Change the scrollbare of a ListBox, so it has the color Silver. Is this things even possible with CSS, or do I have to make my own custom controls? Thanks in advanced Thomas
I don't think you can round the corners on a textbox. The AjaxToolkit[^] has some controls with rounded corners that be of help for you.
only two letters away from being an asset
-
I'm redesigning our solution, and most of the asp controls I want to style by using CSS. Does anyone have link's to examples on CSS. Her are some things I am locking for: 1. Change the arrow icon on a DropDownList, by using an image. 2. Make a button containing 3 images (left, middle'repiting', right) 3. Changeing the heder of a DataGrid so i has round corners ( 3 images left, middle'repiting', right) 4. Changeing a TextBox so it has round corners 5. Change the scrollbare of a ListBox, so it has the color Silver. Is this things even possible with CSS, or do I have to make my own custom controls? Thanks in advanced Thomas