Hi group,
I have a UL LI construction where the LI's contain <a href's.
The links have the display:block; property so the entire LI becomes a
hotspot.
Imagine it looks like this:
-----------------------
Link 1
-----------------------
Link 2
-----------------------
Link 3
-----------------------
Link 4
-----------------------
Now i want to show a checkmark in front of one or two links, in front
of the LI. The LI is already against the margin of a centered div. The
checkmarks shouldn't mess up the alignment of the links nor should
they link themselves. Visually this would be the result:
-----------------------
Link 1
-----------------------
V Link 2
-----------------------
Link 3
-----------------------
V Link 4
-----------------------
In code a LI would look like: <li> V <a href="#"> Link 2 </a> </li>
What css properties do i need to give the checkmarks? I tried relative
positioning, but it also gives a textindent
to the link itself. I hope this kind of makes sense.
Thanks in advance,
Knal.
--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS"
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---