PDA

View Full Version : New Layout



loserWILL
13-03-2008, 01:08 AM
I was looking at that rawnet site and I liked it, so I created a layout similar to it. Rate pls.

http://www.tehupload.com/8470271106.png
http://www.tehupload.com/8470271106.png

Hypertext
13-03-2008, 04:41 AM
codeetech.com looks almost identical except for some color changes, I mean it looks good.. but it's just like mine.

cunning
13-03-2008, 05:20 AM
Umm, they're similar but that's nothing like his. Great layout!

Bojangles
13-03-2008, 01:05 PM
Wow, loving the layout :) But I'm sure you can make it even better than that.

loserWILL
13-03-2008, 02:07 PM
Thanks for the comments.

Reconix, it doesn't look like your layout at all.

partie2
13-03-2008, 02:26 PM
I like the colours used on the layout and looks professional but only thing i dont like is the icons on the navigation bar :)

loserWILL
13-03-2008, 02:34 PM
I like the colours used on the layout and looks professional but only thing i dont like is the icons on the navigation bar :)

Okay, I'll look for some different icons when I code it.

Bojangles
13-03-2008, 02:39 PM
Did you rasterize the welcome text by any chance? It looks like you have zoomed in :P

loserWILL
13-03-2008, 02:45 PM
No, just set it to sharp/crisp.

Wait, which welcome text? If you're talking about the one with the "!" (the grey one) then - usually Photoshop doesn't make it smooth. And you see those ridges.

kk.
13-03-2008, 04:50 PM
if you can find a way to code the opacity in to work on every browser congrats :)

nice layout but as you said, looks like rawnet :)

loserWILL
13-03-2008, 04:55 PM
if you can find a way to code the opacity in to work on every browser congrats :)

nice layout but as you said, looks like rawnet :)

The opacity for what?

kk.
13-03-2008, 04:57 PM
the border of the content. If you have a look at the one i made, i had to fade the opacity on the border out because i couldt think of a way to code it :(

loserWILL
13-03-2008, 05:10 PM
There's a way to do it in CSS.

But I'll be changing the background as well, which'll make it easier.

kk.
13-03-2008, 05:13 PM
ahh right ok :)
could you give a link when youve done so i can have a lok how ?:)

loserWILL
13-03-2008, 05:24 PM
In CSS? Just add this to your CSS:

opacity: 0.1 (or w/e).

kk.
13-03-2008, 05:54 PM
:o didnt know taht.. ill try it :)

Meti
13-03-2008, 05:57 PM
I like it. It looks good, and it's easy to code :D If you haven't coded it, give me a try, for free. I'm a beginner at coding, but i'll do my best ;)

..I'll add an iFrame

Bojangles
13-03-2008, 06:08 PM
I like it. It looks good, and it's easy to code :D If you haven't coded it, give me a try, for free. I'm a beginner at coding, but i'll do my best ;)

..I'll add an iFrame
That layout would look crap in tables if the tables didn't expand. Plus divs are much easier to code than tables :)

wewt
13-03-2008, 06:39 PM
In CSS? Just add this to your CSS:

opacity: 0.1 (or w/e).

That's only for Safari.

opacity: 0.65;

-moz-opacity: 0.65; /* older Gecko-based browsers */

filter:alpha(opacity=65); /* For IE6&7 */

from: http://www.dedestruct.com/2008/03/06/how-to-cross-browser-css-transparent-divs-with-opaque-content/

kk.
13-03-2008, 06:43 PM
That's only for Safari.

opacity: 0.65;

-moz-opacity: 0.65; /* older Gecko-based browsers */

filter:alpha(opacity=65); /* For IE6&7 */

from: http://www.dedestruct.com/2008/03/06/how-to-cross-browser-css-transparent-divs-with-opaque-content/

thank you :)

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