Results 1 to 3 of 3

Thread: css question

                  
   
  1. #1
    Sir Digby Chicken Caesar Darksaviour69's Avatar
    Join Date
    Mar 2004
    Location
    Armagh, Ireland
    Age
    41
    Posts
    7,005
    Rep Power
    50

    Default css question

    #logo{
    position:absolute;
    left:35px;
    top:28px;
    width:970px;
    height:69px;
    background-image: url(images/advancelogo.gif);
    background-repeat:no-repeat;
    background-color:#000000

    i want that box to resize from the right, (for smaller resolutions), how do i do that?

  2. #2
    Sir Digby Chicken Caesar Darksaviour69's Avatar
    Join Date
    Mar 2004
    Location
    Armagh, Ireland
    Age
    41
    Posts
    7,005
    Rep Power
    50

    Default

    ok thats a bit vague,

    this is what i trying to do here
    http://www.glish.com/css/
    when you resize it the txt moves wraps, thats what i want to do, and all the css is there, so i'm going to go thought it to see how its done

  3. #3
    DCEmu Respected souLLy's Avatar
    Join Date
    Mar 2004
    Location
    London
    Age
    40
    Posts
    1,602
    Rep Power
    87

    Default

    not sure i follow entirely, layouts like that use percentages for widths normally, with a minium width so they don't shrink too far

    width:50%;
    min-width:300px;

    Or am I completely misunderstanding that?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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