edi Posted May 18, 2010 Report Share Posted May 18, 2010 links uz html kodu http://paste.php.lv/7e64e1a4742148aba01f10f949d63924?lang=html4strict uz css http://paste.php.lv/48c0f8e00de0ec56b85f76012986ffec?lang=css ja mainbox simboli rinda ir parak daudz, tad viss div sakas no apaksas nevis blakam left box.. domaju pec screenshotiem bus vieglak saprast :) Quote Link to comment Share on other sites More sharing options...
ABU Posted May 18, 2010 Report Share Posted May 18, 2010 Uzliec div'am mainbox vēl šādu parametru overflow: auto;, tad garajām rindām vajadzētu attēloties korekti. Vēl vari arī paspēlēties ar tagu nowrap, kas neļauj garas rindas lauzt un attēlot vairtākās rindās. Quote Link to comment Share on other sites More sharing options...
edi Posted May 18, 2010 Author Report Share Posted May 18, 2010 Uzliec div'am mainbox vēl šādu parametru overflow: auto;, tad garajām rindām vajadzētu attēloties korekti. Vēl vari arī paspēlēties ar tagu nowrap, kas neļauj garas rindas lauzt un attēlot vairtākās rindās. ne white-space:nowrap; ne ari overflow: auto; nepalidz Quote Link to comment Share on other sites More sharing options...
101111 Posted May 18, 2010 Report Share Posted May 18, 2010 .mainbox tev tur platums nav nofiksēts. un tad varētu kko tur ar overflow mēģināt darīt Quote Link to comment Share on other sites More sharing options...
ABU Posted May 18, 2010 Report Share Posted May 18, 2010 Kas tev jālabo savā CSS failā: 1. iekš mainbox pievieno šādas rindas: position: absolute; left: 230px; overflow: auto; 2. iekš leftbox pievieno tādus pašas augstum definčijas, kā mainbox sadaļā: min-height: 530px; height: auto !important; height: 530px; CSS definīcijām vajadzētu būt šādām: .leftbox { float: left; width: 230px; min-height: 530px; height: auto !important; height: 530px; } .mainbox { float: left; line-height: 17px; min-height: 530px; height: auto !important; height: 530px; padding: 0 15px; border-left: 1px dotted #a5ceee; position: absolute; left: 230px; overflow: auto; } Tad visam vajadzētu strādāt. Quote Link to comment Share on other sites More sharing options...
edi Posted May 18, 2010 Author Report Share Posted May 18, 2010 (edited) Kas tev jālabo savā CSS failā: 1. iekš mainbox pievieno šādas rindas: position: absolute; left: 230px; overflow: auto; 2. iekš leftbox pievieno tādus pašas augstum definčijas, kā mainbox sadaļā: min-height: 530px; height: auto !important; height: 530px; CSS definīcijām vajadzētu būt šādām: .leftbox { float: left; width: 230px; min-height: 530px; height: auto !important; height: 530px; } .mainbox { float: left; line-height: 17px; min-height: 530px; height: auto !important; height: 530px; padding: 0 15px; border-left: 1px dotted #a5ceee; position: absolute; left: 230px; overflow: auto; } Tad visam vajadzētu strādāt. nepalidz, ar absolute visu tekstu nerada :D Edited May 18, 2010 by edi Quote Link to comment Share on other sites More sharing options...
101111 Posted May 18, 2010 Report Share Posted May 18, 2010 nu tur absolūti pozicionēt kaut ko točna nav nekādas vajadzības. pie tam autors nav definējis kur ir viņa problēma : vai tas ka main box izstiepjas? Quote Link to comment Share on other sites More sharing options...
edi Posted May 18, 2010 Author Report Share Posted May 18, 2010 nu tur absolūti pozicionēt kaut ko točna nav nekādas vajadzības. pie tam autors nav definējis kur ir viņa problēma : vai tas ka main box izstiepjas? ne, vins zem leftbox izvadas Quote Link to comment Share on other sites More sharing options...
fish Posted May 18, 2010 Report Share Posted May 18, 2010 nodefinē platumu maindivam width:600px; Quote Link to comment Share on other sites More sharing options...
edi Posted May 18, 2010 Author Report Share Posted May 18, 2010 nodefinē platumu maindivam width:600px; pagaidam viss ok ) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.