Jump to content

imbored531

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by imbored531

  1. So, heres my website:www.freewebs.com/pimpmytoonand right now, it reloads the whole page when you go to a different page. I want it to only reload text, since this is the only thing that changes. I just started learning Javascript today, so I'm not totally sure how to do this.So far, I've made my variables in the head tag like so: <script type="text/javascript">var HomeRight = "Home Page, Right Box Text!"var HomeLeft = "Home Page, Left Box Text!"var PowerLevelingRight = "Power Leveling Page, Right Box Text!"var PowerLevelingLeft = "Power Leveling Page, Left Box Text!"var GoldRight = "Gold Page, Right Box Text!"var GoldLeft = "Gold Page, Left Box Text!"var HonorLevelingRight = "Honor Leveling Page, Right Box Text!"var HonorLevelingLeft = "Honor Leveling Page, Left Box Text!"var AboutUsRight = "About Us Page, Right Box Text!"var AboutUsLeft = "About Us Page, Left Box Text!"var RentAnAccountRight = "Rent An Account Page, Right Box Text!"var RentAnAccountLeft = "Rent An Account Page, Left Box Text!"var JoinUsRight = "Join Us Page, Left Box Text!"var JoinUsLeft = "Join Us Page, Right Box Text!"</script> So, when someone presses the Home Button, for example, I want it to write var HomeRight in the Right Box on the home page, and write var HomeLeft in the left box on the home page.My buttons have rollover effects, so the code looks like this: <td height="1" colspan="3" rowspan="2"> <a href="Index.htm" onmouseover="changeImages('pimpmytoon_Button', 'images/pimpmytoon_Button-over.png'); return true;" onmouseout="changeImages('pimpmytoon_Button', 'images/pimpmytoon_Button.png'); return true;" onmousedown="changeImages('pimpmytoon_Button', 'images/pimpmytoon_Button-over.png'); return true;" onmouseup="changeImages('pimpmytoon_Button', 'images/pimpmytoon_Button-over.png'); return true;"> <img name="pimpmytoon_Button" src="images/pimpmytoon_Button.png" width="121" height="30" border="0" alt="Home"></a></td> Could someone please help me out? I have no idea what do next...
  2. ah, sorry forgot to post that... <td rowspan="2"> <img src="../images/pimpmytoon_47.png" width="18" height="462" alt=""></td> <td colspan="7" background="../images/pimpmytoon_48.png"> </td> <td colspan="4" rowspan="2"> <img src="../images/pimpmytoon_49.png" width="48" height="462" alt=""></td> <td colspan="18" align="center" valign="top" background="../images/pimpmytoon_50.png"> </td> <td rowspan="2"> <img src="../images/pimpmytoon_51.png" width="1" height="462" alt=""></td> <td colspan="2" rowspan="2"> <img src="../images/pimpmytoon_52.png" width="17" height="462" alt=""></td> </tr> <tr> <td colspan="7"> <img src="../images/pimpmytoon_53.png" width="252" height="36" alt=""></td> <td colspan="18"> <img src="../images/pimpmytoon_54.png" width="636" height="36" alt=""></td> </tr> <tr> <td colspan="32"> <img src="../images/pimpmytoon_55.png" width="971" height="23" alt=""></td> <td> <img src="../images/pimpmytoon_56.png" width="1" height="23" alt=""></td> </tr> <tr> <td> <img src="../images/spacer.gif" width="26" height="1" alt=""></td> <td> heres just that particular section of the table. Its a huge table (the whole website is in the table), so I'm assuming you wouldnt want to look through it...
  3. So I read a tutorial on how to get text over an image. You do this by deleting the picture and adding to table background. Now I'm trying to do this, and the first one works fine:http://img98.imageshack.us/img98/3136/img1ph0.pngBut when I try to do the second box, it gets all messed up:http://img465.imageshack.us/img465/8021/img2cw1.pngAlso, when I try doing the second box first, that one works fine, but when I do the first one afterwards, then it gets messed up.Any idea how to fix this?Also would like to add that it doesnt get messed up when I add the background, it gets messed up as soon as I delete the picture.
  4. Well, I do graphic design so images are my specialty. I'll compress the images also. I realize the loading times wont be too good though.... Could anyone help me out?
  5. I just downloaded the dreamweaver trial yesterday and am making a template. I have four basic files that I want put together, like this:Top of website.pngNavigation.swfBottom of website.pngand then there is a background file. I want to put an Editable Region on top of the "Bottom of website.png"Kind of like its over laping it, if you know what I mean.How would I do this?
  6. I have an opening page with just a video on it. I want to center it using a style sheet. I know how to center it horizantally, but not vertically.This is what I have so far:My WebpagePlease help!
  7. Thanks! I got it working.
  8. I have no idea how to do this in HTML but if your using windows, you can open up paint, copy your image in there, and click image at the top. Then click flip/rotate. Then your image is upside down!I know its not exactly what you wanted, but its the only way I know.
  9. I have a short movie file as an opening page, and I want to be able to click it to bring me to the main site. How would I do this.Here's what I have so far: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><link rel="stylesheet" type="text/css"href="opening page.css" /><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>logo</title></head><body bgcolor="#000000"><!--url's used in the movie--><!--text used in the movie--><!-- saved from url=(0013)about:internet --><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="550" height="400" id="logo" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="logo.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="logo.swf" quality="high" bgcolor="#000000" width="550" height="400" name="logo" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></body></html> What and where would I put something to make it a link.I don't think you'd need this to help me but heres a link of what I have:My WebpagePS Macromedia did most of that when I clicked publish.
×
×
  • Create New...