Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
autostretč

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side
View previous topic :: View next topic  
Author Message
collector



Joined: 08 Sep 2003
Posts: 38
Location: Phobos

PostPosted: 24.09.2003 21:02    Post subject: autostretč Add user to your forum ignore list Reply with quote

imam problema sa tablicom. pokušao sam napraviti unrvezalnu tablicu u php-u, no kad ga izgenerira, ne ispadne svaki put dobro.
Trebalo bi ovak biti, čelije po širini:
-------------
|20|auto|20|
-------------
| ....auto... |
-------------

tamo di je fixirano 20 nalaze se rubne slikice. i ako je tabela malo šira, razvuče se i tih 20, a to onda ne izgleda dobro. probao sam neke finte ugrađene u dreamweaveru sa spacer imageom, ali onda u užim tabelama ovaj fixirani dio od 20 bude manji Sad

<table width="100%" border="1" cellpadding="0" cellspacing="0">
<tr>
<td height="20" width="20" valign="top" background="slike/boxrub1l.png">&nbsp;</td>
<td valign="MIDDLE" align="CENTER" width="100%"> naslov </td>
<td width="20" valign="top" background="slike/boxrub1r.png">&nbsp;</td>
</tr>
<tr>
<td valign="top" height="40" colspan="3">tekst...</td>
</tr>
</table>

_________________
Kowach
Back to top
View user's profile Send private message
zytzagoo
mi3.crew


Joined: 25 Aug 2003
Posts: 1842
Location: Zagreb, Hrvatska

PostPosted: 24.09.2003 21:29    Post subject: Re: autostretč Add user to your forum ignore list Reply with quote

collector wrote:
imam problema sa tablicom. pokušao sam napraviti unrvezalnu tablicu u php-u, no kad ga izgenerira, ne ispadne svaki put dobro.
Trebalo bi ovak biti, čelije po širini:
-------------
|20|auto|20|
-------------
| ....auto... |
-------------

aj probaj ovako, ako sam dobro shvatio sto zelis postici:
Code:

<table atrributes>
<tr>
  <td background="slike/boxrub1l.png"><img src="slike/transparent1x1.gif" width="20" height="20" alt="" border="0"></td>
  <td align="center" width="100%">naslov</td>
  <td background="slike/boxrub1r.png"><img src="slike/transparent1x1.gif" width="20" height="20" alt="" border="0"></td>
</tr>
<tr>
  <td colspan="3" width="100%" valign="top">...sadrzaj...</td>
</tr>
</table>


Ako vec hoces da su ti te rubne slike u backgroundu... Prozirnim gifom osiguras fiksnu sirinu od 20px-a... Iako ti je moj prijedlog da umjesto u background, te rubne slicice stoje umjesto transparentnog gifa... Buduci da tamo nece ici nista osim tih slikica (nikakav tekst nejde preko toga i sl)... Ako zbog niceg drugog onda zato jer ti se background zadnji ucitava, pa dok se sve ne ucita, tam je prazno...

_________________
[+]I[+]am[+]my[+]own[+]religion[+]
Back to top
View user's profile Send private message Visit poster's website Twitter profile
njava
mi3.crew


Joined: 25 Aug 2003
Posts: 624
Location: Zagreb

PostPosted: 24.09.2003 22:27    Post subject: Add user to your forum ignore list Reply with quote

Dragi kolega, moram ti prigovoriti da uopce nisi kolegijalan. Sve si objasnio iz prve te nisi ostavio nikakvog prostora za nadopunu, ispravak netocnog navoda ili nesto trece. Pih Razz
Back to top
View user's profile Send private message Visit poster's website
zytzagoo
mi3.crew


Joined: 25 Aug 2003
Posts: 1842
Location: Zagreb, Hrvatska

PostPosted: 24.09.2003 22:57    Post subject: Add user to your forum ignore list Reply with quote

njava wrote:
Dragi kolega, moram ti prigovoriti da uopce nisi kolegijalan. Sve si objasnio iz prve te nisi ostavio nikakvog prostora za nadopunu, ispravak netocnog navoda ili nesto trece. Pih Razz

Njanjanjanja, prrrrrrrrrc moje!!1 Lalalala Cool

_________________
[+]I[+]am[+]my[+]own[+]religion[+]
Back to top
View user's profile Send private message Visit poster's website Twitter profile
collector



Joined: 08 Sep 2003
Posts: 38
Location: Phobos

PostPosted: 25.09.2003 02:23    Post subject: Add user to your forum ignore list Reply with quote

thx, sad radi u exploreru, ali u operi zna ponekad malo zajebat.
dok je u firebirdu i prije radilo.

_________________
Kowach
Back to top
View user's profile Send private message
zytzagoo
mi3.crew


Joined: 25 Aug 2003
Posts: 1842
Location: Zagreb, Hrvatska

PostPosted: 25.09.2003 09:55    Post subject: Add user to your forum ignore list Reply with quote

collector wrote:
thx, sad radi u exploreru, ali u operi zna ponekad malo zajebat.
dok je u firebirdu i prije radilo.

Kaj zajebe u operi? Vjerojatno zbog prozirnih gifova i backgrounda... Probaj ono sto sam ti rekao, umjesto prozirnih gifova staviti odma rubne slicice, bez background atributa... Ili daj tocan kod koji zasere u operi i screenshot... Ili link pa da probamo u operi... Nesto Smile

_________________
[+]I[+]am[+]my[+]own[+]religion[+]
Back to top
View user's profile Send private message Visit poster's website Twitter profile
collector



Joined: 08 Sep 2003
Posts: 38
Location: Phobos

PostPosted: 25.09.2003 14:52    Post subject: Add user to your forum ignore list Reply with quote

mora biti u bacgroundu jer je visina celije promjenjiva...

http://jagor.srce.hr/~kdaniel/
prva desno tablica je ok, ali one ispod nje imaju zaliske u operi.

btw. sta mislite o dizajnu?
btw2. ja sam samo programerska podrska u grupi =)

_________________
Kowach
Back to top
View user's profile Send private message
njava
mi3.crew


Joined: 25 Aug 2003
Posts: 624
Location: Zagreb

PostPosted: 25.09.2003 15:28    Post subject: Add user to your forum ignore list Reply with quote

by OpiumEkipa 2003
jaoooo Smile
Back to top
View user's profile Send private message Visit poster's website
collector



Joined: 08 Sep 2003
Posts: 38
Location: Phobos

PostPosted: 25.09.2003 16:21    Post subject: Add user to your forum ignore list Reply with quote

ne znam ja za njih Rolling Eyes

_________________
Kowach
Back to top
View user's profile Send private message
njava
mi3.crew


Joined: 25 Aug 2003
Posts: 624
Location: Zagreb

PostPosted: 25.09.2003 17:55    Post subject: Add user to your forum ignore list Reply with quote

collector wrote:
mora biti u bacgroundu jer je visina celije promjenjiva...

ne mora, cak ni ako visina header rowa treba biti promjeniva.

pseudokod
Code:

<table>

  <!-- header row start -->
  <tr>
    <td bgcolor="#roza" valign="top"><img src="gornji_lijevi"></td>
    <td bgcolor="#roza" width="100%">tajtl</td>
    <td bgcolor="#roza" valign="top" align="right"><img src="gornji_desni"></td>
  </tr>
  <!-- header row stop -->

  <!-- content row start -->
  <tr>
    <td bgcolor="#roza" width="100%" colspan="3" style="padding ak ti treba">kontent</td>
  </tr>
  <!-- content row stop -->

</table>


radi, ziher Smile
Back to top
View user's profile Send private message Visit poster's website
collector



Joined: 08 Sep 2003
Posts: 38
Location: Phobos

PostPosted: 25.09.2003 18:12    Post subject: Add user to your forum ignore list Reply with quote

izgleda da mi je align="right" falijo

_________________
Kowach
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group