Jump to content

vchris

Members
  • Posts

    1,529
  • Joined

  • Last visited

Everything posted by vchris

  1. vchris

    Domain Name

    Yes there is a new folder called home that was created but way above the root for my website.
  2. vchris

    Domain Name

    winsocket.com, I guess I could always contact them...
  3. vchris

    Domain Name

    I'm trying to setup a subdomain but it doesn't seem to work... I setup http://home.vchris.net which points to http://www.vchris.net/home/index_e.php but instead of going to that index page it goes to a blank page with this on it: The path seems to be correct. I don't know what could be wrong.
  4. Obviously they've been to this website so I'm sure you'll some stuff that's exactly the same.
  5. That sucks! They can't even come up with an original design. Come on how hard can it be.
  6. vchris

    Top

    With further testing, I've discovered that my flash animation is the problem. I changed the object element and it's content a bit. <object type="application/x-shockwave-flash" data="/vchris/flash/header.swf" width="470" height="140"> <param name="movie" value="/vchris/flash/header.swf" /> <img src="/vchris/images/header_e.jpg" width="470" height="140" alt="vchris' online portfolio" /></object> Is there a better way to do this? I read somewhere that this is one of the best ways.What I had before and was fine in IE and FF (no spacing issues): <object width="470" height="140"> <param name="movie" value="/vchris/flash/header.swf"> <embed src="/vchris/flash/header.swf" width="470" height="140"></embed></object>
  7. vchris

    Top

    I'm able to fix it for IE6 and IE7 but in Firefox 2 it creates a 2px space between the blue line and the buttons. Would you know of anyway to do top: -2px; only for FF? When I didn't include files it was fine.
  8. What they type needs to be stored in a database. This is beyond HTML, you'll need to use a server-side scripting language such as php, asp or coldfusion.
  9. vchris

    Domain Name

    What browser are you using?
  10. vchris

    Domain Name

    Ben: Would AOL have anything to do with that or is the AOL browser completely IE7? Do you have an IE7 browser except AOL?
  11. vchris

    Domain Name

    Yesterday I was testing some things on another page where I did some includes and I was modifying the stylesheet. If you view it now, still have this issue? I don't... Oh yeah and yesterday I got 2200 Hits!!!
  12. vchris

    Top

    Done that but only works for IE6 not IE7... and it validates.
  13. vchris

    Top

    Is there a way to have a value to the "top" property that would only work for IE or FF and still validate?I have top: -2px which works in FF but IE is off by 2px. When I got it at 0px then FF is off by 2px.
  14. vchris

    Domain Name

    What's the best way to setup absolute path in php. Is there a modification I can do in the server or should I use some method that was shown previously?What's the method you guys used for absolute paths? I remember a some kind of variable.
  15. vchris

    Domain Name

    Here ya go: http://www.vchris.net/home/index_e.phpI'm still working on the validations... I have a bug in FF2. You see the "top" link bottom left corner. I can't click it in FF2 but in everything else I can... Any idea?
  16. vchris

    Domain Name

    Got my answer: Valid Flash example for XHTML 1.0 Strict (XHTML 1.1)<object type="application/x-shockwave-flash" data="images/banner.swf" width="288" height="128"><param name="movie" value="images/banner.swf" /><img src="banner.gif" width="288" height="128" alt="banner" /></object>
  17. vchris

    Domain Name

    What's the correct way of putting a flash movie on a website? I haven't done that much. I used this: <object width="470" height="140"> <param name="movie" value="/flash/header.swf" /> <embed src="/flash/header.swf" width="470" height="140"></embed> </object> Seems like src, width, height are not xhtml valid. Should I just remove the embed?
  18. vchris

    Pictures

    it's fine. We still think your cool
  19. vchris

    Domain Name

    I'll try and upload some more tonight... We'll see if I have time.
  20. vchris

    Domain Name

    OMG! Already 245 hits! Only ~2 days online.
  21. Is there really a difference between ff1.5 and ff2?
  22. This is real easy you just extract and there you go. You don't even need to install anything.
  23. vchris

    Signatures

    :)Hmmm I guess I'll have to find something better.
  24. vchris

    Hover Link Help

    Why use an image? You could do it text based. Basically just have a text link and on hover make it bold and bigger size. <style type="text/css">a:link { color: #6666aa; text-decoration: none; font-weight: normal; font-size: 12px;}a:visited {}a:hover { color: #66aa66; text-decoration: none; font-weight: bold; font-size: 18px;}a:active {}</style> Fixed 2-3 errors.
  25. I knew someone would ask about that. Pulpfiction gave me a link to a standalone IE6 version. So basically you can have IE7 and IE6 working at the same time on the same machine!http://www.tech-recipes.com/internet_explo...7_tips1188.html
×
×
  • Create New...