User Profile

Collapse

Profile Sidebar

Collapse
saputello
saputello
Last Activity: May 8 '08, 06:48 PM
Joined: Apr 1 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • saputello
    started a topic can you help make this drive() function work?

    can you help make this drive() function work?

    hello, hello, hello

    can anyone see the problem with this drive() function? i can't get it to work!

    class Car {
    // properties
    public var mc:MovieClip;
    private var acceleration:Nu mber;
    private var topSpeed:Number ;
    private var currentSpeed:Nu mber;

    public function Drive() {
    if (currentSpeed<t opSpeed) {
    currentSpeed += acceleration;
    mc._x...
    See more | Go to post

  • saputello
    started a topic javascript gets in the way of validation

    javascript gets in the way of validation

    hello

    every page of my site is compliant with strict xhtml standards but for the javascript i use for my footer. when i remove the javascript from the page and link it to a .js document containing the necessary code, no content shows up in IE and firefox. what gives? i have some more javascript linked to a separate file which works fine!

    here's the url: http://nostramerica.com/northBeach.html

    And here's...
    See more | Go to post
    Last edited by drhowarddrfine; Apr 13 '08, 10:03 AM. Reason: Please use code tags.

  • saputello
    started a topic dropdown menu problem with IE!

    dropdown menu problem with IE!

    hello!



    i found an article on making a dropdown menu at this page:

    http://www.alistapart.com/articles/dropdowns/

    i've had no problem making it work in every browser i've tried other than IE!!

    perhaps someone can check out the code and let me know what i can do!

    Here's the pertinent CSS:
    [code=css]
    <style type="text/css">
    ...
    See more | Go to post
    Last edited by drhowarddrfine; Apr 9 '08, 09:41 PM. Reason: Please use code tags

  • saputello
    replied to mystery text appears!
    thank you. i have discovered that for some reason IE was repeating the last 2 characters of the text in my content div. i still don't understand, but by putting a <br /> tag in i solved the problem.

    thanks very much!
    See more | Go to post

    Leave a comment:


  • saputello
    started a topic mystery text appears!

    mystery text appears!

    hello,

    my web page looks good enough on every browser now, except that on IE a mystery "s." appears in the bottom left of the page! i can't for the life of me figure out where it's coming from. can anyone see it and identify its cause? you should be able to spot it by viewing the source code, right? if not, please let me know and i'll provide any additional code!

    thank you very much.
    See more | Go to post

  • saputello
    replied to can't get content centered
    i can't thank you enough! i struggled and struggled on that, messing with the bg image and every div other than the container!!!!!!

    it can take so long just to get past such a minor problem! thanks very much man.
    See more | Go to post

    Leave a comment:


  • saputello
    replied to can't get content centered
    i guess you're right about opera. i haven't seen it in ie yet but in safari it's definitely off.
    See more | Go to post

    Leave a comment:


  • saputello
    replied to can't get content centered
    thank you for taking the time to reply to me! i have since fixed the bg image.

    the image is 1600px wide, and i have an 800px banner so there should be an even 400px on each side of the container. somehow it's off... it's perfect on firefox, but on safari and opera it doesn't fit right.

    thanks again!
    See more | Go to post

    Leave a comment:


  • saputello
    started a topic can't get content centered

    can't get content centered

    hello

    i am dying to get this page to look right. i seem to have tried everything, but don't see why the banner, footer and content don't sit perfectly centered on the page. Everything measures 800px wide, but it looks different on firefox as opposed to safari and opera. It looks different still in IE. please help! The rest of the page isn't finished, so not to worry about the links etc!


    http://www.nostrameric a.com/course2.html...
    See more | Go to post
No activity results to display
Show More
Working...