PDA

View Full Version : [Leading Media] Design



RichardKnox
13-10-2007, 04:11 PM
Hey.

I've been working on a new layout for my webdesign service, Leading Media, and I'd like to see what you guys think.

The coded design is http://www.leadingmedia.co.uk/index.php

Thanks,
Richard

Jamie.
13-10-2007, 04:14 PM
Aghhh yes this certainly has potential Richard. I had an idea that if you hover over the link the banner could change to the relevant link? and when your on a page and not hovering that image is there or something. But yes i'm loving it.

+rep

RichardKnox
13-10-2007, 04:15 PM
Explain more please? I think I know what you mean, as I will be implementing a page for each of the banners (there are 3 if you keep refreshing).

Can anyone also tell me how quickly it loaded.

Eg instantly, milliseconds, 1 second etc

Jamie.
13-10-2007, 04:18 PM
Explain more please? I think I know what you mean, as I will be implementing a page for each of the banners (there are 3 if you keep refreshing).

Can anyone also tell me how quickly it loaded.

Eg instantly, milliseconds, 1 second etc

Rouglhy 0.3 seconds.

Yes thats where i had the idea. That was exactly what I meant.

Assassinator
13-10-2007, 04:21 PM
Thats very very nice.

Maybe add some sort of icey gradiant as a background?

Invent
13-10-2007, 04:38 PM
background-color: #FFFFFF;
background-image: url(images/main_bg.gif);
background-position: center;
background-repeat: repeat-y;
height: 100%;

you code like a "noob".

Sound familiar? :p

Jamie.
13-10-2007, 04:39 PM
you code like a "noob".

Sound familiar? :p

Lol height: 100%; :) made me laugh. Might aswell not define it?

RichardKnox
13-10-2007, 04:39 PM
you code like a "noob".

Sound familiar? :p
Shhh :P

ScottDiamond.
13-10-2007, 05:24 PM
Do what I said on MSn and it will look better.

Florx
13-10-2007, 10:16 PM
Load time 953ms.

I just noticed there is no anti-alias on the image headers. They need to be made crisper as they draw your eye into them.

Good work :)

RichardKnox
13-10-2007, 10:18 PM
Yes there is?

Sygon..
14-10-2007, 07:51 PM
background-color: #FFFFFF;
background-image: url(images/main_bg.gif);
background-position: center;
background-repeat: repeat-y;
height: 100%;

>



background: #FFFFFF url(images/main_bg.gif); repeat-y center;height:100%

RYANNNNN
14-10-2007, 07:53 PM
background: #FFFFFF url(images/main_bg.gif); repeat-y center;height:100%

>


background: #fff url(images/main_bg.gif); repeat-y center; height:100%

:D

Sygon..
15-10-2007, 03:46 PM
You didnt even notice my code was wrong ROFL

background: #FFFFFF url(images/main_bg.gif); repeat-y center;height:100%

>


background: #FFFFFF url(images/main_bg.gif) repeat-y center;height:100%

Want to hide these adverts? Register an account for free!