![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Unordered List
Can anyone tell me how I can use ticks and crosses in dreamweaver instead of
bullet points, i have a clinet who has requested both and I cannot for the life of me find a way from within dreamweaver or from googling it. Any help would be appreciated |
|
|||
|
Re: Unordered List
jabbs wrote:
> Can anyone tell me how I can use ticks and crosses in dreamweaver instead of > bullet points, i have a clinet who has requested both and I cannot for the life > of me find a way from within dreamweaver or from googling it. > > Any help would be appreciated > You need to use CSS to create a class for those with ticks, and those with crosses. You will need to create a suitable image for both, and then assign the class to the <li> tags where you need them to display. Steve |
|
|||
|
Re: Unordered List
The best way is as Steve describes but with this additional twist:
Set the desired image as the background image, no-repeat, of the <li> tag, and use left padding to move the contents to the right enough for the background to display. -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "Dooza" <doozadooza@gmail.com> wrote in message news:g6mub3$hha$1@forums.macromedia.com... > jabbs wrote: >> Can anyone tell me how I can use ticks and crosses in dreamweaver instead >> of bullet points, i have a clinet who has requested both and I cannot for >> the life of me find a way from within dreamweaver or from googling it. >> >> Any help would be appreciated >> > > You need to use CSS to create a class for those with ticks, and those with > crosses. You will need to create a suitable image for both, and then > assign the class to the <li> tags where you need them to display. > > Steve |
|
|||
|
Re: Unordered List
Murray *ACE* wrote:
> The best way is as Steve describes but with this additional twist: > > Set the desired image as the background image, no-repeat, of the <li> > tag, and use left padding to move the contents to the right enough for > the background to display. This is a good way to have more control over where the image is displayed in relation to the text. I seem to remember custom bullets being a pain in a*** at times. Steve |
|
|||
|
Re: Unordered List
Custom bullets are always a PITA!
-- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "Dooza" <doozadooza@gmail.com> wrote in message news:g6n1bv$kfq$1@forums.macromedia.com... > Murray *ACE* wrote: >> The best way is as Steve describes but with this additional twist: >> >> Set the desired image as the background image, no-repeat, of the <li> >> tag, and use left padding to move the contents to the right enough for >> the background to display. > > This is a good way to have more control over where the image is displayed > in relation to the text. I seem to remember custom bullets being a pain in > a*** at times. > > Steve |
|
|||
|
Re: Unordered List
..oO(Dooza)
>jabbs wrote: >> Can anyone tell me how I can use ticks and crosses in dreamweaver instead of >> bullet points, i have a clinet who has requested both and I cannot for the life >> of me find a way from within dreamweaver or from googling it. >> >> Any help would be appreciated >> > >You need to use CSS to create a class for those with ticks, and those >with crosses. You will need to create a suitable image for both, and >then assign the class to the <li> tags where you need them to display. Just an addition: Usually all you need is just a class on the <ul>, assuming that not both bullet images are used within the same list. And if the second image is used for nested lists, you won't even need another class, but just a simple descendant selector: ul.special li {...} /* first image */ ul.special li li {...} /* second image */ Micha |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|