Home AgeRage.net Forum Cheats News Hosting Shop About Links


Links
shop

download

facebook
Go Back   AgeRage.net Forum > ..::General AgeRage::.. > Designers Studio > Web Development & Designing


Thread: Some CSS tips.
Web Development & Designing Got any web designing skills? Or maybe a question about a script that doesn't work? Use this forum to talk about this type of thing.

Reply

 
LinkBack Thread Tools


  #1 (permalink)  
Join Date: 24 Jan 2005
Location: :.Middle Earth.:
Age: 21
Posts: 7,113
Virtuosofriend's Avatar
Old 20-10-2006, 15:15
AgeRage Founder
Some CSS tips.

After completing the aiGFX's new website, i decided to share a few tips, nothing major, with you guys, in case you get stuck or something.
Those tips will be useful only to those who use CSS in their designs. Dont try to copy paste them in a single html page, as they wont work .
  • How to remove border from all images no matter
    PHP Code:
    a img {bordernone; } 
  • How to create those cool over mouse effects with hyperlinks
    PHP Code:
    a:link color#FFFFFF; text-decoration: none }
    a:visited color#FFFFFF; text-decoration: none }
    a:hover color#FFFFFF; text-decoration: none; background: #BB0000 } 
    Play around with the attributes and create the result you want. this one is featured over aigfx.net
  • A very clever way to make your rollover images work, instead of them to delay while perform the rollover action
    PHP Code:
    .preload1 {
    background-imageurl();
    background-repeatno-repeat;
    background-position: -1000px -1000px;
    visibility:hidden
    position:absolute;

    Just add the above in your css file and create a div with preload1 class at just below <body>. This way your "hidden" preloading images will download when page opens rather than when mouse moves over the image .
  • How to make rollover images with CSS
    PHP Code:
    a.homepage 
         
    displayblock
         
    widthpx
         
    heightpx
         
    background-imageurl(); 
         
    background-repeatno-repeat;
         
    background-position0 0;
         
    margin0 auto;
         }
         
    a.homepage:hover 
         
    background-imageurl(); 
         } 
    Same as before. Add it in your css file and make sure you give the proper attributes . Dont forget to add the width and the height of the original picture as well as the urls to the picture and to the rollovered one

That's all from me currently, if anyone else has any tips along those lines make sure to share them with us


Last edited by Virtuosofriend; 22-11-2006 at 12:17..
Reply With Quote

AgeRage.net Shop - Buy your valid CD-Keys

  #2 (permalink)  
Join Date: 13 Oct 2006
Location: AgeRage.net Cosmos
Posts: 13
lyfe's Avatar
Old 20-10-2006, 18:16
lyfe lyfe is offline
Banned by warning points
Quote:
Originally Posted by Virtuosofriend View Post
After completing the aiGFX's new website, i decided to share a few tips, nothing major, with you guys, in case you get stuck or something.
Those tips will be useful only to those who use CSS in their designs. Dont try to copy paste them in a single html page, as they wont work .
  • How to remove border from all images no matter
    PHP Code:
    a img {bordernone; } 
  • How to create those cool over mouse effects with hyperlinks
    PHP Code:
    a:link color#FFFFFF; text-decoration: none }
    a:visited color#FFFFFF; text-decoration: none }
    a:hover color#FFFFFF; text-decoration: none; background: #BB0000 } 
    Play around with the attributes and create the result you want. this one is featured over aigfx.net
  • A very clever way to make your rollover images work, instead of them to delay while perform the rollover action
    PHP Code:
    .preload1 {
    background-imageurl();
    background-repeatno-repeat;
    background-position: -1000px -1000px;
    visibility:hidden
    position:absolute;

    Just add the above in your css file and create a div with preload1 class at just below <body>. This way your "hidden" preloading images will download when page opens rather than when mouse moves over the image .

That's all from me currently, if anyone else has any tips along those lines make sure to share them with us
Could always use JS to load all the required images too, but both methods work.

The single most used line of CSS = margin: 0 auto;
Reply With Quote
  #3 (permalink)  
Join Date: 24 Jan 2005
Location: :.Middle Earth.:
Age: 21
Posts: 7,113
Virtuosofriend's Avatar
Old 21-10-2006, 20:56
AgeRage Founder
JS is a bit more complex in my opinion while this one is pretty easy. Well you are right i forgot that one ^^

Reply With Quote
  #4 (permalink)  
Join Date: 07 May 2006
Location: Tech-fusion.net :O
Posts: 1,299
Send a message via Skype™ to GFX Nation
GFX Nation's Avatar
Old 22-10-2006, 01:35
Golden Dragon
lol this mislead me to think it was CS:S tips :(
Cool tips tho. I want to see the new aIGFX :D

Reply With Quote
  #5 (permalink)  
Join Date: 24 Jan 2005
Location: :.Middle Earth.:
Age: 21
Posts: 7,113
Virtuosofriend's Avatar
Old 22-10-2006, 01:48
AgeRage Founder
[Only registered and activated users can see links. ]

Reply With Quote
  #6 (permalink)  
Join Date: 07 May 2006
Location: Tech-fusion.net :O
Posts: 1,299
Send a message via Skype™ to GFX Nation
GFX Nation's Avatar
Old 22-10-2006, 01:51
Golden Dragon
Looks almost like it did before ._. Looks really great but i still hate the rollover of the picture button things.. just the way they lightup looks horrible.. Other than that great work :D

Reply With Quote
  #7 (permalink)  
Join Date: 24 Jan 2005
Location: :.Middle Earth.:
Age: 21
Posts: 7,113
Virtuosofriend's Avatar
Old 22-10-2006, 11:44
AgeRage Founder
Why you dont like it? Do you want it to slow down a bit or something?

Reply With Quote
  #8 (permalink)  
Join Date: 07 May 2006
Location: Tech-fusion.net :O
Posts: 1,299
Send a message via Skype™ to GFX Nation
GFX Nation's Avatar
Old 22-10-2006, 21:14
Golden Dragon
Im talking about when you put your cursor on the picture they glow and i hate the colors of the glows that all, the rollover on the left is cool.

Reply With Quote
  #9 (permalink)  
Join Date: 24 Jan 2005
Location: :.Middle Earth.:
Age: 21
Posts: 7,113
Virtuosofriend's Avatar
Old 22-10-2006, 21:53
AgeRage Founder
are you using opera to browse the site?

Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tips for learners NoKiss WC3 Strategy QA 0 14-09-2008 12:50
Rising Force Online Ph Tips & Tricks X10nd Cheats Releases 1 16-07-2007 10:19


All times are GMT +1. The time now is 14:35.

Latest Threads

About AgeRage Forum

Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
AgeRage.net - 'Feeding Your Cheating Obsession'
Page generated in 0.24337 seconds with 13 queries