Jump to content
php.lv forumi

html/css jautājums


Colderon

Recommended Posts

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;
}

 

vxcv_188.jpg

Edited by Colderon
Link to comment
Share on other sites

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).

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...