Jump to content

Little Goat

Members
  • Posts

    733
  • Joined

  • Last visited

Posts posted by Little Goat

  1. time to get some stuff sorted herewhat do you mean "by hand"when I put in the id value it doesn't stay, next time I open the inspector up there is no idwhat are you talking about "Div class" in the inspector it is just "class"I am srry if i am making you lose your patience but no matter what code I start to learn there are alway some problems...in VB.NET I couldn't do arrays or randomsin Actionscript, my buttons and cursor wouldnt work etc...basically, can you give me a step by step?

    by hand=open in good old NOTEPADdiv class= the div's class1.open your page in notepad, not your other fancy programs2.scroll down until you see a <div class="fw-paragraph"> that has the javascript underneath it.3. change it to <div class="fw-paragraph" id="fw-paragraph">4. save it.5. it works! (celebrate :) )p.s. i'm ok, I am now the 8th top poster instead of 9th... :) LG
  2. ok, I don't see any ID's on your page...I don't think you could give me control unless you gave me you ftp password :) I don't even really know how to do that anyway...I'll play around with the code and see what I can do.P.S. did you build that site from scratch? not to be rude, but the code is all messed up...P.P.S. yay! 300 posts! :) LG

  3. Firefox, Opera, and Safari are all on the right track, but MS really needs to set up a permanent IE department with 3 divisions: engine feature upgrades, standards compliance, and bug fixing, and they need to put out patches and new releases at the same rate as everyone else is.  And in order for that to happen, they really need to separate IE from the OS (I heard they were going to.. we'll see).  IE wouldn't matter if 85% of users weren't using it, but that's not going to change overnight.

    what are you talking about? :) I have IE6 and it does css layouts just fine.????????LG
  4. Well, shoot me in the foot! I was about to tell you that on the Programs tab of Internet Options, a user could specify the text editor the would like to use when viewing source in IE. Unfortunantly, the HTML Editor option there seems not do anything. So, perhaps there is an IE plugin/toolbar that adds that feature, like in Firefox?

    yep, been there, done that.I am not able to use any of those other browsers right now, so that's why I use notepad.LG
  5. well, lets say I'm fluent in some parts of javascript. :) this error isn't one of those parts. I've had that error before, and I couldn't figure out how to fix it. (by the way, a lot of my "fluency" is from things I've tried, and believe me, I've tried a lot on this one.)I'll see if I can find something...LG*edits signature*

  6. yea that looks good, here is what I use for XHTML documents:

    <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

    LG

×
×
  • Create New...