• Website Design

    Posted on May 23rd, 2008

    Written by Web Considerations

    Tags

    Cross Browser Testing

    As a designer, you are probably aware that you can use CSS to separate the HTML markup and content of your web pages from that of the presentation markup in your style sheets. You are probably also aware of the different results that the bugs in various browsers can cause no matter how well your [...]

    Continue reading about Cross Browser Testing »

  • Website Design

    Posted on May 16th, 2008

    Written by Web Considerations

    Tags

    Defining CSS

    What is CSS Exactly?
    Cascading Style Sheets (or CSS) is recognized as the recommended way to maintain the presentational level of a website document.
    The main and utmost important benefit of using CSS over presentational markup imbedded in HTML is that all styling can be kept separated from the content of the document. You can create a [...]

    Continue reading about Defining CSS »

  • Website Design

    Posted on May 14th, 2008

    Written by Web Considerations

    Tags

    CSS Web Design Issues

    I know that when I first started moving away from using tables and cells, I found the positioning of floats, clearing and etc. the most confusing for some reason. It took awhile for me to grasp the concept and to be able to use it effectively.
    Now that I have a better understanding it just further validates the [...]

    Continue reading about CSS Web Design Issues »