Graphic Design Forum and Web Design Forum  

Go Back   Graphic Design Forum and Web Design Forum »General »Graphic Design & Web Design Critique

Notices

Graphic Design & Web Design Critique Get Critique from other designers on your graphic & web designs


Reply
 
LinkBack (1) Thread Tools Display Modes
  #21 (permalink)  
Old 27-08-2007, 10:39 AM
solidgold's Avatar
Experienced Member
 
Join Date: May 2007
Location: LE3 LE4 LE7 - Leicester
Gender: Male
Posts: 280
Default

urm, this code is valid... both CSS and XHTML
__________________
uncooked fruit kebab
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote

  #22 (permalink)  
Old 27-08-2007, 01:32 PM
isk isk is offline
Junior Member
 
Join Date: Aug 2007
Posts: 4
Default

It's a bit childish and simple, I admit. But still, who said that minimalism is a bad thing? It still looks fresh and nice and doesn't look like anything else.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #23 (permalink)  
Old 27-08-2007, 02:36 PM
solidgold's Avatar
Experienced Member
 
Join Date: May 2007
Location: LE3 LE4 LE7 - Leicester
Gender: Male
Posts: 280
Default

Quote:
It still looks fresh and nice and doesn't look like anything else.
hehe i like this guy...

thanks a lot
__________________
uncooked fruit kebab
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #24 (permalink)  
Old 27-08-2007, 03:15 PM
tommylogic's Avatar
f*ck yeah it validates!!!
 
Join Date: Apr 2007
Location: Virtually Everywhere
Gender: Male
Posts: 6,314
Default

Quote:
Originally Posted by solidgold View Post
urm, this code is valid... both CSS and XHTML
you're high!!!






Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #25 (permalink)  
Old 27-08-2007, 04:40 PM
solidgold's Avatar
Experienced Member
 
Join Date: May 2007
Location: LE3 LE4 LE7 - Leicester
Gender: Male
Posts: 280
Default

haha well ok, it was when i posted - i changed the navigation
the current site is crazy code, i'll admit that.
the css on my testing site is valid, its litebox css that isnt.
__________________
uncooked fruit kebab
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #26 (permalink)  
Old 27-08-2007, 04:47 PM
solidgold's Avatar
Experienced Member
 
Join Date: May 2007
Location: LE3 LE4 LE7 - Leicester
Gender: Male
Posts: 280
Default

i've sorted Aesthetic Design | Web Development
__________________
uncooked fruit kebab
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #27 (permalink)  
Old 28-08-2007, 04:14 PM
tommylogic's Avatar
f*ck yeah it validates!!!
 
Join Date: Apr 2007
Location: Virtually Everywhere
Gender: Male
Posts: 6,314
Default

Well.. here's some lightbox that IS valid...

HTML Code:
/**** VALID CSS lightbox2.02 ****/ 
/*** retooled by Tommy Logic™ ***/
#lightbox { 
position : absolute;
top : 40px;
left : 0;
width : 100%;
z-index : 100;
text-align : center;
line-height : 0;
} 
#lightbox a img { 
border : none;
} 
#outerImageContainer { 
position : relative;
background-color : #fff;
width : 250px;
height : 250px;
margin : 0 auto;
} 
#imageContainer { 
padding : 10px;
} 
#loading { 
position : absolute;
top : 40%;
left : 0%;
height : 25%;
width : 100%;
text-align : center;
line-height : 0;
} 
#hoverNav { 
position : absolute;
top : 0;
left : 0;
height : 100%;
width : 100%;
z-index : 10;
} 
#imageContainer > #hoverNav { 
left : 0;
} 
#hoverNav a { 
outline : none;
} 
#prevLink, #nextLink { 
width : 49%;
height : 100%;
background : transparent url(../images/lb_blank.gif) no-repeat;
display : block;
} 
#prevLink { 
left : 0;
float : left;
} 
#nextLink { 
right : 0;
float : right;
} 
#prevLink:hover, #prevLink:visited:hover { 
background : url(../images/lb_prevlabel.gif) no-repeat left 15%;
} 
#nextLink:hover, #nextLink:visited:hover { 
background : url(../images/lb_nextlabel.gif) no-repeat right 15%;
} 
#imageDataContainer { 
font : 10px Verdana, Helvetica, sans-serif;
background-color : #fff;
margin : 0 auto;
line-height : 1.4em;
} 
#imageData { 
padding : 0 10px;
} 
#imageData #imageDetails { 
width : 70%;
float : left;
text-align : left;
} 
#imageData #caption { 
font-weight : bold;
} 
#imageData #numberDisplay { 
display : block;
clear : left;
padding-bottom : 1em;
} 
#imageData #bottomNavClose { 
width : 66px;
float : right;
padding-bottom : 0.7em;
} 
#overlay { 
position : absolute;
top : 0;
left : 0;
z-index : 90;
width : 100%;
height : 500px;
background-color : #000;
} 
body > #overlay { 
position : fixed;
top : 0;
left : 0;
} 
.clearfix:after { 
content : ".";
display : block;
height : 0;
clear : both;
visibility : hidden;
} 
* html > body .clearfix {
 display : inline;
 width : 100%;
} 
* html .clearfix { 
height : 1%;
}
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #28 (permalink)  
Old 28-08-2007, 04:15 PM
Kelly Creative's Avatar
You are safe now little Titty-Logic
 
Join Date: Jan 2007
Location: On The Edge
Gender: Female
Posts: 3,482
Default

geek
__________________
"Touch his porn collection bitch and I'll murder ya!"
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #29 (permalink)  
Old 28-08-2007, 04:20 PM
tommylogic's Avatar
f*ck yeah it validates!!!
 
Join Date: Apr 2007
Location: Virtually Everywhere
Gender: Male
Posts: 6,314
Default

thanks Kelly... you're always such a sweetheart
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #30 (permalink)  
Old 30-08-2007, 05:28 AM
Hyperxdesigns's Avatar
Junior Member
 
Join Date: Aug 2007
Posts: 8
Default

cool dude
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Another critique please! L[Design] Graphic Design Showcase 5 28-01-2008 06:35 PM
Critique Please L[Design] Graphic Design Showcase 4 27-01-2008 11:28 PM
I would like a critique eismont_designs Graphic Design & Web Design Critique 18 16-08-2007 02:12 PM
Critique Please TripleMoonsDesign Web Design Forum Showcase 17 05-08-2007 12:18 AM
Critique me please :) iloveblackpepper Graphic Design and Web Design Help 6 28-07-2007 08:25 PM


All times are GMT. The time now is 03:33 AM.



Estetica Design Forum's Privacy Policy
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0