How can i make blogs visible on a div |
How can i make blogs visible on a div |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 25 Joined: Jan 2007 Member No: 495,913 ![]() |
hi everybody
can someone help me out with my problem? i want to make my blogs visible on a div overlay page. so, what kind of code do i have to use?? thanx for your help |
|
|
![]() |
![]()
Post
#2
|
|
![]() cake or DEATH ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 631 Joined: Sep 2005 Member No: 223,586 ![]() |
He just has the link to his blog visible in the form of image maps. Is that what you want?
First, you need to create another div like this. Place it between the style tags that you already have. Change the positioning to whatever you want: CODE .blog { position:absolute; top:0px; left:50%; margin-left: 0px; width: 0px; height: 0px; z-index:3; padding:0px; border: 0px solid black; background-color:4a4a4a; } Then you put it to work using the following code. You've already done this for your other links, so I'm assuming you know what to do: CODE <div class="blog"><a href="http://blog.myspace.com/index.cfm?fuseaction=blog.ListAll&friendID=114162810"><img border "0" src="IMAGE URL HERE"></a></div> Upload your button onto a web server like Photobucket.com or Imageshack.us, replace IMAGE URL HERE with the link to your image. |
|
|
![]() ![]() |