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 vjerojatno...pitanje naravno :/

 
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
štrumfhoza



Joined: 24 Feb 2005
Posts: 89

PostPosted: 27.08.2005 18:02    Post subject: html vjerojatno...pitanje naravno :/ Add user to your forum ignore list Reply with quote

ne znam umetnuti slike da budu u nizu bez prekida, na dnu ekrana.
sve su visoke 300px i to bi trbala bit lijepa traka ali.. ni makac. osjećam se magarski, pomozte plz. hvala
Back to top
View user's profile Send private message
che.UP
mi3.crew


Joined: 07 Sep 2003
Posts: 2320
Location: zagreb

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

trebas u sourceu izbrisati razmake izmedju img tagova...
znaci
Code:
<img ... /><img ... /><img ... /><img ... /><img ... />
a ne
Code:
<img ... /> <img ... /> <img ... /> <img ... />
ili
Code:
<img ... />
<img ... />
<img ... />

_________________
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
štrumfhoza



Joined: 24 Feb 2005
Posts: 89

PostPosted: 27.08.2005 18:24    Post subject: Add user to your forum ignore list Reply with quote

e tenks.
sad mi poslaže slike negdje u gornji dio a ne na dno makar zadam poziciju od poda 0px Sad
(već dva dana pokušavam napravit index stranu za web s kojim bi trebala položit ispit i u komi sam jer i ono što sam znala radi par tjedana na godišnjem ko da ošlo je u dim.)
Back to top
View user's profile Send private message
che.UP
mi3.crew


Joined: 07 Sep 2003
Posts: 2320
Location: zagreb

PostPosted: 27.08.2005 18:37    Post subject: Add user to your forum ignore list Reply with quote

a kako si zadala tu poziciju? imas li doctype definiran u prvoj lini htmla? u cemu ti stoje te slike? neki komad koda bi puno pomogao pri rjesavanju problema...

_________________
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
štrumfhoza



Joined: 24 Feb 2005
Posts: 89

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

evo vako je html:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
<title>bakina zanimacija</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250" />
<meta name="description" content="bakina zanimacija - recepti i savjeti" />
<meta name="keywords" content="bakina zanimacija recepti savjeti kuhinja kuhanje gastronomija gastro" />
<link rel="stylesheet" title="Basic" type="text/css" href="stil1.css" />
<link rel="alternate stylesheet" title="Style2" type="text/css" href="stil2.css" />
</head>
<body>
<h1>bakina zanimacija</h1>
<ul>
<li><a href="recepti/recepti.htm">recepti</a></li>
<li><a href="omeni/omeni.htm">o meni</a></li>
<li><a href="susjedi/susjedi.htm">susjedi</a></li>
<li><a href="kontakt/kontakt.htm">kontakt</a></li>
<li><a href="linkovi/linkovi.htm">linkovi</a></li>
</ul>

<img src="bakaana3.gif"/><img src="bakaana4.gif"/><img src="bakaana5.gif"/><img src="bakaana6.gif"/><img src="bakaana7.gif"/>
</ body>
</ html>

a vako css:

body
{
margin: 0px 0px 0px 0px;
background-color: #cc9999;
/*background-image: url(bakaana3.gif); background-repeat: no-repeat; background-

position: bottom right*/
}

h1
{
text-align: center;
letter-spacing: 20px;
color: #996633;
font-family: garamond, arial;
font-size: 50px
}

ul
{
position:absolute;
top:300px;
float:left;
width:100%;
padding:0;
margin-left:0%;
list-style-type:none;
}

a
{
font-family: garamond, arial;
/*font-size: 21px;*/
float:left;
width:12em;
text-decoration:none;
color:#cc9999;
background-color:#663300;
padding:0.2em 0.6em;
}

a:hover {background-color:#ffffcc}

li {display:inline}

p
{
color: blue;
}

img
{
position: absolute;
bottom: 0;
right: 0;
}

nego, otkud i kad steko sva ta znanja (u profilu vidim) s tim godinicama?

ona stranica s kavom je predobra.
Back to top
View user's profile Send private message
che.UP
mi3.crew


Joined: 07 Sep 2003
Posts: 2320
Location: zagreb

PostPosted: 29.08.2005 14:27    Post subject: Add user to your forum ignore list Reply with quote

najbolje ti je sve te slike staviti u jedan div i stavit mu id #images naprimjer... i onda u cssu umjestio img stavis #images i trebalo bi to sve sjest na dno. ovak od oka :)

_________________
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
štrumfhoza



Joined: 24 Feb 2005
Posts: 89

PostPosted: 30.08.2005 11:07    Post subject: Add user to your forum ignore list Reply with quote

hvala, probat ću
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