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
dreamweaver 8 cudne stvari

 
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
Plejer33



Joined: 11 Oct 2006
Posts: 28
Location: Pula

PostPosted: 02.02.2008 18:36    Post subject: dreamweaver 8 cudne stvari Add user to your forum ignore list Reply with quote

trebala bi mi mala pomoc


ako stavim 2 botuna u istom redu (image place holder) bude kako treba ali ako u istom redu pokusam stavit dva flash botun napravi mi mali razmak,,vidi se gore na slici (izmedju usluge i pocetna) nije nikakav space,nije ni flash botun veci...................
zelim kad stavim dva botuna da mi nebude taj mali razmak

kako da to ispravim hellllp Embarassed Surprised


edit:

a evo sad vidim da u IntExplorer-u mi neradi taj razmak nego samo u firefoxu i operi Mad

help
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Filip



Joined: 12 Jan 2008
Posts: 19

PostPosted: 03.02.2008 20:27    Post subject: Add user to your forum ignore list Reply with quote

probaj preko css-a i dolje u parametrima izbiris razmake odnosno stavi sve u jednu liniju

evo napravio sam ti primjer preko dreamweaver-a

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<style>
object, param, embed{
   margin: 0;
}
</style>
</head>

<body>
<img src="the pic.jpg" /><script type="text/javascript">AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0','width','100','height','22','src','button1','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','button1' );</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100" height="22"><param name="movie" value="button1.swf" /><param name="quality" value="high" /><embed src="button1.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100" height="22" ></embed></object></noscript>

</body>
</html>
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