CSS Arguments... need a fast fix please

Discussion in 'CSS' started by JeremyLBass, Apr 11, 2006.

  1. #1
    Hey there all... sorry this is short but i need this quick... and or some type of work around... ok... Can you set something like "height=100% -130px" if so how would one do that? thank you for the help....
    jeremy-bass

    the container
    .padbcont_32AE27C {position: absolute; left: 50%; margin-left: -312px; width:625px; height:100% }
    Code (markup):
    the top
    .padbcont_32D0C61 { width:625px; height:136px  }
    Code (markup):
    the middle
    .padbcont_3A1FA66 { width:625px;}
    Code (markup):
    the bottom

    .padbcont_32D4330 { bottom: 0; width:625px; height:61px   }
    Code (markup):


    body

    <body align="center"> 
          <div align="center"> 
             <iframe src="indexITEMS/header.html" frameborder="0" scrolling="no" align="top" height="136px" width="641"></iframe> 
              
             <iframe id="_Bodyarea" name="_Bodyarea" src="indexITEMS/body/body_home.html" frameborder="0" scrolling="yes" align="absmiddle" height="100%" width="641"></iframe> 
              
             <iframe src="indexITEMS/foot/foot.html" frameborder="0" scrolling="no" align="bottom" height="61px" width="641"></iframe> 
          </div> 
       </body>
    Code (markup):
     

    Attached Files:

    JeremyLBass, Apr 11, 2006 IP
  2. penagate

    penagate Guest

    Messages:
    277
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi,

    No, you can't. What is the effect you are after?

    - P
     
    penagate, Apr 12, 2006 IP
  3. Solicitors Mortgages

    Solicitors Mortgages Well-Known Member

    Messages:
    2,217
    Likes Received:
    139
    Best Answers:
    0
    Trophy Points:
    103
    #3
    easy, just have a table set to 100%, followed by one of 130pixels.

    oh, you wanted CSS... erm... NO ;)
     
    Solicitors Mortgages, Apr 12, 2006 IP