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
portfolio

 
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 -> Web stranice
View previous topic :: View next topic  
Author Message
mustra



Joined: 19 Nov 2009
Posts: 45
Location: Zagreb

PostPosted: 30.05.2010 18:06    Post subject: portfolio Add user to your forum ignore list Reply with quote

redizajn prijašnjeg portfolia.

http://www.mustra-designs.com/

kompatibinla na svim browserima osim IE6 to mi se nije dalo zamarati.
jednostavan Jquary, i live preview iskorianih radova kao naprimjer ovo.(ideja je posuđena s themeforesta)

http://www.mustra-designs.com/preview/prev_single.html

znam da se sporo učitava, ali s time ću se morati još pozabaviti.

može još jedno pitanje, jako patim na to da mi je kod validan, sve sam uspio ispraivti ali ovo neide da ga ubiješ.

dobio sam savjet da je dobro staviti da je logo unutar css-a a da se poziva preko H1 taga i da se tekst pomakne sa text-indentom.
naći css je :
h1{
display : block;
width:161px;
height : 76px;
text-indent : -9999px;
background:url('../img/logo.png') no-repeat;

}
a html:
<a href="index.html"><h1>www.mustra-designs.com</h1></a>

problem je to što validator ne prolazi ako se h1 nalazi unutar <a> taga a oću da mi je logo link. ima tko ideju Very Happy
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger Twitter profile
Viridis



Joined: 27 Jan 2006
Posts: 33

PostPosted: 30.05.2010 18:17    Post subject: Add user to your forum ignore list Reply with quote

gubica.....
Back to top
View user's profile Send private message
dr_Hate



Joined: 28 Aug 2007
Posts: 168
Location: Rijeka

PostPosted: 30.05.2010 18:25    Post subject: Add user to your forum ignore list Reply with quote

inline element(<a>) ne smije sadrzavati block (<h1>) element Wink

Code:
<h1><a href="index.html">www.mustra-designs.com</a></h1>

_________________
imam domenu |stajduhar.org|
Back to top
View user's profile Send private message Visit poster's website
mustra



Joined: 19 Nov 2009
Posts: 45
Location: Zagreb

PostPosted: 30.05.2010 18:28    Post subject: Add user to your forum ignore list Reply with quote

dr_Hate wrote:
inline element(<a>) ne smije sadrzavati block (<h1>) element Wink

Code:
<h1><a href="index.html">www.mustra-designs.com</a></h1>


hehe znam ali ako tako stavim onda više nije link Very Happy
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger Twitter profile
dr_Hate



Joined: 28 Aug 2007
Posts: 168
Location: Rijeka

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

Code:

h1 a{
display : block;
width:161px;
height : 76px;
text-indent : -9999px;
background:url('../img/logo.png') no-repeat;
}


i bi link Wink

_________________
imam domenu |stajduhar.org|
Back to top
View user's profile Send private message Visit poster's website
mustra



Joined: 19 Nov 2009
Posts: 45
Location: Zagreb

PostPosted: 30.05.2010 20:08    Post subject: Add user to your forum ignore list Reply with quote

hehe zaboravih za to Very Happy

hvala lijepa Very Happy
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger 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 -> Web stranice 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