Search results

  1. Q

    jquery help

    There weren't any help txt files or anything liek that. I got it off a site listing like 500 diff Jquery plug ins. I just need to know the basics of how one sets up a .js file so I can do trial and error and see how to modify it to my use.
  2. Q

    jquery help

    So, I'm quite new to the whole Java and Jquery business. I'm trying to set up a thumbnail grid with a pop up using a Jquery program..software? snippet? called Smart Gallery. The download file came in a .zip and I'm not sure what to do with it. There is a .js file, a .css file, and a whole...
  3. Q

    Width and using percentage

    I'm starting to code a site and I basically want it to look the same no matter how big the viewer's screen size is. I'm trying to make it auto adjust by using percentage for heights/widths instead of specifying how many px it is. I read that the % of the child element is that much of the...
  4. Q

    auto margin

    I finished my site but the body isn't centered if I zoom or access the site throuhg a widescreen monitor. I tried setting the margin-left and margin-right to auto and see if that would center the body but it didn't....any ideas? the website is at www.msu.edu/~parkhwam
  5. Q

    Help needed!

    I'm a graphic design student in college. I'm gonna be honest and tell you that I'm not the best. I just finished my first page of my very FIRST website, HOWEVER, I have been doing graphic design a lot longer than I have been doing web design. http://i.imgur.com/gFboz.jpg That's the page I've...
  6. Q

    webpage layout critic

    http://i.imgur.com/gFboz.jpg I would love it if you guys could help me with my very FIRST website. some constructive criticism please
  7. Q

    how do i set a background image to my div

    I'm not too sure about the html tags but I'll try to be more clear. I have 3 parts that I'm trying to arrange. #left, #center , and #right. I tried pushing things with margin-left but it didn't work out like I thought it would. I've highlighted the parts I'm trying to fix. Please help me decide...
  8. Q

    how do i set a background image to my div

    okay the things I'm trying to accomplish: *Get rid of the space on the side *center the paper image. I don't know why it's off on the side like that thanks! my attempted solution was to add another div but it gave the same results. how i tried to fix it: html: <!DOCTYPE html PUBLIC...
  9. Q

    how do i set a background image to my div

    So I did as you asked but there is still space on the sides. Also, I got the bg to work but there is a weird line at the edge of the bg. I tried a small fraction of the bg and repeated the x and got like 10 of the weird lines. http://imgur.com/rq7XY css: @charset "UTF-8"; body{...
  10. Q

    how do i set a background image to my div

    oh thanks! Also, I pushed the contentArea down by adding margin-top:325px because it looked like contentArea was under the headArea. Am I going at it the right way or is there another way to achieve the same goal? Again thanks! :D
  11. Q

    how do i set a background image to my div

    I'm trying to set two different backgrounds for my body. I have the body divided into two sections with the div. I have the headArea and contentArea. I applied the bg to headArea but when I tried doing the same to contentArea, it didn't work. Nothing happened. Here's my HTML and CSS. Thanks...
Top