who is a CSS master?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zester
    Confirmed User
    • Jul 2003
    • 5344

    #1

    who is a CSS master?

    is there a way to make a scroll bar smaller or thiner in CSS for a certain page?
    all I know is how to change the colors
    * Mainstream ? $65 per sale
    * new male contraception
  • broke
    Confirmed User
    • Aug 2003
    • 4501

    #2
    Can't do it.
    Perfect Gonzo

    Comment

    • Stamen
      Confirmed User
      • Aug 2004
      • 698

      #3
      The color thing only works in IE too, fyi
      Show me the pistil porn!

      Comment

      • The Gigi
        Confirmed User
        • Jul 2002
        • 162

        #4
        Don't change user GUI!!!
        Check my preferred aff. program:

        Karups strikes back. New stats, more free content,
        more hosted galleries, epassporte payouts!


        Comment

        • X37375787

          #5
          nope, can't do it in CSS

          Comment

          • Zester
            Confirmed User
            • Jul 2003
            • 5344

            #6
            Originally posted by Stamen
            The color thing only works in IE too, fyi
            works for Mozila too , firefox
            * Mainstream ? $65 per sale
            * new male contraception

            Comment

            • hova
              Traffillionaire
              • Jan 2002
              • 22430

              #7
              cant do shit with CSS
              http://traffillions.com/

              Sign up and get lifetime revshare on your traffic

              Comment

              • sonofsam
                Too lazy to set a custom title
                • Dec 2004
                • 18647

                #8
                i'm a CSI expert.. but in order to help you... im going to need to take a swap of your girlfriends vagina... no time to explain man... hurry up
                I like turtles.

                Comment

                • Zester
                  Confirmed User
                  • Jul 2003
                  • 5344

                  #9
                  ok, I see people here know their CSS, so here is another question:
                  How can one make a layer half transparent, lets say 50% opacity in CSS
                  BUT not with the usage of the "alpha" filter, e.g:
                  style.filter="alpha(opacity=50,enabled=1)"

                  something that can substitute that
                  * Mainstream ? $65 per sale
                  * new male contraception

                  Comment

                  • Stamen
                    Confirmed User
                    • Aug 2004
                    • 698

                    #10
                    Originally posted by Zester
                    works for Mozila too , firefox
                    Doesn't work for me on default theme in Firefox, never has. But if you can show me a link that changes the color of the scrollbar using CSS in Firefox, be my guest.

                    Oh, and read this:

                    http://www.awardsites.com/articles/wsd-scrollbars1.htm

                    "1. Colored scrollbars are not standard.

                    One important thing you must know about a colored scrollbar is that it does not work in Gecko-based browsers (Firefox, Netscape Navigator, Mozilla): It is an Internet Explorer's only property. It is not a standard property or a proprietary property. According to W3C, these properties are illegal: they are neither defined in any CSS specification nor are they marked as proprietary (by prefixing them with "-vendor-").

                    So, it will work only in Internet Explorer, and if you are seeking CSS validation, the CSS will not validate. The objective of this article is to provide some ways of coloring the scrollbar while keeping the CSS stylesheet valid."
                    Show me the pistil porn!

                    Comment

                    • broke
                      Confirmed User
                      • Aug 2003
                      • 4501

                      #11
                      Originally posted by Zester
                      ok, I see people here know their CSS, so here is another question:
                      How can one make a layer half transparent, lets say 50% opacity in CSS
                      BUT not with the usage of the "alpha" filter, e.g:
                      style.filter="alpha(opacity=50,enabled=1)"

                      something that can substitute that
                      To my knowledge alpha is the only way to set opacity in IE and -moz-opacity: (0.0 to 1.0) is the only way to set opacity in Mozilla based broswers.

                      Why are you looking for a different way to set opacity? Is it because you are having problems with inherited transparency?
                      Perfect Gonzo

                      Comment

                      • Zester
                        Confirmed User
                        • Jul 2003
                        • 5344

                        #12
                        Originally posted by broke
                        To my knowledge alpha is the only way to set opacity in IE and -moz-opacity: (0.0 to 1.0) is the only way to set opacity in Mozilla based broswers.

                        Why are you looking for a different way to set opacity? Is it because you are having problems with inherited transparency?
                        yes
                        * Mainstream ? $65 per sale
                        * new male contraception

                        Comment

                        • stanyslav bukovski
                          Confirmed User
                          • Feb 2005
                          • 102

                          #13
                          im a chess master

                          Comment

                          • ssp
                            Confirmed User
                            • Jan 2005
                            • 7990

                            #14
                            Originally posted by The Gigi
                            Don't change user GUI!!!
                            I agree to some extend. Change little things, like use images as a replacement of buttons, and define input value sizes and their looks, but don't use colored scrollbars, that's plain gay and confuses ordinary users.

                            Comment

                            • broke
                              Confirmed User
                              • Aug 2003
                              • 4501

                              #15
                              You can use position: relative; to keep transparency from being inherited in IE. I don't know how to stop the inheritance in Mozilla.

                              [HTML]

                              CSS:

                              #style_name { filter:alpha(opacity=50); -moz-opacity:0.5; }
                              #style_name * { position: relative; }
                              #style_name div { font-weight: bold; color: #000000; }

                              HTML:

                              <div id="style_name">
                              <div>{insert something here}</div>
                              </div>

                              [/HTML]
                              Perfect Gonzo

                              Comment

                              • Zester
                                Confirmed User
                                • Jul 2003
                                • 5344

                                #16
                                Originally posted by broke
                                You can use position: relative; to keep transparency from being inherited in IE. I don't know how to stop the inheritance in Mozilla.

                                [HTML]

                                CSS:

                                #style_name { filter:alpha(opacity=50); -moz-opacity:0.5; }
                                #style_name * { position: relative; }
                                #style_name div { font-weight: bold; color: #000000; }

                                HTML:

                                <div id="style_name">
                                <div>{insert something here}</div>
                                </div>

                                [/HTML]
                                I thought of that
                                I have to use position: absolute for the entire layer
                                * Mainstream ? $65 per sale
                                * new male contraception

                                Comment

                                • lokiproductions
                                  Confirmed User
                                  • Jan 2005
                                  • 118

                                  #17
                                  Originally posted by hova
                                  cant do shit with CSS
                                  You shit with your arse.. use CSS for layout.

                                  Comment

                                  • lokiproductions
                                    Confirmed User
                                    • Jan 2005
                                    • 118

                                    #18
                                    Originally posted by stanyslav bukovski
                                    im a chess master
                                    I'm a master baiter..

                                    Comment

                                    • broke
                                      Confirmed User
                                      • Aug 2003
                                      • 4501

                                      #19
                                      Originally posted by Zester
                                      I thought of that
                                      I have to use position: absolute for the entire layer
                                      Ain't that a bitch then...



                                      Without really knowing exactly what you're doing I'm pretty much at a loss. Good luck though.
                                      Perfect Gonzo

                                      Comment

                                      Working...