|
|
Home Miscellaneous Share Widgets and Snippet
|
Widgets and Snippets for Your Site |
|
Well, this thing does not have the standard banner shape. Yet, this is all we got right now. If you like you are most welcome to put it on your site. Just copy&past the code below as you would always do... If you have any question, please feel free to ask us. Also if you'd like to have our button or banner on your site, but you have some special size.. or any other requirements, please let us know. We'll make the button for you. Thank you!
1
2
3
4
5
6
7
8
|
<div style="width:400px;height:267px;position:relative"><img
src="http://www.360darshan.com/images/stories/site_structure/away_bg.jpg">
<a style="font:normal normal 900 13px arial;color:#ffffcc;
text-decoration:blink;position:absolute;top:250px;left:108px;
opacity:0.5;filter:alpha(opacity=50)" target="_blank" title="yes, it will
take you there :)" href="http://www.360darshan.com">www.360darshan.com</a>
<span style="font:normal normal 500 13px arial;color:#ffffff;position:
absolute;top:250px;left:310px">(just launched)</span></div>
|
Here is the same without the blinking of the link (note: blinking is not supported in IE)
1
2
3
4
5
6
7
8
|
<div style="width:400px;height:267px;position:relative"><img
src="http://www.360darshan.com/images/stories/site_structure/away_bg.jpg">
<a style="font:normal normal 900 13px arial;color:#ffffcc;position:
absolute;top:250px;left:108px;opacity:0.5;filter:alpha(opacity=50)"
target="_blank" title="yes, it will take you there :)"
href="http://www.360darshan.com">www.360darshan.com</a><span style="font:
normal normal 500 13px arial;color:#ffffff;position:absolute;top:
250px;left:310px">(just launched)</span></div>
|
You can also customize the (just launched) note: change the color, for example (property color: #xxxxxx within the tag).. or even take it out all together - all within the tags, including the tags themselves.
|
|