Jump to content

wepz

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

wepz's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I've made changes to a web page. my client has his computer behind a proxy server. And that proxy server has the old version of the web page in its cache. is there a way to override the proxy server cache or avoid proxy servers to cache a web page? (in the future?)
  2. thanks for helping me learned a lot
  3. indeed, that's what i mean. 'm just a beginner and i can't really find out in that source code what i must chance to make it work in mine. this is my code. the 'container' is the div in which the left, middle an right column are kept to getter. can you show me what i must do different #container{ width:824px; min-height:350px; position:absolute; top:200px; left:50%; margin:0px; margin-left:-412px; padding:0px; background-color:#ffffff; overflow:visible; } #l_kolom{ width:300px; min-height:inherit; background-color:#c3e4f5; float:left; } #m_kolom{ width:330px; min-height:inherit; background-color:#ffffff; margin-left:10px; margin-right:10px; float:left; } #r_kolom{ width:174px; min-height:inherit; background-color:#ffffff; background-image:url(../img/r_kolom_bg.jpg); background-repeat:no-repeat; float:left; }
  4. hi hello, I've got a layout with 3 columns, 3 divs. What i want is all 3 columns keep the same height. The max height is depending on the column which contains the largest content. this is my CSS now: @charset "utf-8"; /* CSS Document */ body{ margin:0px; padding:0px; } #container{ width:900px; height:auto; margin:auto; padding:0px; overflow:visible; } #l_column{ width:300px; height:auto; background-color:#888888; float:left; } #m_column{ width:380px; height:auto; background-color:#666666; margin-left:10px; margin-right:10px; float:left; } #r_column{ width:200px; min-height:inherit; background-color:#444444; float:left; } what must i do...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.