Click to See Complete Forum and Search --> : How to manage two UL,LI bullets within the same DIV TAG?


toplisek
10-28-2008, 05:23 AM
I have simple question:
How to manage two UL,LI bullets images within the same DIV TAG name?

Fang
10-28-2008, 05:41 AM
Give the ul's an id

toplisek
10-28-2008, 05:44 AM
This would work but there is middle part within ID and this has UL which goes over my ID for particular ID. Is this only solution to add each UL and LI other ID?

Fang
10-28-2008, 06:07 AM
Can you show some code, your explanation would be more comprehensible.

toplisek
10-28-2008, 06:11 AM
Hi Fang,
sorry do not have any code. Just testing. I have managed as you told me and it works perfect. Each UL has ID. Maybe this is better as middle part has ID and it has priority if I do not define exact ID for my UL.

Fang
10-28-2008, 06:14 AM
Perhaps specificity (http://www.molly.com/2005/10/06/css2-and-css21-specificity-clarified/) would simplify the problem