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
Forma i <br>

 
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
Chaby



Joined: 19 Oct 2003
Posts: 132
Location: VG/ Kurilovec

PostPosted: 18.05.2005 12:37    Post subject: Forma i <br> Add user to your forum ignore list Reply with quote

Zakaj mi IE rederira tak da ak' imam <form>...</form> nakon forme se prikaže praznina ko da ima dva br-a. A Firefox normalno? Any tips?
Back to top
View user's profile Send private message
keye



Joined: 24 Nov 2003
Posts: 2465
Location: Paris - France

PostPosted: 18.05.2005 13:06    Post subject: Add user to your forum ignore list Reply with quote

jesi sredio line-height margin i padding?
daj kod ! Very Happy

_________________
Google is a blind person
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: 18.05.2005 13:11    Post subject: Add user to your forum ignore list Reply with quote

A i nakon sto postavis margine i padding, dodaj u css i display: block; za form elemente, pa ce se konzistentnije ponasat svuda...
Back to top
View user's profile Send private message Visit poster's website Twitter profile
Chaby



Joined: 19 Oct 2003
Posts: 132
Location: VG/ Kurilovec

PostPosted: 18.05.2005 15:00    Post subject: Add user to your forum ignore list Reply with quote

HTML:

<table align=center id="mainlinks">
<tr>
<td>
<%
If blnKorisnik = False Then
%>
<form method=post id="login">
Ime: <input type=text id="loginboks" NAME="ime">
Lozinka: <input type=text id="loginboks" NAME="lozinka">
Zapamti me? <input type=checkbox id="checkbox" name="zapamti">
<input type=submit value="Log in!" id="gumbic">
</form>
<%
Else
%>
Bok <%=strIme%>, tvoj zadnji posjet je bio, <%=datZadnji%>., imaš <%=intBrNovihPoruka%> nove privatne poruke. <a href="pporuke.asp">Privatne poruke</a>, <a href="profil.asp">Izmjeni profil</a>, <a href="log_out.asp">Odjava</a>
<%
End If
%>
</td>
</tr>
</table>

CSS:
/*mainlinks*/
#mainlinks
{
width:700px;
text-align:center;
font-family:Verdana;
font-size:11px;
border-top-style:none;
border-bottom: 1px dashed #AAAAAA;
border-left: 1px dashed #AAAAAA;
border-right: 1px dashed #AAAAAA;
}

/*LogIn*/
#login
{
text-align:left;
font-family:Verdana;
font-size: 10;
font-style:normal;
font-weight:normal;
color:Black;
height:20px;
}

Ne znam baš previše CSS, pa ne znam ni di je problem, al' mi je sajt skoro pri kraju i ovo bi htio da radi u FF-u i IE-u.

Bio sam probao i s display: block; position:relative; i marginama. Al' nije pomoglo, valjda nisam dobro napravio :p .
Back to top
View user's profile Send private message
zytzagoo
mi3.crew


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

PostPosted: 18.05.2005 15:07    Post subject: Add user to your forum ignore list Reply with quote

probaj ovo:
Code:
#login { text-align:left; font-family:Verdana; font-size: 10; font-style:normal; font-weight:normal; color:Black; height:20px;display: block; margin: 0; padding: 0; }


A i #mainlinks ti je tablica iz nekog razloga, pa ima defaultni cellspacing i cellpadding razliciti u razlicitim browserima za taj td element jedan...

Jel ti tablica bas nuzna za to? Da probas tu login formu posloziti fino sa form, fieldset, legend i label elementima?

EDIT: Naravno, ne bi smio biti u quirks modeu, inace cijela prica nema smisla...
Back to top
View user's profile Send private message Visit poster's website Twitter profile
Chaby



Joined: 19 Oct 2003
Posts: 132
Location: VG/ Kurilovec

PostPosted: 18.05.2005 16:58    Post subject: Add user to your forum ignore list Reply with quote

E fala budem probao. Sad doma ne mogu, nemam IIS installan, a to radim u civilnoj :p
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