This is a discussion on Adjacent sibling selectors within the Html forums, part of the Programming Talk category; I read the article of CSS3 selectors placed in the link. http://www.exforsys.com/tutorials/cs...selectors.html It ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Adjacent sibling selectors
I read the article of CSS3 selectors placed in the link.
http://www.exforsys.com/tutorials/cs...selectors.html It is an excellent article. I want to know about the uses and benefits of adjacent sibling selectors. Kindly provide details on the same. |
|
|||
|
The main advantage of the adjacent sibling selectors is it gives the ability of dynamic handling by which even the other texts that are shown or placed in the middle of markup would not affect the adjacent sibling selectors. It helps in the selection of an element in the markup document which is followed by another element in it.
|