Search results

  1. benjamin.morgan

    Start of a blackjack Game. Javascript Problem.

    Edited to update problem.
  2. benjamin.morgan

    Start of a blackjack Game. Javascript Problem.

    Now I can't hide the hit button when someone busts. If they keep hitting hit it makes them lose 10 points until the button is unclickable. I have tried to hide the hit buttons in the code but none seem to work. Apart from that the adding and busting is working right. Also if you click the deal...
  3. benjamin.morgan

    Offer constructive criticism

    Also a good place for the search bar would go good where the contact crap is in the header. Also on the contact page please make the inputs and the textareas the same length. Not the full size of the page either! The colors go well together but I don't think the clients know or care what Drupal...
  4. benjamin.morgan

    Attempting to develop a professional website

    Yep and the bad thing is the 1&1 ad that is on this page is one of the worst ones :D EPIC FAILURE.
  5. benjamin.morgan

    Attempting to develop a professional website

    That is a very basic site, but if you have never touched code before you probably don't want to design the site yourself. At least not as your first site. If you have plenty of time to learn then you could build some practice sites then once you have learned enough build a static site for your...
  6. benjamin.morgan

    New site up - What do you think?

    Also look up doctypes. Or you will be running into a lot of problems in the future.
  7. benjamin.morgan

    Feedback

    On the Helping hands and a truck image it could be done with text and css like it should be, it would definitely be better for SEO and I would lose the hover effect. It looks like you used point and click software from a hosting company.
  8. benjamin.morgan

    No CSS showing at all in IE8

    I'm not sure but try removing both empty style tags and see what happens. It seems to not be able to read the stylesheet in IE9 either.
  9. benjamin.morgan

    How to get adsense on all pages

    Unless you used PHP and just build like a header and a footer and sidebar and just included it.
  10. benjamin.morgan

    CSS3 Menu transition problem

    Camtasia isn't free. I wasn't sure what Ronald was looking for. Camtasia Studio is one of the BEST screen recorders.
  11. benjamin.morgan

    Photoshop, or Paint.NET?

    lol, Photoshop is way better. If you can afford it definitely get Photoshop or if you can't afford it try GIMP. http://www.gimp.org/
  12. benjamin.morgan

    Course of study, for this CSS book that I have? [Help/Recommendations?]

    I would just say practice it as you go along. that way you will remember what it does and what problems you went through if crap arises.
  13. benjamin.morgan

    A few of my links won't work please help.

    Did you use a class/id that you might have used on another page or forgot to use a class/id?
  14. benjamin.morgan

    CSS3 Menu transition problem

    PROBLEM IS FIXED! It needed this line of code. I guess it needed to be primed in the code somewhere. nav > li:first-child {} I uploaded it to the website if you want to test it. Link in signature.
  15. benjamin.morgan

    CSS3 Menu transition problem

    Well I like it for fast uses since it is an online screen recorder.
  16. benjamin.morgan

    CSS3 Menu transition problem

    Phreaddee this is whats happening on my end. You can watch it here http://screencast-o-matic.com/watch/clhvodGBb
  17. benjamin.morgan

    CSS3 Menu transition problem

    I use a windows 7 PC with latest versions of chrome and safari.
  18. benjamin.morgan

    CSS3 Menu transition problem

    I have a problem with this menu that Mr. Matthew Caldwell helped me with http://cdtestdesign.tk/ its code is sortof like http://css.dzone.com...3-lavalamp-menu . The problem is not the hover state. Its when i go to a new page with the class current and it should move the transition to there. You...
  19. benjamin.morgan

    When zoomed in background doesn't carry.

    Thanks, the min-width fixed it when i added it to content and footer but it messed it up when i added it to header and nav? Any idea why that is? EDIT: It worked when I added it to the body element. I will definitely be reading up on the responsive media queries.
  20. benjamin.morgan

    When zoomed in background doesn't carry.

    I have my content and other divs that are doing this 100% and I have a background color on it. However when i zoom in and scroll over it is a giant white space. The only way to fix it is to add a background color to the body but then it doesn't help the footer, header or navigation. What can I...
Top