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
HTML Form, input type=hiden, micanje praznih mjesta CSSom?

 
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
Zubic Villa



Joined: 15 Dec 2007
Posts: 33

PostPosted: 03.01.2008 16:55    Post subject: HTML Form, input type=hiden, micanje praznih mjesta CSSom? Add user to your forum ignore list Reply with quote

Imam nekoliko input type=hidden polja u formi, problem je sto taj hidden stvara whitespace pa imam onda 3 prazna mjesta a nebi trebao imati, pokusao sam sa dodavanjem CSSa u to polje

#formaHidden {
display:none;
}

ali ne pomaze, ima li tko ideju kako to rijesiti CSSom?

<form method="post" action="" id="forma" name="form15" >
<input id="formaHidden" name="page" type="hidden" value="15" >
<input id="formaHidden" name="select" type="hidden" value="">
<input id="formaHidden" name="select2" type="hidden" value="">
<input id="formaHidden" name="select3" type="hidden" value="">
<a href="javascript:submit('form15')">15</a>
</form>
Back to top
View user's profile Send private message
Moebius



Joined: 26 Jan 2004
Posts: 245
Location: zagreb

PostPosted: 03.01.2008 17:24    Post subject: Add user to your forum ignore list Reply with quote

1. nemoj imati vise elemenata sa id-om formaHidden

2. mozda negdje imas definiran stil za input tag opcenito, tipa
Code:
input
{
//neki stil
}
koji ti radi whitespace
Back to top
View user's profile Send private message Visit poster's website
Zubic Villa



Joined: 15 Dec 2007
Posts: 33

PostPosted: 03.01.2008 21:24    Post subject: Add user to your forum ignore list Reply with quote

1. Eh pa sad, mogu ih maknut sve pa nema problema Smile
2. Nije, jednostavno hidden radi whitespace, probaj Smile

Ma stavio sam GET methodu tj saljem varijable u URL stringu pa nemam vise taj problem a i bolje je tako radi usabillitya. Ipak ovaj problem ostaje, mislim da sam naisao na njega i prije par mjeseci ali sam ga rijesio tablicama, opet volio bi da sve bude samo CSS pa zato trazim rjesenje za ubuduce.
Back to top
View user's profile Send private message
maratz
mi3.crew


Joined: 24 Nov 2003
Posts: 1207
Location: ZAG

PostPosted: 03.01.2008 23:15    Post subject: Add user to your forum ignore list Reply with quote

<input type="hidden" class="input-hidden" style="position: absolute; left: -9999px;" />

_________________
STOP HITTING YOURSELF! | NETIQUETTE | TYPETESTER | Hypertext rulez™ | CREATIVE NIGHTS | ACCOMMODATIONS
Back to top
View user's profile Send private message Visit poster's website Twitter profile
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