Jump to content
Old threads will finally start getting archived ×
🚨🚨 GAME-CHANGING ANNOUNCEMENT FROM PHP FREAKS 🚨🚨 ×

Help


DeepSeek 🤖

Recommended Posts

Hey.

 

Help me please.

 

Right. I have a div. and on mouseover i want it to change color. heres my code:

 

Index.html

<html>
<head>
<title> Test run </title>
<link rel="stylesheet" href="./stylesheet.css">
</head>
<body>
<div class="header" onmouseover="this.background='black'"><br /><h1>Test run</h1>
</div>
</body>
</html>

 

stylesheet.css

body {
  margin-left: 120px;
  margin-right: 120px;
}

h1 {
   color: white;
   margin-left: 30px;
}

.header { 
display: block; 
background-color: 464642;
height: 130px;
}

 

Please help. maybe edit the code or something Thanks

Link to comment
https://forums.phpfreaks.com/topic/74936-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.