Search results

  1. benjamin.morgan

    Problem with styling form (line-height i think)?

    I am trying to style this form and I ran into a problem when the label ran into 2 lines . I am not using this form for real but I need to know how to do this. Here is my code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml… <html...
  2. benjamin.morgan

    Creating a form in html css similar to http://paramaya.net/get-started/?

    I am trying to create a nice looking form. Everytime I can only align it with tables and i can't create a background out of the tds. http://paramaya.net/get-started/ is an example of what i want. How exactly could i create something like this? Using HTML and CSS. Had to search and search for a...
  3. benjamin.morgan

    What *essential* skills are needed to be a web designer?

    Divs work best for me. Much faster than tables in creating columns
  4. benjamin.morgan

    Javascript if (typeof(window.event) != "undefined") { problem

    <!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" > <head> <title>Simple Event Example</title> <script type="text/javascript"> function addEventHandler(oNode, sEvt, fFunc...
  5. benjamin.morgan

    CSS: Problem with getting part of my sprite to use on a ul.

    http://img836.imageshack.us/img836/1040/sprites.gif is the link to my sprite. I am trying to get the 3rd one down to appear on an unordered list instead of bullets. Can someone please go through the steps? I have done it before but it has been so long and anything i do seems to screw it up. I've...
  6. benjamin.morgan

    New to the forum

    Did you code that website? Also why can't you just put a separate form for each link? http://www.beatblockedproductions.com/submit/question, http://www.beatblockedproductions.com/submit/testimonial.. etc
  7. benjamin.morgan

    Spacing problem with website

    It doesn't look like a gap in any of the versions of IE now..
  8. benjamin.morgan

    PHP : What happens when user forgets password on site.

    Thanks, Would it be a script that does this?
  9. benjamin.morgan

    PHP : What happens when user forgets password on site.

    Lol, I am just a person trying to learn. I figure personal experiences are the best way. I mean they have to have a script or something to change it or something.
  10. benjamin.morgan

    PHP : What happens when user forgets password on site.

    I am learning PHP right now. I recently watched a video on md5() encryption. If a user forgets there password how do you view there password where you can email it back to them or would this be a script that decodes it and emails it?
  11. benjamin.morgan

    Operating system preference

    Which operating system do you use and prefer and why?
  12. benjamin.morgan

    Rollover image to unordered list

    No idea really what you mean.
  13. benjamin.morgan

    Rollover image to unordered list

    mouseenter and mouseleave instead?
  14. benjamin.morgan

    Help with understanding CSS Sprites.

    That is a cool page
  15. benjamin.morgan

    Can someone explain Drupal?

    What exactly is Drupal? I know it is a content management system. Is Drupal templates or something? The site doesn't explain it well. I would like to know what it is so I know whether to study it or not. What do you think?
  16. benjamin.morgan

    Need some help with imagination

    I would like to ask all of y'all about what kind of layouts would look best for maybe a music studio site or something. maybe what kind of pages to have in the navigation and such and how it is layed out. Examples of sites will help me more than anything because I can see it exactly. Basically...
  17. benjamin.morgan

    Help with understanding CSS Sprites.

    No, that helps me none, I need it explained please.
  18. benjamin.morgan

    Help with understanding CSS Sprites.

    I understand it is multiple images in one image. What I don't understand is how you use them and how you can find the pixels of the top left corner and bottom right one (if that is the right values needed) and I need to know how to put it into the code. for example background-image...
Top