A Flash Developer Resource Site

Results 1 to 20 of 24

Thread: [RESOLVED] Tables in CSS questions

Hybrid View

  1. #1
    Mental Deficit Nionicle's Avatar
    Join Date
    Mar 2002
    Location
    Utah, Hyrum
    Posts
    1,348
    Hey thanks for the reply 1407
    But I think Catbert has what I am looking for right now.
    Just not sure how to add it into my current code.
    I can only postulate the probability of performing at a paramount level of perfection praised by the pulchritudinous paragon whose only practice is to preserve such a paradigm.

  2. #2
    Junior Member
    Join Date
    Mar 2007
    Posts
    21
    What Cathbert should work no problems, might need a little tweaking but that's about it. Only thing is this wouldnt fix your "left bg image" issue.

    If by left bg image you mean the little blue bars on the sides of your layout, you could probably do it by having five columns instead of three.

    Something along the lines of :


    Code:
    #leftside
    
    
    #leftside-bg (width will be the one of your left bg image - set up background for that column and you're good.)
    
    
    #center
    
    
    #rightside-bg (same as #leftside-bg, even if you don't use a bg image for the right side, keeps everything centered)
    
    
    #rightside

    Something similar to this should work. You should have everything centered and it should also fix your issue with the left bg image.

    Didnt test this out, but you get the general idea.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center