in Search
     

Browse Site by Tags

Showing related tags and posts accross the entire site.
All Tags » CSS (RSS)
  • Demonstrating the media attribute of CSS style tag

    And of course there are various ways of using CSS aside from defining an inline style tag. But for the sake if this example and simplicity, I'll try to demonstrate the media attribute's usage using the style tag. The media attribute has 7 kinds. Recently, I've been able to use two of the...
    Posted to Weblog by lamia on 06-24-2008
  • Alternating colors on DropDownList, ListBox and other ListControl.

    My former colleague asked me if it is possible to attach an alternating color to a DropDownList control, similar with the GridView’s alternating rows. I found out that you can achieve that, by setting the background-color of the ListItem using “style” attributes. Here is the code. ...
    Posted to Weblog by n.ocampo on 06-17-2008
  • Creating a tab control/component functionality with DHTML

    I'd like to share something I've made recently(though this may be so 1999). This post could either make your life easier or worse, it all depends on you whether you want to use it or not. I don't know if this kind of functionality already exists on any web framework(JMaki, .Net) but in case...
    Posted to Weblog by lamia on 12-07-2007
  • Re: need advise...

    Hi emong and welcome to devpinoy! I suggest you start learning the basics of HTML. Then try learning CSS. Next, learn how to use photoshop. Then learn how to export your Photoshop files to ImageReady. That's how you start in building your first website.
    Posted to Forum by keithrull on 12-06-2007
  • Testing Your Site on IEs

    Yes, it is IEs or Internet Explorers. The trend of tableless site design is significantly growing. The idea behind this concept is you'll use CSS to determine the width and height of our pseudo-"tables". However, it is not a secret that CSS is not consistent across browsers and it depresses developers...
    Posted to Weblog by patrick on 03-14-2007
  • Structured UI

    A lot of developers nowadays rarely take the time to structure UI. With advent of technologies like CSS, image-editing tools and WYSIWYG HTML Editors, developers favor productivity rather than structure of UI. Also, a lot of hype has been focused on improving the middle tier. Now hear me first, there's...
    Posted to Weblog by man_at_the_third_row on 06-23-2006
  • Using DIV'S instead of nested tables

    I bumped into a site that suggests the use of divs instead of nested tables when looping through a dataset or list in JSP/PHP/ASP/etc. Here is the link...
    Posted to Weblog by lamia on 06-21-2006
  • css with datagrid

    i was having some problem yesterday on setting the border color of the datagrid. setting the BorderColor property of the datagrid will set the outer box border of the html table together with the borders of the table cells. since i will be using the same styles for most of the datagrids used in my web...
    Posted to Weblog by jokiz on 06-20-2006
  • table format using repeater

    i wanted to enclose my displayed data in an html table using a repeater control so i immediately followed the articles that i've read about repeater controls. i declare a table tag in the headertemplate and a table end tag in the footertemplate. <asp:repeater id="repeater1" runat=server> <headertemplate><table><...
    Posted to Weblog by jokiz on 05-03-2006
Page 1 of 1 (9 items)