Click here to Skip to main content
15,884,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hI
I want to set the background image to jquery ui-icon-triangle-1-s 'ui-icon-triangle-1-s'

the below css not workg.:-(

CSS
.styled-select {
   width: 240px;
   height: 34px;
   overflow: hidden;
   background: ui-icon-triangle-1-s no-repeat right #ddd;
   border: 1px solid #ccc;
   }


Thanks..
Posted

1 solution

Hi!

You are missing something :p you need to put background-image: instead of background

there are many main parts to a setting in CSS i.e. border and many subparts to those, i.e. border-left.

You'll learn in time.

In the meantime, check out this link: http://www.w3schools.com/cssref/pr_background-image.asp[^]

That should help! and there is loads more on W3 Schools if you get stuck!

If you need anything else let me know :)
 
Share this answer
 
Comments
hasbina 24-Jun-14 8:15am    
sir,

main prbm is not getting the image 'ui-icon-triangle-1-s'

Thanks..
hasbina 24-Jun-14 8:48am    
please remove your solution.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900