Welcome to LIS 753

Create an account, fill out your profile, get to know your fellow students, and explore your class site.
Sign-up here »

Already a member?

Remember Me

Site Wide Activity [RSS]

  • Avatar

    barrett wrote on the wire of the group Troubleshooting & Help:   2 hours, 48 minutes ago

    thanks to both of you! man before this class i thought i was a stickler for details. turns out it was a really simple punctuation error tucked away somewhere else in the class rules. foops.
    now i'm trying to figure out if there's a command that will stretch an image across the specific surface of [...]

  • Avatar

    gray753 commented on the blog post Post #2 Captchas   1 day, 23 hours ago

    Thanks for sharing your thinking process and investigative work on this topic. I wonder how aware most libraries are of this requirement to make the captcha audio in order to comply with the disabilities requirement.

    I’m attempting the audio version now…

  • Avatar

    Alexandra Skinner wrote on the wire of the group Class Group:   5 days, 12 hours ago

    Did everyone see this library-land+technology opportunity that was posted to libgig.com tonight:
    http://publicboard.libgig.com/job/wiki-libary-technician-nationwide-legislates-73482deeb5/?d=1&source=rss_page&utm_source=twitterfeed&utm_medium=twitter

  • Avatar

    Alexandra Skinner wrote on the wire of the group Troubleshooting & Help:   5 days, 12 hours ago

    Barrett – I also haven't seen messages like that, but I was going to share the same advice that Cynthia did. While trying to get the background image to work I kept typing in "background-image: url(images/dcMaps.jpg) no-repat;" and it won't work unless I took the "no-repeat out". I didn't realize until I got deeper into [...]

  • Avatar

    Cynthia Douglas wrote on the wire of the group Troubleshooting & Help:   6 days, 11 hours ago

    I haven't gotten any messages like that myself. I do see that you have "background-image" in your code (or maybe it's just the error), whereas I have "background"; also, you appear to have a space after the closing parenthesis after your image reference. Not sure whether that would keep it from displaying. But again, that [...]

  • Avatar

    barrett wrote on the wire of the group Troubleshooting & Help:   1 week ago

    hey guys, i was excited to read the background-image issue exchange, and tried all the advice, both from you guys and the the w3schools link michael sent. but i'm still not seeing results. if this helps at all, the validator tells me:
    Parse Error 25px. background-image: url(images/tunneltownvision3.gif) ; Parse Error
    but like have [...]

  • Avatar

    Cynthia Douglas wrote on the wire of the group Troubleshooting & Help:   1 week ago

    Glad it helped! The spacing can definitely get confusing!

  • Avatar

    Alexandra Skinner wrote on the wire of the group Troubleshooting & Help:   1 week ago

    Thank you so much ya'll! I just got it too work! So thrilling when it actually comes up on the browser! Thanks Cynthia so much for sharing your code – it helps to see how someone else has done it. I think when I read the book it can be hard to tell what exactly [...]

  • Avatar

    Cynthia Douglas wrote on the wire of the group Troubleshooting & Help:   1 week ago

    Hey Alexandra,

    Here's the code I used, which worked.

    background: url(images/Uke.png) no-repeat;

    It took me a couple of tries to get it to work correctly. One key was that I originally set quotes around the image name. The other was that I had to remember to put in a path to the file–my image was in [...]

  • Avatar

    michael wrote on the wire of the group Troubleshooting & Help:   1 week, 1 day ago

    Hey Alexandra – I did not bring the book with me to Europe but I'm looking at this:

    http://www.w3schools.com/css/pr_background-image.asp

    which verifies that url is included in the CSS code:

    background-image:url('paper.gif');

    Is the url for the image you are pointing to in the CSS correct? Does anyone want to share their code for a working background image?