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
h1 padding bottom?

 
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
mandrak



Joined: 18 Feb 2004
Posts: 11

PostPosted: 17.01.2005 16:21    Post subject: h1 padding bottom? Add user to your forum ignore list Reply with quote

kada zadam h1 glavnom naslovu, napravi mi preveliki padding bottom u odnosu
na text u paragraphu koji ide poslije naslova.

da li se taj padding moze kako smanjiti??
dankešen
Back to top
View user's profile Send private message
che.UP
mi3.crew


Joined: 07 Sep 2003
Posts: 2320
Location: zagreb

PostPosted: 17.01.2005 16:24    Post subject: Add user to your forum ignore list Reply with quote

moze ali nije stvar u paddingu nego u defaultnoj margini h1 elementa.

Code:
h1 {
     margin: 0;
}

_________________
UP | TypeTester | Accommodations App
Meni u Firefox-u ne radi AJAX
Back to top
View user's profile Send private message Visit poster's website
mandrak



Joined: 18 Feb 2004
Posts: 11

PostPosted: 17.01.2005 17:31    Post subject: Add user to your forum ignore list Reply with quote

pokušao sam, ali to ne pomaže,
ima možda još neki nacin da se to sredi
Back to top
View user's profile Send private message
che.UP
mi3.crew


Joined: 07 Sep 2003
Posts: 2320
Location: zagreb

PostPosted: 17.01.2005 17:34    Post subject: Add user to your forum ignore list Reply with quote

aha... mozda je problem u margini od paragrafa :)
Code:

h1, p  {
     margin: 0;
}

_________________
UP | TypeTester | Accommodations App
Meni u Firefox-u ne radi AJAX
Back to top
View user's profile Send private message Visit poster's website
mandrak



Joined: 18 Feb 2004
Posts: 11

PostPosted: 17.01.2005 19:22    Post subject: Add user to your forum ignore list Reply with quote

je:)
hvala
Back to top
View user's profile Send private message
Sulien



Joined: 04 Jan 2004
Posts: 2905
Location: Zagreb

PostPosted: 17.01.2005 19:43    Post subject: Add user to your forum ignore list Reply with quote

now look here

često je poželjno pregaziti defaultne margine i paddinge tako da ih se postavi na nulu, a kasnije ih se eksplicitno postavlja po želji

rješava mnoge situacije u kojoj ćete razbijati glavu time od kuda je sad ovaj tu prostor Smile

Code:
body,h1,h2,h3,p,dd,ul,li { margin:0; padding:0; }

ili Wink
Code:
* { margin:0; padding:0; }
Back to top
View user's profile Send private message Send e-mail Visit poster's website
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