Search results

  1. M

    Why do I fail at webdesign?

    Definitely seems like you know what you're doing with code, but the second half to designing a website layout - is the design. Maybe starting off by sketching something out, or using a photo editor for an image of the layout for a good idea. Here is a good place (i find at least) for good...
  2. M

    margin inside of div

    I've just got the 3 divs in a row, so I figured I'd float them across -pretty new at this so I'm definitely still getting familiar to using the right tags. I used the margin-bottom technique and guess what, it worked thanks a lot. I have it as a child because I wanted the border around the...
  3. M

    margin inside of div

    Hey everyone. So for some reason I cannot get my margin property to align my #footer within the #container. I want there to be a 10px space between the middle divs and the footer image. I've got 10px of padding around the #container, and would like to keep the same theme spacing the footer...
  4. M

    How do you get inspired when designing a website?

    I'm really sort of new at web designing, and actually still learning the fundamentals but here is an awesome place for design inspiration - as well as many many others. http://vandelaydesign.com/blog/ check it out, theres a column on the right a few scrolls down for different categories. Hope...
  5. M

    wrapper properties applying to all divs

    Wow, thanks a lot! :facepalm: me.
  6. M

    wrapper properties applying to all divs

    Hey everyone. So I'm running into some troubles trying to get the overflow property from my wrapper to apply to all divs. When I preview in browser mode only my header wants to behave to the overflow rule, am I not coding this right? I've tried using the wrapper as an id tag as well as a...
  7. M

    div over table

    This is good information, definitely helped me out. What I was really trying to do though, was have divs on top of my photoshopped sliced layout (in table form) which I got to work, but when I previewed in my browser and stretched the webpage it would stay stationary (like it's supposed to) and...
  8. M

    div over table

    Yeah I can post the code. I started off by slicing the layout in photoshop, and would like to throw my text in where I need to. Here's the code: <html> <head> <title>OemPrototype</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- body...
  9. M

    div over table

    Hey everyone, I'm trying to get my div to be placed relative over a table. The second I change div position to relative, it gets pushed off the table, but keeps it's position numbers in code. Is this even possible to do?? Do I need to change the z-index? Any help would be fantastic, thanks!
  10. M

    HTML vs CSS ??

    Okay thanks a lot this definitely helps. I was confused because I was trying to use html and css in the same context editing, and wasn't going together very nicely. I see how this works now, and the website link is also very helpful. Thanks again!
  11. M

    HTML vs CSS ??

    Hey all, I'm new here and getting into designing a couple websites. My question is what is better to use, html vs css? So far it seems like html is easier to use, and css is a bit confusing. What do you prefer? And why? Thanks in advance, input is very appreciated
Top