I have to make a page with four unordered lists.
Before the list items I have to show an image; (info.gif) (arrow.gif) etc.
I’am familiar with the action “List item images”. But with this action all the list-items get the same image, and I need to make four lists and each list should have a different image before the items of that list.
The list-style-image property (CSS -extended) does not work in Freeway.
ul { list-style-image: url(info.gif) }
.list2 {list-style-image: url(arrow.gif) }
I have tried a lot of different ways , styled the Ul , use a class, changed the url(info.gif) to url(Recourses/arrow.gif) Nothing works.
Before the list items I have to show an image; (info.gif) (arrow.gif) etc.
I’am familiar with the action “List item images”. But with this action all the list-items get the same image, and I need to make four lists and each list should have a different image before the items of that list.
The list-style-image property (CSS -extended) does not work in Freeway.
ul { list-style-image: url(info.gif) }
.list2 {list-style-image: url(arrow.gif) }
I have tried a lot of different ways , styled the Ul , use a class, changed the url(info.gif) to url(Recourses/arrow.gif) Nothing works.
many thanks for your time and your example, and yes that is what I meant.
But what a lot of styles you have to make in FW to get this result!
I see that you are using a background image in your styles and not the “list-style-image”.
I’am trying to understand why the item-images shows up on the hancode page with {list-style-image} and not in the FW page.
All the images are in the root and the CSS code is exact the same on both pages, I don’t understand this. That’s why I was talking about a bug in FW.
Anyway, with your example I can make the page,
thanks again.
B8
Op 6-feb-2008, om 3:17 heeft Todd het volgende geschreven:
I have to make a page with four unordered lists.
Before the list items I have to show an image; (info.gif) (arrow.gif) etc.
I’am familiar with the action “List item images”. But with this action all the list-items get the same image, and I need to make four lists and each list should have a different image before the items of that list.
The list-style-image property (CSS -extended) does not work in Freeway.
ul { list-style-image: url(info.gif) }
.list2 {list-style-image: url(arrow.gif) }
I have tried a lot of different ways , styled the Ul , use a class, changed the url(info.gif) to url(Recourses/arrow.gif) Nothing works.
Well, 2 styles per list might seem like a lot but I suppose the upshot (for me anyway) is that it’s action-free and all done with CSS which gives you all the styling control instead of being locked into the limitations of the action.
The other thing is that once you get the first style working as intended you can just duplicate them and swap the images as needed.
If you (or anyone else) want the FW file let me know on or off-list. Glad I could help.
Todd
On Feb 6, 2008, at 7:03 AM, Remco Horemans wrote:
But what a lot of styles you have to make in FW to get this result!
I see that you are using a background image in your styles and not the “list-style-image”.
I have to make a page with four unordered lists.
Before the list items I have to show an image; (info.gif)
(arrow.gif) etc.
I’am familiar with the action “List item images”. But with this
action all the list-items get the same image, and I need to make
four lists and each list should have a different image before the
items of that list.
The list-style-image property (CSS -extended) does not work in
Freeway.
ul { list-style-image: url(info.gif) }
.list2 {list-style-image: url(arrow.gif) }
I have tried a lot of different ways , styled the Ul , use a class,
changed the url(info.gif) to url(Recourses/arrow.gif) Nothing works.