Archive for the ‘CSS2’ Category

  1. 06.14.11

    Css button style

    With the button is to use background image, css writing for them, with possible repeat backgorund case is very simple. However, with a button on the style as how they can be scaled according to the text .. With people writing each button css normally would cut into an image. It is not necessary, we [...]

  2. 02.28.11

    IE6 PNG Transparency CSS background-repeat

    When we use background-repeat the above cases, the background of the case body when not repeat it with the white background we have to use png images, and cut 1px repeat-y. But with firefox it does not matter, if they wish to say here is that when displayed in IE-6. For example here’s how to [...]

  3. Internet has many uses jquery slideshow with effects are great, and often they will download and edit them in the style of your site, this slide show I changed my style from the example “Featured Content Slider Using jQuery “download on the network. The change of color and texture of the sub items is probably [...]

  4. 10.31.10

    Changing the Colors and the Border

    The color and background-color CSS attributes allow you to modify the foreground and background colors of a text widget. You can also modify the borders of buttons with the border-color, border-width, and border-style attributes. Use the color and background-color attributes to change the foreground and background colors of a text widget. Example: Css source: 12345678910111213.listsmenus [...]

  5. 10.06.10

    XML Flash Slideshow

    Here I share with you a very nice xml flash slide show. Flash and xml file to call the images as well as title, description .. Very suitable for the website recommendation or product display, photo here, title, description, we can directly edit the xml file .. XML: 12345678<?xml version="1.0" encoding="utf-8" ?> <news> <track picNews [...]

  6. 10.01.10

    Use div and css to create the table as list

    With the development of CSS2 and CSS3, the hour is for sure using div in interface design. Perhaps few people use table. But when we want to create the image on the table as the table a lot easier, can use div and easy. But using a div to create the above table, there will [...]

  7. 10.01.10

    Dropdown menu

    The dropdown menus do sometimes difficult, sometimes have to use javascript to satisfy both requirements, here I see a dropdown menu using css is simple, with the use of color coding, we can change the style to apply to your design. view demo files below and copy the source of and change at will. will [...]

  8. 09.25.10

    HTML coding Clean

    I think many people will like me in how to write html, that’s how to use div tags outside the form tag and ul tags. But this is actually not necessary due to the fact that we can apply CSS attributes for form tag and ul. When the html code will look a lot wider, [...]

  9. 09.21.10

    Css3c: attribute text-indent

    Sometimes we want to create a menu with cool effects with text. Beauty or the button. So when we build html will have to cut the image (text and background). and then we’ll use to call them out tag. However, a problem was posed as a user wants to retain the text in the link [...]

  10. 09.17.10

    CSS Sprites

    When we view the background images of a website, we see that they use only one image, all the background or icons used on site are known from that image. It is CSS sprites. CSS sprites are a way to combine our images to Improve page loading time, reducing the number of requests our server [...]