Hi,
I got bored, so I decided to try and make a layout completely using CSS3.
The layout only works in Firefox well, so yeah.
http://invent.no-ip.org/sig/
It looks terrible, but still!
-Simon

Hi,
I got bored, so I decided to try and make a layout completely using CSS3.
The layout only works in Firefox well, so yeah.
http://invent.no-ip.org/sig/
It looks terrible, but still!
-Simon
Wow, i like it for being CSS :]
^_^ Thanks.
It's abit messy but looking good though
messy good
The layout now works in IE, it's just not rounded!
Not rounded on the PSP either. Looks good though.![]()
Oooh!
Not bad for CSS.![]()
deranged.
How does this make it go rounded?
Ahhh the border-radius thingnice
element.style {
-moz-border-radius-bottomleft:0.3em;
-moz-border-radius-bottomright:0.3em;
-moz-border-radius-topleft:0.3em;
-moz-border-radius-topright:0.3em;
border-bottom-color:#E5E5E5;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color:#E5E5E5;
border-left-style:solid;
border-left-width:1px;
border-right-color:#E5E5E5;
border-right-style:solid;
border-right-width:1px;
border-top-color:#E5E5E5;
border-top-style:solid;
border-top-width:1px;
font-family:Tahoma;
font-size:11px;
height:298px;
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
}
Want to hide these adverts? Register an account for free!