Username:
Password:
Remember me:
Register

Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)


Search forums via Google


1 Users appreciate this thread.

Things You Didn't Know CSS Could Do #1
Started by klubadmin
(2012-09-09 02:22:15)
klubadmin (2012-09-09 02:22:15)
Hello, and welcome to my first (and maybe only, we'll see) post on things you didn't know CSS could do! In this post, I'll share with you some rather interesting things about css that are (almost) sure to be helpful, or at least somewhat amusing! Please note that you must be using a modern browser (Chrome and Safari are recommended) to view these correctly.

#1 Multiple CSS Background Images show
This is a handy little thing that was added in CSS3 that a good deal of people still don't know about. Say we want to have an object with sheep.png in the top left corner and stripes.png fill the background. Simply use:
Source Code
#object{ background-image:url('sheep.png',url('stripes.png'; background-repeat:no-repeat,repeat; background-position:left top,left top; }


#2 CSS Marquees show
Hate those cheesy looking HTML marquees? Then here's a code for you! Webkit now has a css marquee property that lets you create easily customizable marquees on just about any object. For example:
Source Code
#object{ overflow:-webkit-marquee; -webkit-marquee:up medium 2 normal scroll; }


The properties for -webkit-marquee are:
-direction
-step amount
-repetitions
-speed
-style

You can google this if you need to get a better idea.


And that's it for this post! Hope you learned something new about css! If enough people like this I may make more.

Disclaimer: Not all example codes are guaranteed to be 100% typo free as they serve mainly to guide you (and were not typed with spell-check).

This post has been edited one or more times, the last time was:
2012-09-09 02:33:49

socialcu.be
3dsklub.cf

Like what I said? +respect
>Official Trinate Spriter<
klubadmin (2012-09-11 01:31:07)
Tips as in what?

Like, feel free to experiment so that you get better?
socialcu.be
3dsklub.cf

Like what I said? +respect
>Official Trinate Spriter<
~Justin~ (2013-03-07 03:31:32)
[link=javascript:alert("Cool"]Hmm[/link]
 

Log in to submit a comment

This topic's ID: 30659

Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)




Total registered users: 8321
New registered users today: 7
Newest registered user: ElegantVulpes

©  Copyright 2026 3DSPlaza. All Rights Reserved