Results 1 to 3 of 3

Thread: ASCII art background help

  1. #1
    Join Date
    Apr 2009
    Location
    Los Angeles
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default ASCII art background help

    Hi everyone. I'm making a personal webpage to host my bio, resume, portfolio, and XBRL example project (XBRL is a new accounting standard using XML. The SEC has ruled that every corporation will have to report all transactions and financial statements in this XML format starting next year).
    I've made an old school amiga style ASCII art of my name that I want to use as the background (black background with light green or white characters) I'm wondering how I should implement this.
    Should I put it in a div and use z-index?
    Or should i just make a jpeg out of it?
    Which doctype do I use to make it display properly?
    Do I need to write js to catch browsers who won't display the amiga properly?
    My thinking here is that the text can be styled in relative values, so the background will be just the right size no matter the screen size. Both text and image look great on my 1360x768 at home, but the jpeg gets all kinds of cropped on the cell phone running 640x480. Also, I have a feeling IE will not display my ASCII art properly. Again, this is for my resume, so it really needs to work no matter the browser/screen configuration. I'm a decent programmer, but this is a little outside my area of expertise (I'm more of a numbers guy, and don't normally do the artsy stuff). Thanks in advance for any help/advice.

  2. #2
    Join Date
    Feb 2009
    Posts
    303
    Thanks
    18
    Thanked 36 Times in 36 Posts

    Default

    In my opinion, the easiest thing to do would be to put it on a blank page, take a screenshot, then make it into a transparent-background PNG...

    Then you're not fiddling with z-index and layers and all that jazz...

    // X96 WD \\
    Alex Blackie, X96 Design
    My Website
    I specialize in: HTML5, CSS3, PHP, Ruby on Rails, MySQL, MongoDB, Linux Server Administration

  3. #3
    Join Date
    Jul 2006
    Location
    Agadir - Morocco
    Posts
    33
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    Agree with X96 Web Design advice.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •