#1
| |||
| |||
CSS Property For IMG What are different image property of CSS Style? I want to cerate web page which display image in center and there are two to three images which display at bottom of the page. |
#2
| |||
| |||
Re: CSS Property For IMG To set background image : Code: { background-image: url("") } </style> Code: h3 {background-color: transparent} p {background-color: rgb(255,0,240)} </style> |
#3
| |||
| |||
Re: CSS Property For IMG list-style-image : Selects a specific image to serve as a bullet in front of list items.The list-style-image property replaces the list-item marker with an image. Code: ul { list-style-image:url("/images/webl.gif"); list-style-type:rectangle; } |
#4
| |||
| |||
Re: CSS Property For IMG It will display image in background as horizontally. Code: <style type="text/css"> body { background-image: url(""); background-repeat: repeat-x } </style> Code: <style type="text/css"> body { background-image: url("/images/web.gif"); background-repeat: no-repeat; background-attachment: fixed }</style> |
![]() |
|
Tags: css style, image, web page |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
What is a Java property category? | Viensterrr | Software Development | 4 | 22-01-2010 10:41 PM |
Help needed in C# for Invoking a Property | Deabelos | Software Development | 4 | 19-01-2010 07:33 PM |
SelectionObject property | rooki | Software Development | 3 | 30-11-2009 10:05 PM |
Property reading problem in MSI | Joko | Software Development | 4 | 12-06-2009 11:59 AM |
Default property of datacontrol | Pooja | Software Development | 2 | 28-02-2009 06:18 PM |