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
DIV, body background image, rezolucija ekrana?!

 
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
Mirda



Joined: 27 Mar 2006
Posts: 59
Location: Croatia

PostPosted: 25.08.2009 02:38    Post subject: DIV, body background image, rezolucija ekrana?! Add user to your forum ignore list Reply with quote

Ne bavim se web dizajnom već duže vrijeme pa sam sve zaboravio. Dakle, koristim DW od macromedie i želim da mi se background fotografija pokazuje podjednako na svim rezolucijama monitora. Dakle, da mi DIV ili neka druga šema, ravna body background image prema rezoluciji ekrana posjetitelja na web stranicu. Predpostavljam da je fora u CSS-u ili DIV...

_________________
Carpe diem, jer svaki dan je dobar za...
Back to top
View user's profile Send private message Visit poster's website
i72852



Joined: 25 Feb 2004
Posts: 81

PostPosted: 25.08.2009 06:34    Post subject: Re: DIV, body background image, rezolucija ekrana?! Add user to your forum ignore list Reply with quote

Mirda wrote:
Ne bavim se web dizajnom već duže vrijeme pa sam sve zaboravio. Dakle, koristim DW od macromedie i želim da mi se background fotografija pokazuje podjednako na svim rezolucijama monitora. Dakle, da mi DIV ili neka druga šema, ravna body background image prema rezoluciji ekrana posjetitelja na web stranicu. Predpostavljam da je fora u CSS-u ili DIV...


stari moj..
stvarno dugo.. Very Happy
Adobe je preuzeo Macromediu 2005.. Very Happy

Evo primjer:
Code:
<html>
   <head>
      <style>
         #background {
            background: url(bgbody.png) top center no-repeat;
            margin: 0;
            padding: 0;
            height: 100px;
          }
      </style>
   </head>
   <body>
      <div id="background">
      </div>
   </body>
</html>
Back to top
View user's profile Send private message Visit poster's website
Mirda



Joined: 27 Mar 2006
Posts: 59
Location: Croatia

PostPosted: 26.08.2009 17:37    Post subject: Add user to your forum ignore list Reply with quote

Ne radi skripta ono što želim...

_________________
Carpe diem, jer svaki dan je dobar za...
Back to top
View user's profile Send private message Visit poster's website
il collonelo



Joined: 10 Mar 2005
Posts: 28
Location: Zagreb

PostPosted: 27.08.2009 14:47    Post subject: Add user to your forum ignore list Reply with quote

ovako nesto ?
http://css-tricks.com/how-to-resizeable-background-image/
Back to top
View user's profile Send private message
Kaos



Joined: 01 Sep 2006
Posts: 121
Location: Sl.Brod

PostPosted: 27.08.2009 15:13    Post subject: Re: DIV, body background image, rezolucija ekrana?! Add user to your forum ignore list Reply with quote

i72852 wrote:
Mirda wrote:
Ne bavim se web dizajnom već duže vrijeme pa sam sve zaboravio. Dakle, koristim DW od macromedie i želim da mi se background fotografija pokazuje podjednako na svim rezolucijama monitora. Dakle, da mi DIV ili neka druga šema, ravna body background image prema rezoluciji ekrana posjetitelja na web stranicu. Predpostavljam da je fora u CSS-u ili DIV...


stari moj..
stvarno dugo.. Very Happy
Adobe je preuzeo Macromediu 2005.. Very Happy

Evo primjer:
Code:
<html>
   <head>
      <style>
         #background {
            background: url(bgbody.png) top center no-repeat;
            margin: 0;
            padding: 0;
            height: 100px;
          }
      </style>
   </head>
   <body>
      <div id="background">
      </div>
   </body>
</html>



height: 100px ????????
pa naravno da ne radi

_________________
http://ib4web.com/
Back to top
View user's profile Send private message Send e-mail
darkqueliss



Joined: 27 May 2008
Posts: 1058

PostPosted: 27.08.2009 21:30    Post subject: Re: DIV, body background image, rezolucija ekrana?! Add user to your forum ignore list Reply with quote

Želiš da ti je bg centriran po šrini stranice ili visini?
Back to top
View user's profile Send private message
Mirda



Joined: 27 Mar 2006
Posts: 59
Location: Croatia

PostPosted: 29.08.2009 23:00    Post subject: Add user to your forum ignore list Reply with quote

Pa i po sredini i po visini... ako je moguče.

_________________
Carpe diem, jer svaki dan je dobar za...
Back to top
View user's profile Send private message 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