How can i make blogs visible on a div |
How can i make blogs visible on a div |
Feb 18 2008, 02:44 PM
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 |
|
|
|
![]() |
Feb 21 2008, 10:03 AM
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. |
|
|
|
Joemar How can i make blogs visible on a div Feb 18 2008, 02:44 PM
mlothepimp Please provide your coding, About me and Who I... Feb 18 2008, 05:42 PM
Joemar hi
thank you to trying helping me.
PS: my page ... Feb 19 2008, 05:41 AM
S-Majere Is this your full code? I see your blog links no p... Feb 20 2008, 08:21 AM
Joemar can someone help me out????
i want to make my blo... Feb 21 2008, 06:05 AM
Joemar its not working...
i want only to make my blogs ... Feb 26 2008, 02:25 PM
austinoutloud I'm not sure if you've solved this or not.... Feb 26 2008, 03:35 PM
Joemar so, can someone help me out with my problem??
i j... Feb 29 2008, 03:14 PM
austinoutloud QUOTE(Joemar @ Feb 29 2008, 03:14 PM) so,... Feb 29 2008, 03:59 PM
Synoptic-Rewind you would have to hide every table individually, l... Feb 29 2008, 03:42 PM
MissHygienic Joemar: We shouldn't have to guess what you wa... Feb 29 2008, 04:08 PM
Joemar hi everybody
thank you for your help...
Synopti... Mar 1 2008, 12:33 PM
S-Majere Honestly, instead of messing around with hidden el... Mar 1 2008, 03:08 PM
Insurmountable To make your blogs visible within a blog simply ma... Mar 2 2008, 05:37 AM
Joemar thank you Insurmountable and S-Majere for your hel... Mar 3 2008, 12:58 PM
Joemar thank you Insurmountable and S-Majere for your hel... Mar 6 2008, 11:43 AM![]() ![]() |