Page 1 of 1

New Design

Posted: Wed Sep 26, 2007 12:37 pm
by D4nt3
Hey Folks,

yesterday i take some time to make a new style of my blog. based on the bulletproof template system.

Just take a lock here.

how did u like it?!?

Greetz D4nt3

PS: The Bulletproof Dev-Team did a really perfekt job! Thimbs up guys

PSS: Sorry for my bad english :lol:

Posted: Wed Sep 26, 2007 3:15 pm
by Don Chambers
Observations:

You should run this through a validator, such as http://validator.w3.org/, and correct the errors it identifies.

Your top navigation links use a bottom border on hover... which makes the overall size of the #sitenav container increase when links are hovered. A trick used in the blue and green bulletproof colorsets, which also use borders on links when hovered, is to set a border for the link itself which matches the background color..... that way, links always have a border... it just changes colors on hover!! In your template, this would work:

Code: Select all

#sitenav ul a:link{
    border-bottom: 1.5px solid #000000;
}

Posted: Thu Sep 27, 2007 12:08 am
by yellowled
Don Chambers wrote:Your top navigation links use a bottom border on hover... which makes the overall size of the #sitenav container increase when links are hovered.
I'd suggest to enlarge the #sitenav container anyway (i.e. give it some additional padding-bottom) to get some space between the underlines and the banner images. Just my 2 cents.

Other than that, it's really nice to see all those BP derivates come to life :)

YL

Posted: Thu Sep 27, 2007 10:33 am
by d_cee
As YL says, it's great to see all the bulletproof derivatives coming online. Your s looks well designed to me - nice work.

I hope to start featuring some of these great designs on the bulletproof website soon - and hope that some of you will contribute new designs for others to download ;-)


Dave

Re: New Design

Posted: Thu Sep 27, 2007 2:26 pm
by reinhardl
your search function do not work

Posted: Sat Sep 29, 2007 9:19 pm
by D4nt3
@Don Chambers:

thx for your tip.

@reinhardl:

i know i working at the problem

:evil: