| Notices | Welcome to the Altnation forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |  |
9th March 2009, 10:29pm
|
#1 | | Slayer of peanuts!
Join Date: Oct 2004 Location: Clydebank
Posts: 2,154
| HTML problem HELP!! Im gonna go insane! I have managed to make a div layer for my myspace layout, with hotspots to other pages. It works fine. Now I am trying to do the same thing for a music profile on myspaz but everytime I put the code into the edit box, myspace is deleting the vital '#' sign which fucks it all up!
example:
When I save this part it looks like :
usemap="Map" />
<map name="Map" id="Map">
But it should look like:
usemap="#Map" />
<map name="Map" id="Map">
Iv been racking my brain for hours on this, and have a deadline! Anyone got any tips, other than give up cos I'v already thought about that.
__________________ |
| |
9th March 2009, 10:43pm
|
#2 | | Changed Man V4
Join Date: May 2002 Location: Breaking into H
Posts: 32,418
| Re: HTML problem HELP!! Heading out in a minute - do you have the full code there?
__________________ You just lost The Game
If animal trapped call 844-6286 |
| |
10th March 2009, 8:06am
|
#3 | | (suicidemachine)
Join Date: Jan 2002 Location: Too large
Posts: 18,460
| Re: HTML problem HELP!! you can't use # in Myspace, funnily enough I learned that yesterday!
I'll find a solution when I get to work.
Gies an hour! |
| |
10th March 2009, 5:22pm
|
#4 | | Slayer of peanuts!
Join Date: Oct 2004 Location: Clydebank
Posts: 2,154
| Re: HTML problem HELP!! I managed to use the '#' in my own personal profile, it just wont work for a music profile for some odd reason!!
__________________ |
| |
29th March 2009, 5:33pm
|
#5 | | Slayer of peanuts!
Join Date: Oct 2004 Location: Clydebank
Posts: 2,154
| Re: HTML problem HELP!! Ok gonna start this Thread up again, but for a different reason. Still HTML based.
Im trying to make a scrollbox, about 100px wide and 300 high, fair enough, but I want the box to scroll horizontal instead of vertical. you know, across the page instead of down.
I know how to make a scroll box, just dunno how to make it scroll along...
Anyone???
__________________ |
| |
29th March 2009, 5:34pm
|
#6 | | (suicidemachine)
Join Date: Jan 2002 Location: Too large
Posts: 18,460
| Re: HTML problem HELP!! what are you wanting to achieve with it? |
| |
29th March 2009, 5:38pm
|
#7 | | Slayer of peanuts!
Join Date: Oct 2004 Location: Clydebank
Posts: 2,154
| Re: HTML problem HELP!! Im bascialy wanting a div layer, with a load of my photos in there. But i want them to scroll along the page instead of down the way. Most of my photos are landscape so it makes sense to do this.
__________________ |
| |
29th March 2009, 5:46pm
|
#8 | | (suicidemachine)
Join Date: Jan 2002 Location: Too large
Posts: 18,460
| Re: HTML problem HELP!! jQuery carousel is a nice, simple carousel altough I don't know anything at all about myspace so you may not be able to use that.
Otherwise you could create a div that is a few pixels higher than your images, set the overflow property to 'auto' and float all your images side by side
this works nicely... Code: <div style="position:relative;width:400px;height:120px;overflow:auto;white-space: nowrap;">
<img src="http://www.altnation.com/forums/customavatars/avatar1096_6.gif" style="height:90px;float;left;margin-right:4px;" />
<img src="http://www.altnation.com/forums/customavatars/avatar1096_6.gif" style="height:90px;float;left;margin-right:4px;" />
<img src="http://www.altnation.com/forums/customavatars/avatar1096_6.gif" style="height:90px;float;left;margin-right:4px;" />
<img src="http://www.altnation.com/forums/customavatars/avatar1096_6.gif" style="height:90px;float;left;margin-right:4px;" />
<img src="http://www.altnation.com/forums/customavatars/avatar1096_6.gif" style="height:90px;float;left;margin-right:4px;" />
<img src="http://www.altnation.com/forums/customavatars/avatar1096_6.gif" style="height:90px;float;left;margin-right:4px;" />
<img src="http://www.altnation.com/forums/customavatars/avatar1096_6.gif" style="height:90px;float;left;margin-right:4px;" />
<img src="http://www.altnation.com/forums/customavatars/avatar1096_6.gif" style="height:90px;float;left;margin-right:4px;" />
</div>
Last edited by Largest of Gregs; 29th March 2009 at 5:46pm.
Reason: Automerged Doublepost
|
| |
29th March 2009, 5:49pm
|
#9 | | Slayer of peanuts!
Join Date: Oct 2004 Location: Clydebank
Posts: 2,154
| Re: HTML problem HELP!! Thanks. It was the "white-space : nowrap" bit that I needed. I tried all sorts of stuff like x: hidden.. bascialy making stuff up and hoping im lucky!
Cheers 
__________________ |
| |
29th March 2009, 5:49pm
|
#10 | | (suicidemachine)
Join Date: Jan 2002 Location: Too large
Posts: 18,460
| Re: HTML problem HELP!! np |
| |
29th March 2009, 5:52pm
|
#11 | | Forum SuperMod SuperMod
Join Date: Jul 2002 Location: Liverpool
Posts: 15,514
| Re: HTML problem HELP!!  jQuery |
| |
29th March 2009, 5:53pm
|
#12 | | (suicidemachine)
Join Date: Jan 2002 Location: Too large
Posts: 18,460
| Re: HTML problem HELP!! Quote:
Originally Posted by GreatKingRat  jQuery | me too, although sadly enough my favourite thing of the moment is fancy form, based on mootools framework! |
| |
29th March 2009, 5:59pm
|
#13 | | Forum SuperMod SuperMod
Join Date: Jul 2002 Location: Liverpool
Posts: 15,514
| Re: HTML problem HELP!! There's a jQuery equivalent out there, not a fan of Mootools though so I can't compare.
I've started writing my own jQuery plugins though, nothing special just now but I've got some decent feedback from this one.
Gonna try and release a new version of that one tomorrow, as well as another one I've been working on.  |
| |
29th March 2009, 6:05pm
|
#14 | | (suicidemachine)
Join Date: Jan 2002 Location: Too large
Posts: 18,460
| Re: HTML problem HELP!! I think I use mootools as it was the first once I stumbled across one day. Never looked back! Using it all the time |
| |
12th April 2009, 1:22pm
|
#15 | | Slayer of peanuts!
Join Date: Oct 2004 Location: Clydebank
Posts: 2,154
| Re: HTML problem HELP!! Ok, gonna add to this, with yet another problem!! I made a simple div layer with rollover buttons, but it just doesnt appear on the page at all! Cant figure out how its not appearing!
My code is:
<div id="Layer1" style="position:absolute; left:178px; top:167px; width:693px; height:76px; z-index:1"><a href="http://www.msplinks.com/MDFodHRwOi8vZnJpZW5kcy5teXNwYWNlLmNvbS9pbmRleC5jZm 0/ZnVzZWFjdGlvbj1pbnZpdGUuYWRkZnJpZW5kX3ZlcmlmeSZmcm llbmRJRD00NDY5MjczNDc=" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('add','','http://c4.ac-images.myspacecdn.com/images02/104/l_87d02570d6a34b76bf03074615ee37b3.jpg',1)"><img name="add" border="0" src="http://c2.ac-images.myspacecdn.com/images02/84/l_da58f6de052d48288da03dd64ea0a209.jpg"></a><a href="http://www.msplinks.com/MDFodHRwOi8vbWVzc2FnaW5nLm15c3BhY2UuY29tL2luZGV4Lm NmbT9mdXNlYWN0aW9uPW1haWwubWVzc2FnZVYyJmZyaWVuZElE PTQ0NjkyNzM0NyZNeVRva2VuPTFmYWUwZDAzLTc1ODctNGFiYi 05ZjcyLTRiNzEzY2I3YWNkYg==" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('message','','http://c2.ac-images.myspacecdn.com/images02/102/l_dc8e064f177f42f6ad1086ffae549425.jpg',1)"><img name="message" border="0" src="http://c4.ac-images.myspacecdn.com/images02/98/l_4bb9dbac17f640318e326f9fdeafafef.jpg"></a><a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&friendID= 446927347" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('photos','','http://c3.ac-images.myspacecdn.com/images02/90/l_5a551dd470de48888411352d0a5225aa.jpg',1)"><img name="photos" border="0" src="http://c4.ac-images.myspacecdn.com/images02/88/l_3238c84133b54acfae9031c4bd5509c3.jpg"></a><a href="http://www.myspace.com/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('blog','','http://c2.ac-images.myspacecdn.com/images02/96/l_214d5aefdbf3461aa7b02a0129daf73d.jpg',1)"><img name="blog" border="0" src="http://c4.ac-images.myspacecdn.com/images02/109/l_251d22c4f1a14690b7ede6d11f89a0b3.jpg"></a><a href="http://www.msplinks.com/MDFodHRwOi8vYmxvZ3MubXlzcGFjZS5jb20vaW5kZXguY2ZtP2 Z1c2VhY3Rpb249YmxvZy5MaXN0QWxsJmZyaWVuZElkPTQ0Njky NzM0Nw==" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('favourites','','http://c2.ac-images.myspacecdn.com/images02/77/l_11c3e62fe4cc4d6e9a4fe3de9ed9766d.jpg',1)"><img name="favourites" border="0" src="http://c4.ac-images.myspacecdn.com/images02/70/l_e1655129c4a248e99ac9ed8faa05632b.jpg"></a></div>
Anyone have any clue what im doing wrong?
__________________ |
| |  | | Thread Tools | | | | Rate This Thread | | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | | | |