A:hover is not working

Hi all ,a:hover is not working in my css nav menu i have set of li a links like (home, services,about,contact,faq)and i give border style to all a tag when hover the link the border appears only the last a link of FAQ , its not working for other a tag in menu.

THANK YOU .

Please post your code.

Hi DarthGuido, I tried to post my code but it shows some pop up message like new people cant upload more than two links.but that’s okay i have solved that bug.
thanks a lot

1 Like

send your code via image

Hi there malthishantha,

That advice would not be helpful for members. :wonky:

So it is better to ignore it. :winky:

To display code place it between back ticks like this…

```

```

…or highlight your code and then click the </> option.

Either way will produce something like this…

<!DOCTYPE HTML>
<html lang="en">
<head>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1">

<title>untitled document</title>

<link rel="stylesheet" href="screen.css" media="screen">

</head>
<body> 
 
</body>
</html>

coothead

6 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.