Teaching yourself CSS is as fun as...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • V_RocKs
    Damn Right I Kiss Ass!
    • Nov 2003
    • 32448

    #1

    Teaching yourself CSS is as fun as...

    pulling your own teeth out!
  • Mr Pheer
    So Fucking Banned
    • Dec 2002
    • 22082

    #2
    Its slightly less fun than falling down the stairs.

    Comment

    • potter
      Confirmed User
      • Dec 2004
      • 6559

      #3
      It's was easy imo.

      Comment

      • V_RocKs
        Damn Right I Kiss Ass!
        • Nov 2003
        • 32448

        #4
        Originally posted by Mr Pheer
        Its slightly less fun than falling down the stairs.
        Depends on if you are watching it or not...

        Learning CSS wouldn't be funny at all...

        Watching you fall down the stairs would make me crack a smile... So long as you get up when you are done.

        Comment

        • V_RocKs
          Damn Right I Kiss Ass!
          • Nov 2003
          • 32448

          #5
          Got a question....

          How do you pad shit to look the same in IE7 and FF?

          Comment

          • zeruel
            Confirmed User
            • Apr 2007
            • 1387

            #6
            well it would depend on you... on how fast you can catch up with the codes...

            Comment

            • V_RocKs
              Damn Right I Kiss Ass!
              • Nov 2003
              • 32448

              #7
              Expanding my question...

              How do you make the padding on li tags the same on both IE and FF?

              IE seems to add about 15 pixels automatically and FF leaves it up to you to decide.

              Comment

              • StuartD
                Sofa King Band
                • Jul 2002
                • 29903

                #8
                Originally posted by V_RocKs
                Expanding my question...

                How do you make the padding on li tags the same on both IE and FF?

                IE seems to add about 15 pixels automatically and FF leaves it up to you to decide.
                Set their margins to 0px, as well as the margins and padding for the ul/ol itself.
                IE likes to margin them out on it's own.

                Anyway, CSS isn't all that much harder to learn than HTML itself, it can just be tricky getting layers to position themselves correctly.

                But once you get it, you'll never look back.

                30 lines of html with some CSS is WAY better than 400 lines of html with tables.
                This is me on facebook
                This is me on twitter

                Comment

                • morningstar
                  Confirmed User
                  • Jun 2007
                  • 443

                  #9
                  The best way to start learning CSS http://www.w3schools.com/w3c/default.asp

                  Comment

                  • V_RocKs
                    Damn Right I Kiss Ass!
                    • Nov 2003
                    • 32448

                    #10
                    Answered me own question...
                    Code:
                    	list-style-position: outside;

                    Comment

                    • woman
                      Confirmed User
                      • Feb 2005
                      • 100

                      #11
                      You have to give ul and li margin:0px and padding:0px;
                      If you wish an indent for specific lists, give them their own class and style it at pleasure.

                      Good luck, woman
                      Sexgirls! makes money with VideoBox

                      Comment

                      • flashfreak
                        Confirmed User
                        • Jun 2002
                        • 4396

                        #12
                        css was easy to learn for me
                        SEO Mogul | ICQ: 163671223

                        Comment

                        • Violetta
                          Affiliate
                          • Jul 2004
                          • 28735

                          #13
                          Originally posted by StuartD
                          30 lines of html with some CSS is WAY better than 400 lines of html with tables.
                          word
                          M&A Queen

                          Comment

                          • Viper2K1
                            Confirmed User
                            • Aug 2001
                            • 1006

                            #14
                            hehe, I'm learning that stuff also at the moment
                            In the past I only used it to define the font, size and color of text-links ... converting a whole layout to css isn't going so good for me (yet)
                            Pretty neat things you can do with it, no doubt about that.
                            Spank me
                            Dude, where's my traffic?

                            Comment

                            • stickyfingerz
                              Doin fine
                              • Oct 2005
                              • 24984

                              #15
                              Originally posted by V_RocKs
                              Got a question....

                              How do you pad shit to look the same in IE7 and FF?
                              Wait till IE becomes fully w3c compliant???

                              Comment

                              • StarkReality
                                Confirmed User
                                • May 2004
                                • 4444

                                #16
                                If you think CSS is boring, try perl...it will make you MAD

                                Comment

                                • Goodings Media
                                  Confirmed User
                                  • Apr 2007
                                  • 1987

                                  #17
                                  Css is kinda cool, cause it makes sense

                                  But its all Macs around here... ... so we get to enjoy the happy bliss of Mac Firefox and Safari 3


                                  .... then we open the page in Windows IE and realise we've been lied to all along!!!!!!!
                                  ICQ: 446-568-913 Email: liam||goodingsmedia.com msn: [email protected]

                                  Comment

                                  • lucas131
                                    ¯\_(ツ)_/¯
                                    • Aug 2004
                                    • 11475

                                    #18
                                    Originally posted by V_RocKs
                                    Expanding my question...

                                    How do you make the padding on li tags the same on both IE and FF?

                                    IE seems to add about 15 pixels automatically and FF leaves it up to you to decide.
                                    Its mostly impossible to have same distances in ie and ff
                                    but u can use code that ie dont interpret like html>body li {margin-left:10px;}

                                    Comment

                                    • StuartD
                                      Sofa King Band
                                      • Jul 2002
                                      • 29903

                                      #19
                                      Originally posted by lucas131
                                      Its mostly impossible to have same distances in ie and ff
                                      but u can use code that ie dont interpret like html>body li {margin-left:10px;}
                                      Wrong, it's not impossible at all. I covered that in the my first point here:
                                      http://www.gofuckyourself.com/showthread.php?t=750159
                                      This is me on facebook
                                      This is me on twitter

                                      Comment

                                      • Basic_man
                                        Programming King Pin
                                        • Oct 2003
                                        • 27360

                                        #20
                                        CSS is your friend :P
                                        UUGallery Builder - automated photo/video gallery plugin for Wordpress!
                                        Stop looking! Checkout Naked Hosting, online since 1999 !

                                        Comment

                                        • MediaGuy
                                          Confirmed User
                                          • Sep 2004
                                          • 5500

                                          #21
                                          Maybe not distances, but there are variant factors between FF and IE that affect CSS and display -look at my background on http://blog.livecamnetwork.com/ in FF and then in IE.

                                          IE is still more forgiving (it uses the w3c deprecated dtd) than FF with even strict html - but (and I haven't spent hours trying to figure it out) this disappearing background on the right hand of the page is NUTS. Couldn't z-index it or anything to make it come out.

                                          Is it the nesting? I KNOW i could fix this by using tables but... no no no!

                                          Any idea without having to go through the code line by line what it could be?

                                          YOU Are Industry News!
                                          Press Releases: pr[at]payoutmag.com
                                          Facebook: Payout Magazine! Facebook: MIKEB!
                                          ICQ: 248843947
                                          Skype: Mediaguy1

                                          Comment

                                          • Bro Media - BANNED FOR LIFE
                                            MOBILE PORN: IMOBILEPORN
                                            • Jan 2004
                                            • 16502

                                            #22
                                            css is fun to learn, and easy

                                            Comment

                                            • CaptainHowdy
                                              Too lazy to set a custom title
                                              • Dec 2004
                                              • 94037

                                              #23
                                              Originally posted by V_RocKs
                                              Answered me own question...
                                              Code:
                                              	list-style-position: outside;
                                              !!

                                              Comment

                                              • woj
                                                <&(©¿©)&>
                                                • Jul 2002
                                                • 47880

                                                #24
                                                come on, it's not that hard... it's pretty much just learning html...
                                                Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
                                                Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
                                                Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

                                                Comment

                                                • Tom_PM
                                                  Porn Meister
                                                  • Feb 2005
                                                  • 16443

                                                  #25
                                                  FF and IE handle the css box model differently which is a royal pain in the ass everytime. I wish these people would realise that by handling the most very basic web design standards incorrectly or differently, they serve to screw us all.
                                                  Having to insert hacks and shit is never a good thing, but seems par for the course when talking about microsoft, doesnt it?
                                                  43-922-863 Shut up and play your guitar.

                                                  Comment

                                                  • JD
                                                    Too lazy to set a custom title
                                                    • Sep 2003
                                                    • 22651

                                                    #26
                                                    css is tits

                                                    Comment

                                                    • macmark
                                                      Confirmed User
                                                      • Jun 2006
                                                      • 196

                                                      #27
                                                      I found HTML and tables easy to learn back in the day. CSS layout was a major pain due to the shear amount of browser bugs that you need to be aware of.

                                                      Comment

                                                      • tranza
                                                        ICQ: 197-556-237
                                                        • Jun 2003
                                                        • 57559

                                                        #28
                                                        Sounds like fun!! Enjoy!!!!!
                                                        I'm just a newbie.

                                                        Comment

                                                        • V_RocKs
                                                          Damn Right I Kiss Ass!
                                                          • Nov 2003
                                                          • 32448

                                                          #29
                                                          Originally posted by StarkReality
                                                          If you think CSS is boring, try perl...it will make you MAD
                                                          Code:
                                                          $lessbullshit = 'bubbathr='.$text.'&[email protected]&addy='.$url.'&cmentbak='.$a[int rand($#a)].'%20'.$a[int rand($#a)].'%20'.$a[int rand($#a)].'%20'.$a[int rand($#a)].'&submit=Say%20It!&';
                                                          $morebullshit = 'uathor_spamsucks='.$text.'&[email protected]&rul_spamsucks='.$url.'&ocmment_spamsucks='.$a[int rand($#a)].'%20'.$a[int rand($#a)].'%20'.$a[int rand($#a)].'%20'.$a[int rand($#a)].'&usbmit_spamsucks=Say%20It!&';
                                                          $bullshit = 'spam_guard_check=1&human=i%20am%20human&mindy=Mindy&8d10f63aeadd9bbd91a9325fe85d102d=608&xAbhhngTHAzToLmvVS=354&81d53df0d5f3543779472665467205f3=1554&ulrika=Ulrika&mike=mike&yousuck=alot&antispam=stew&spam_guard_check=1&checkpoint=spammers_go_home&16a13c892451bfc0063703fab1859ffa=4088&';
                                                          
                                                          $clip = $lessbullshit.$morebullshit.$bullshit.'comment_post_ID='.$number.'&author='.$text.'&[email protected]&url='.$url.'&comment='.$a[int rand($#a)].'%20'.$a[int rand($#a)].'%20'.$a[int rand($#a)].'%20'.$a[int rand($#a)].'%20'.$a[int rand($#a)].'&submit=Submit%20Comment';
                                                          $request = HTTP::Request->new('POST',$sitename,$h);
                                                          $request->content_type('application/x-www-form-urlencoded');
                                                          $request->content($clip);
                                                          $request->referer($sitename);
                                                          
                                                          $response = $ua->simple_request($request);
                                                          
                                                          
                                                          print $response->code(),"\n";
                                                          
                                                          
                                                          $request = HTTP::Request->new('GET',$urla.$number,$h);
                                                          $request->content_type('application/x-www-form-urlencoded');
                                                          
                                                          $response = $ua->simple_request($request);
                                                          PERL is fun....

                                                          Comment

                                                          Working...