in

ISOM Community

Communities for Grant's classes in information systems
All Tags » css (RSS)

Browse by Tags

  • Re: Formatting Links in a CSS

    Use the following format for defining styles for a particular section (div) in your page. This example formats what a link looks like in the main div. You can still use the styles window to create the styles. Just click on new style and name it (for example) #main a:link. #main a:link { your styles ...
    Posted to DSC340 (Forum) by gcastner on 03-04-2008
  • Using the CSS vertical-align property

    This post has moved to http://castnerit.com/blog/?p=44
    Posted to Duck Bytes (Weblog) by gcastner on 02-05-2008
  • CSS properties for text wrapping

    A problem I've encountered on my website and seen on others is when text wrapping causes text to overflow the borders of its container. Here is an example style and associated properties to avoid this problem occurring: .yourstyle { min-width:250px; width:100%; display:block; overflow:hidden; white...
    Posted to Duck Bytes (Weblog) by gcastner on 01-25-2007
Page 1 of 1 (3 items)
Copyright Grant Castner 2006 - 2007
Powered by Community Server (Commercial Edition), by Telligent Systems