Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2067

Re: Dropbox in logo

$
0
0

I think you meant to overlay a dropdown on an image. You can do that with css.

 

Keep the style for image as relative and absolute for dropdown, something like, change the top/left for dropdown accordingly

<head>

<style>

   .image

      {

            position: relative;

            top: 0;    

            left: 0;

      }

 

   .dropdown

      {

            position: absolute;         

            top: 60px;    

            left: 80px;    

      }

</style>

</head>


Viewing all articles
Browse latest Browse all 2067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>