Colderon Posted August 5, 2009 Report Share Posted August 5, 2009 (edited) Tātad gribēju uzzināt kas man būtu jaraksta(jākodē, vai kā savādāk to sauc) lai man rakstot tekstu atiecīgajā contenntā teksts paliktu tajā un conntents neplestos plašāks. CSS daļā man pagaidām ir tikai divas rindiņas, vai šeit kas jāpievieno vai HTML koda daļā? Kods: #raksts { background-color: #efeeee; width: 435px; height: 552px; border: 1px #CCC solid; } HTML daļa: <tr> <td width="435" height="552" colspan="7"> <div id="conntent"> <div id="raksts"></div> </td> </tr> #conntent { width: 435px; height: 552; } Edited August 5, 2009 by Colderon Quote Link to comment Share on other sites More sharing options...
kechums Posted August 5, 2009 Report Share Posted August 5, 2009 Sāksim jau ar to, ka HTML daļā tagi galīgi aplami salikti. Neredzu, kur #conntent tiktu aizvērts. Un es ļoti ceru, ka tev pirms visa tā ir pielikts <table> atverošais un beigās noslēdzošais tags. Mērvienības arī vajag norādīt augstumam, ja viņš tev būs fiksēts (runa par #conntent iekš CSS). Quote Link to comment Share on other sites More sharing options...
Colderon Posted August 5, 2009 Author Report Share Posted August 5, 2009 #conntent = #raksts, manaa gadijumā un tables ir saliktas Quote Link to comment Share on other sites More sharing options...
waplet Posted August 5, 2009 Report Share Posted August 5, 2009 text-align:justify; Quote Link to comment Share on other sites More sharing options...
kechums Posted August 5, 2009 Report Share Posted August 5, 2009 waplet, tas nav tas, ko vēlas autors, cik pēc lasītā varēja saprast. Colderon, īsti nesapratu, ko tu domāji ar '#conntent = #raksts', tādu apzīmējumu nebiju līdz šim redzējis. Tevi noteikti varētu ieinteresēt tāds CSS brīnums, kā overflow: hidden, kuru tu pieliec klāt, drošvien, ka #raksts. Quote Link to comment Share on other sites More sharing options...
Colderon Posted August 8, 2009 Author Report Share Posted August 8, 2009 Man īstenība nemaz tabus nevajag, jo es ar diviem taisu, bet jautājums, ar ko atskiras <div id="123"> un <div class="123" kuros gadijumos jaizmanto id un kuros class? http://www.davis.byethost17.com/ Quote Link to comment Share on other sites More sharing options...
Val Posted August 8, 2009 Report Share Posted August 8, 2009 kaut šo izlasi http://www.tizag.com/cssT/cssid.php 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.