Search results

  1. bcackerman

    PNG's transparency in IE (all versions)

    ya, well IE6 doesn't support PNG's, just so you guys know. i believe IE7 does. i hae an idea...lets get everyone off IE, haha...i wish
  2. bcackerman

    Designing for multiple resolutions

    you can always use things like width:20% so the page automatically adjusts itself
  3. bcackerman

    VOTE: Which Web Software Do You Use?

    I'm proud to say Microsoft Expression Web and Photoshop7
  4. bcackerman

    onMouseOver

    you can always do a basic <a href="bigpictureversion.gif"><img src="smallthumbnailversion.gif" /></a> oorrrr if you understand javascript basics you can use some fun code from this website. http://vikjavev.no/highslide/ i looooveeee it
  5. bcackerman

    Centering DIV elements within browser when resizing

    wait ya, haha, i didnt read the post correctly, lol, Suz is right just a basic text-align is necessary
  6. bcackerman

    Centering DIV elements within browser when resizing

    ya, this sometimes doesnt work, so what you'll want to do is this <div style="width:___px; position:relative; margin:0px auto;> </div> that makes it so the div is centered no matter what browser your using. (you'll need to enter your width there)
  7. bcackerman

    CSS Link styles

    .body { font-size: 12px; line-height: 18px; color: #000000; text-decoration: none; font-family: Geneva, Arial, Helvetica, sans-serif; } .small { font-size: 10px; line-height: 18px; color: #000000; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; }...
Top