• ilostmydream

    (@ilostmydream)


    Hey 🙂

    Does anyone know what the css attribute for changing the background color and text size etc for the image “alt”?

    Thanks

Viewing 13 replies - 1 through 13 (of 13 total)
  • Kafkaesqui

    (@kafkaesqui)

    You’ll have to define it for the img tag:

    img {
    font-size: 8pt;
    color: blue;
    background-color: #c0c0c0;
    }

    Thread Starter ilostmydream

    (@ilostmydream)

    yeah i tried that no luck :\

    Kafkaesqui

    (@kafkaesqui)

    I know it works, so a link and further information on what you’re trying to accomplish would help.

    NuclearMoose

    (@nuclearmoose)

    Are you talking about using a “Nicer Tooltips” plugin of some kind? Otherwise I was under the impression that the ALT text that shows up in the tooltip was at the mercy of the particular browser you are using.

    Not sure that I totally understand what you are trying to do. How about a link? 🙂

    EDIT: Yeah, what Kaf said. :p

    Kafkaesqui

    (@kafkaesqui)

    Or are you expecting things from Internet Explorer that you shouldn’t?

    Thread Starter ilostmydream

    (@ilostmydream)

    ok now on the front page i have two little buttons at the bottom. when I hover over them it says something about hosting or what not and I want the text to be #6666cc and the background color to be black. I also want to do the same thing to the images in my posts. I’m a freak for customization 😉

    this is what the style sheet says in the html of the page… all the rest of the css is working just not this:

    <link href="../../style.css" rel="stylesheet" type="text/css">

    P.S. thank you 🙂

    Thread Starter ilostmydream

    (@ilostmydream)

    oh and im talking about the tooltip popup thing in case you didn’t understand me 😉

    Thread Starter ilostmydream

    (@ilostmydream)

    i think i just invented that i could change the tooltip o.O i thought i saw it somewhere?

    NuclearMoose

    (@nuclearmoose)

    A link to your site will help so we can see what is going on. 🙂

    Thread Starter ilostmydream

    (@ilostmydream)

    http://missm.nytka.org is the main page and
    http://missm.nytka.org/blog is the blog.

    see the little 80×15 button things on the bottom of the main page and in the sidebar of the blog? those are what i want fixed hah 🙂

    Kafkaesqui

    (@kafkaesqui)

    Here’s one version of the “cool tool tip” feature (as a plugin!):

    http://victr.lm85.com/Design/css/fancytooltips-a-la-victr.php

    Thread Starter ilostmydream

    (@ilostmydream)

    ohhh score thats what i want 🙂 thank you!

    there is still no way to define it in css though is there?

    Thread Starter ilostmydream

    (@ilostmydream)

    ohh never mind i can use it for everything yay!

    happy me 😉

    thank you!

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Alt Text Color’ is closed to new replies.