can someone help me??, with coding of my skin |
can someone help me??, with coding of my skin |
Dec 31 2004, 08:32 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 524 Joined: Jul 2004 Member No: 28,003 |
That is what I have so far, I just want to know how to move my text over now that I took out the scrolbox and why my image map isn't working
thanks for the help edit// you can see what it looks like here <!-- begin code provided by createblog.com --> <img src="http://n.1asphost.com/runforfun529/warped.gif"> <map name="warped"> <area shape="rect" coords="8,282,67,301" href="http://www.xanga.com/private/home.aspx" target="_self" alt="home"> <area shape="rect" coords="72,279,129,300" href="http://www.xanga.com/CLAF/" target="_self" alt="Customize Look and Feel"> <area shape="rect" coords="134,280,212,300" href="http://www.xanga.com/signin.aspx" target="_self" alt="sign in"> <area shape="rect" coords="219,278,304,301" href="http://www.xanga.com/logout.aspx" target="_self" alt="logout"> <area shape="rect" coords="306,279,453,301" href="http://www.xanga.com/Private/subs.aspx" target="_self" alt="your subscriptions"> <area shape="rect" coords="456,281,509,301" href="http://www.xanga.com/" target="_self" alt="back to xanga"> </map> <div style="overflow: auto; width: 500px; height: 500px; margin-top: -500px; margin-left: 10px;"> <style type="text/css"> table.navigation, table.footer { display:none; } </style> <style type="text/css"> .#rblEprops{display:none;} #pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops /* width of the comment page */ {width:245px;} .leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer {display: none;} </style> <!-- end code provided by createblog.com --> |
|
|
|
![]() |
Dec 31 2004, 08:35 PM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
The image map part looks fine to me. umm.. moving text over.. =\ You mean the div? Maybe you can make the width a little wider and move it a little over if ya need to.. is that what you;re talking about? |
|
|
|
Dec 31 2004, 08:39 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 524 Joined: Jul 2004 Member No: 28,003 |
yea, I think I can fix that part, but like if you go to my example, the image mapper isn't working, like its not linked
|
|
|
|
Dec 31 2004, 08:41 PM
Post
#4
|
|
![]() hello : ) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,227 Joined: Apr 2004 Member No: 13,139 |
well i previewed yoru xanga and i think the image map doesn't work because if you click the link you used for the image map got resized or something, so that's why it doesn't work. so i took the liberty of image mapping it again for you =)
CODE <MAP NAME='imgmap'>
<AREA SHAPE='rect' COORDS='7,279,69,299' HREF='http://www.xanga.com/private/home.aspx' ALT='Home'> <AREA SHAPE='rect' COORDS='69,282,132,297' HREF='http://www.xanga.com/CLAF/' ALT='customize look and feel'> <AREA SHAPE='rect' COORDS='131,281,218,297' HREF='http://www.xanga.com/signin.aspx' ALT='sign in'> <AREA SHAPE='rect' COORDS='209,282,306,293' HREF='http://www.xanga.com/logout.aspx' ALT='log out'> <AREA SHAPE='rect' COORDS='307,285,453,301' HREF='http://www.xanga.com/Private/subs.aspx' ALT='your subscriptions'> <AREA SHAPE='rect' COORDS='452,283,511,299' HREF='http://www.xanga.com/' ALT='back to xanga'> </MAP> <IMG SRC='http://img57.exs.cx/img57/6740/warped9ox.gif' border=0 width=518 height=808 USEMAP='#imgmap'> |
|
|
|
![]() ![]() |