Note that there are some explanatory texts on larger screens.

plurals
  1. POLink css different color scheme problem
    primarykey
    data
    text
    <p>Why are the nav links taking the style of the normal links?</p> <p><strong>This is a basic navigation menu:</strong></p> <pre><code>&lt;!-- Begin menu --&gt; &lt;div align="center"&gt; &lt;span class="nav"&gt; &lt;a href="index.html" title="Graphic Boulevard - Home pagina"&gt;Home&lt;/a&gt; | &lt;a href="autobelettering.html" title="Graphic Boulevard - Autobelettering"&gt;Autobelettering&lt;/a&gt; | &lt;a href="reclame.html" title="Graphic Boulevard - Binnen reclame en Buiten reclame"&gt;Reclame&lt;/a&gt; | &lt;a href="prints.html" title="Graphic Boulevard - Groot formaat printen"&gt;Prints&lt;/a&gt; | &lt;a href="textiel.html" title="Graphic Boulevard - Textiel bedrukken"&gt;Textiel&lt;/a&gt; | &lt;a href="ontwerpen.html" title="Graphic Boulevard - Ontwerpen"&gt;Ontwerpen&lt;/a&gt; | &lt;a href="aanleveren.html" title="Graphic Boulevard - Digitale bestanden aanleveren"&gt;Aanleveren&lt;/a&gt; | &lt;a href="contact.html" title="Graphic Boulevard - Neem contact met ons op."&gt;Contact&lt;/a&gt; &lt;/span&gt;&lt;br /&gt; &lt;/div&gt; &lt;!-- Einde Menu --&gt; </code></pre> <p><strong>This is the CSS</strong></p> <pre><code>/* Normal links */ a { font-size: 12px; color: #DC342F; } a:link { text-decoration: none; color: #DC342F; } a:visited { text-decoration: none; color: #DC342F; } a:hover { text-decoration: underline; color: #DC342F; } a:active { text-decoration: none; color: #DC342F; } /* navigation links */ a.nav { text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 14px; } a.nav:visited { text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 14px; } a.nav:hover { text-decoration: none; color: #DFFFFFF; font-weight: bold; font-size: 14px; } a.nav:active { text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 14px; } </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload