Jump to content

Easy Question: Image doesnt move


gCarl16

Recommended Posts

Hello Everybody

 

I usually work with C#, but I'm doing a website right now and have a question:

I want a picture in my header and when I change the window size the image may not move.

 

My code so far:

#a1 { 
position: relative;
top:-175px; left:0px; width:50px; height:50px;
background-image:url(http://domain.png);
      background-repeat:no-repeat;}
</style>

Hope someone can answer this question easy

 

Link to comment
https://forums.phpfreaks.com/topic/293890-easy-question-image-doesnt-move/
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.