Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorwladejr
    • CommentTimeApr 22nd 2008
     permalink
    On many of my pages/forms I use tables that I have set the borders=0 so that they are invisible. When displaying the pages in IE the tables are invisible as was planned, but when viewed with FireFox there are visible lines within the tables/cells. Any suggestions on how to get FireFox to play nicely with my code?

    Page Example: http://new.libertyva.com/human_resources/application.php
    CSS Stylesheet: http://new.libertyva.com/style.css
    • CommentAuthorrizwan
    • CommentTimeApr 22nd 2008
     permalink
    Hi,

    I'm having one layout with two columns. Those two columns having two different background. for example: Left & right.
    Left side color is red. Left panel i'm having one image. That image i want bottom of the page
    right side color is balck
    while content is more in right side i need left side color should be repeat as well as image also place inbottom.

    If anyone having any idea regarding this pls let me know asap.
    •  
      CommentAuthorcola
    • CommentTimeApr 22nd 2008 edited
     permalink
    # wladejr
    - First up you have hundreds of a lot of inline styles which defeats the whole purpose of CSS - you really should remove them from the page and create style classes instead.

    - The border collapse property doesn't render the same in all browsers - i'd get rid of it completely and use something else instead.
    Have a look at this:-
    http://www.quirksmode.org/css/columns.html (section half way down page entitled "borders")
    •  
      CommentAuthorcola
    • CommentTimeApr 22nd 2008
     permalink
    # rizwan
    From what I can gather from you post, you need

    div.leftcolumn {
    background: #ff0000 url("images/imagex.gif") bottom no-repeat;}

    div.rightcolumn {
    background: #000;}
Add your comments
    Username Password
  • Format comments as (Help)