July 19, 08
by
ReniX
Recently I was fixing some CSS image alignments and the width for images. And the problem was with the big images that come out of content?! At this point comes out max-width. The max-width CSS property is a great property to use when you don’t want an element to get larger than a certain size. It does exactly what it says it does. Using it with images can be very handy. Here’s the syntax.
selector {max-width:value;}
Read the rest of this entry »
Share This
Thanks for visiting! If you're new here, you may want to subscribe to my Rss Feed. This blog posts regular Internet news, updates for apps, security, ideas, hacks, quick fixes and everything about hi-tech. Go ahead, subscribe to our feed!
-
Posted in
CSS - 103 views
July 11, 08
by
Crossover
After the post with JavaScript cheat sheet we want to show you another part most important for web designer, CSS.
The CSS cheat sheet is designed to act as a reminder and reference sheet, listing all selectors and properties. It includes a visual example of the box model, unit reference for CSS units and the various media types CSS makes allowance for.
There are two versions of CSS cheat sheet, (v1, v2) made by Dave Child.
Read the rest of this entry »
Share This
-
Posted in
CSS - 127 views
May 23, 08
by
Crossover
View a demo or download here
Share This
-
Posted in
Ajax - 112 views
March 28, 08
by
Crossover
If you are searching any fast Ajax applications or you want to see a fast demo how it work, Ajaxdaddy.com is a web site with a large collections of nifty web 2.0 applications.
The most Ajax applications are using the jQuery scripts. I can quote some of them like the “Ajax instant edit” or “Table sort , Table organize” different type of Carousel script. Enjoy them on you web site.
ajaxdaddy.com
Share This
-
Posted in
Ajax - 195 views
March 14, 08
by
Crossover
Galleria is a javascript image gallery written in jQuery. It loads the images one by one from an unordered list and displays thumbnails when each image is loaded. It will create thumbnails for you if you choose so, scaled or unscaled, centered and cropped inside a fixed thumbnail box defined by CSS.
The core of Galleria lies in it’s smart preloading behaviour, snappiness and the fresh absence of obtrusive design elements. Use it as a foundation for your custom styled image gallery.
Demos
Read the rest of this entry »
Share This
January 16, 08
by
Crossover
Cascading Style Sheets (CSS)
CSS is used to help readers of web pages to define colors, fonts, layout, and other aspects of document presentation. It is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation (written in CSS). This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, and reduce complexity and repetition in the structural content. CSS can also allow the same markup page to be presented in different styles for different rendering methods, such as on-screen, in print, by voice (when read out by a speech-based browser or screen reader) and on Braille-based, tactile devices. CSS specifies a priority scheme to determine which style rules apply if more than one rule matches against a particular element. In this so-called cascade, priorities or weights are calculated and assigned to rules, so that the results are predictable.
On the link over you have 101 techniques that all webmasters should now.
Share This
-
Posted in
CSS - 191 views
December 25, 07
by
Crossover
Money management software is usually complicated while online ones are too simple and featureless. BudgetPulse is built on principles of simplicity, user friendliness and comprehensiveness. As the application is easy to use, it is especially useful for people to manage and monitor their financial condition. For security reasons, we have no intention to link to users’ account data directly.
1.
Multiple Accounts
Able to manage different accounts, e.g. Saving, Visa, Cheque Book Account.
2.
Money Tracking
Easy transaction keeping for Income, Assets, Loans, Expenses and Investment.
3.
Charts Representation and Analysis
All data can be analyzed and displayed on interactive charts.
4.
Budget Planning
You can plan your money spending budget on weekly or monthly basis.
Read the rest of this entry »
Share This
December 20, 07
by
Crossover
-
Posted in
CSS - 668 views
December 12, 07
by
Crossover
You are in trouble with CSS? I found your solution. The web site csstextwrap.com offer you to wrap the text . What you need this? The answer is short ADS (advertising) or IMG (image). The CSS Text Wrapper allows you to easily make HTML text wrap in shapes other than just a rectangle. You can make text wrap around curves, zig-zags, or whatever you want. All you have to do is draw the left and right edges below and then copy the generated code to your web site.
Read the rest of this entry »
Share This
-
Posted in
CSS - 693 views