Search:

Type: Posts; User: zeropsi; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,092

    can someone educate me on two column layouts

    I tried to follow the tutorial on here for the two column fixed-fixed tutorial, however, my layout still has some issues.

    Here is the mockup: http://beta.investchallenge.com

    Anyone see what I...
  2. In need of some help with my CSS for my layout

    This is my mockup: http://beta.investchallenge.com/

    The corresponding CSS for the page: http://beta.investchallenge.com/styles/layout.css

    I am trying to figure out how I can get my...
  3. Replies
    11
    Views
    11,096

    This has turned into quite the conversation over...

    This has turned into quite the conversation over my logo. :)



    Well, since I do alot of my designing and developing for myself I am always pushing myself to learn new thing, new methods, so I...
  4. Replies
    11
    Views
    11,096

    Maybe I have my classifications mixed up, I had...

    Maybe I have my classifications mixed up, I had always assocaited a XHTML site as a site that follows a XML heirarchy and is controlled and styled through a CSS sheet.



    Basically I have...
  5. Replies
    11
    Views
    11,096

    I am interested in your reasons for why you...

    I am interested in your reasons for why you dislike AJAX?

    I am trying to move away from table designed sites and completely rely on CSS driven sites. It is far easier to do our site redesigns...
  6. Replies
    11
    Views
    11,096

    Technically, my site is in "BETA" stage:...

    Technically, my site is in "BETA" stage: http://www.investment-challenge.com



    Well, I just meant a lot more colorful, using AJAX, use of gradients and rounded corners, and XHTML complaint.
    ...
  7. Replies
    11
    Views
    11,096

    New Site Logo Design

    Based on the boom of Web 2.0, I recently started moving alot of my legacy websites up to new Web 2.0 standards. From surfing around and reading about alot of the sites and new designs, I decided to...
  8. stuck on getting the text to wrap around the photo in Mozilla

    Seems to work just fine in IE 5.5+, however in Mozilla 1.5 the text just drops below the photo.

    Here is the page:
    http://www.sdtars.com/development/events/days.php

    Here is the sites CSS:...
  9. Replies
    8
    Views
    4,458

    The items in black text are suppose to popup over...

    The items in black text are suppose to popup over the menus image links.

    Here is the heirchary of the menus.



    <div id="navigation">
    <ul id="nav">
    <li id="nav_home"><a...
  10. Replies
    8
    Views
    4,458

    trouble with suckerfish menus

    http://www.sdtars.com/development/

    I can't figure out why I can't get them to popup over the other menus. Can anyone see what I am doing wrong?

    Thanks!
  11. Thread: Gmail feature

    by zeropsi
    Replies
    17
    Views
    7,375

    Are their better alternatives to inline event...

    Are their better alternatives to inline event handlers?

    Also, can you intiate more than one request from an inline event handler? Like this: onclick="sendRequest('a',00); sendRequest('b', 2000);"
  12. Thread: Gmail feature

    by zeropsi
    Replies
    17
    Views
    7,375

    So should all inline event handlers always be...

    So should all inline event handlers always be followed by a return false?
  13. Replies
    16
    Views
    8,258

    set up your own LAMP (http://www.lamphowto.com/)...

    set up your own LAMP box on your local machine, download some open source php scripts, and then play around with them, seeing what code does what.

    getting your hands dirty is always the best way...
  14. Thread: Gmail feature

    by zeropsi
    Replies
    17
    Views
    7,375

    I am sure there is a 1 million ways to do it, I...

    I am sure there is a 1 million ways to do it, I just posted up one that could be used.
  15. Thread: Gmail feature

    by zeropsi
    Replies
    17
    Views
    7,375

    JavaScript function toggle(id) { var obj =...

    JavaScript


    function toggle(id) {
    var obj = "";

    // Check browser compatibility
    if(document.getElementById)
    obj = document.getElementById(id);
    else if(document.all)
  16. Replies
    28
    Views
    9,537

    Thanks! :cool:

    Thanks! :cool:
  17. Replies
    13
    Views
    6,737

    You could try this: Javascript: function...

    You could try this:
    Javascript:


    function banner() {

    banner = array();
    number = 0;
    // bannerArray
    banner[number++] = ""; //banner_info
  18. Replies
    28
    Views
    9,537

    Also, since some of you may have played around...

    Also, since some of you may have played around with the site, any other feedback?
  19. Replies
    28
    Views
    9,537

    Just referring back to the original question, how...

    Just referring back to the original question, how to get the box to appear to float above the page, similair to the http://finance.google.com/ page.
  20. Replies
    28
    Views
    9,537

    Yea, I see that now. I think I am going to...

    Yea, I see that now.

    I think I am going to stick with onchange for the sake or quickness and cross browser compatibility.

    Any ideas on how to get that search_results <div> to float above the...
  21. Replies
    28
    Views
    9,537

    still nothing in FF.

    still nothing in FF.
  22. Replies
    28
    Views
    9,537

    It's currently on that page.

    It's currently on that page.
  23. Replies
    28
    Views
    9,537

    I have tried that, it doesn't seem to like that...

    I have tried that, it doesn't seem to like that inline event handler, at least not in FF.
  24. Replies
    28
    Views
    9,537

    This website is currently being developed, so be...

    This website is currently being developed, so be gentle. :o
    http://www.investchallenge.com/stocks.php <-- Website

    Username: demo
    Password: demo

    Once you are logged in, you will be redirected...
  25. Replies
    28
    Views
    9,537

    Thanks for all of the feedback! I already...

    Thanks for all of the feedback!

    I already have my AJAX framework in place, and its sending the data back and forth, however, I was unable to get the box or window to appear and "float" over my...
Results 1 to 25 of 27
Page 1 of 2 1 2