The juxtaposed selector is an example of a very useful CSS selector and unfortunately not being used by Internet Explorer 6. The newer version of Internet Explorer 7 can already get the links. The proximate selector intentionally allows the use HTML element as a reference as juxtaposed with another element.
blockquote+p {margin-top: 0;}
A code of CSS explains the paragraph followed after with a quote will not need amargin on top. An important concept because writers, usually, mentions the name of the reference author when quoting whole paragraphs. Writers prefer use up free spaces between a paragraph and a quote.
An amazing example is using an adjacent selector from the horizontal lists. Most of the time, the web authors want to use it as a format, so the first item can look quite different from the other items among the list; if the web designers assigns a left border to each navigation item other than the first, the authors usually use a CSS code:
li+li {border-left: 1px solid black;}
It simply explains that a
#content p:first-child {margin-top: 0;}
The newest commands for CS compatible Internet Explorer 7 is not new for many browsers like Firefox, Google, OpenDns and Yahoo actually recognizes the CSS commands. The lower version of Internet Explorer up to the sixth version will never recognize the recent CSS commands, and therefore cannot be searched by the search engine. Clients whose websites have new CSS commands looses the opportunity of tapping clients who are still using the Internet Explorer 1-6. The challenge for the web designers is to be able at least to catch one web page from the website that is compatible with lower forms of Internet Explorer to be able to cater to clients who are not in anyway familiar with the new CSS commands.



(1 votes, average: 4 out of 5)
english
español
Deutsch
français
Italiano
Português
русский










Leave a reply