Eidos strikes again!!
Blocking Tomb Raider Underworld scores that are lower than 8.0
videogaming247.com
Iga_Bobovic
Nintendo Power: Eiji Aonuma Interview
Talks about the design process of Ocarina of Time. Awesome interview, download NOW!
thehylia.com
Iga_Bobovic
Rumour: 2009 sony blow-out
PS3 pricecut, LBP and Motorstorm PSP, Uncharted 2, Killzone 2 and GoW3 info
dpadmagazine.com
Iga_Bobovic
Taliban destroys video game shop
Oh, it's on! Fanboy vs Terrorist! Round 1! Fight
gameculture.com
Iga_Bobovic
Sherlock Holmes coming to the Wii
Highly-acclaimed Sherlock Holmes series coming to the Wii
thatvideogameblog.com
Iga_Bobovic
Display:
Order by:
Hey Yo. If I make a table layout for a website, how do I get the curved corners using CSS? I've almost finished my CSS course, it was okay, it's just javascript that I find impossible.
EDIT:
OMG
A lot of screens this week! Check out more new and old here
Star Trek I saw earlier, my mind is blown I cannot freaking wait!! That space fight scene was beyond awesome.
I'll check it out but you saw how long it took me to get this movie so it might be a while. I am not the biggest movie buff, I rather be renting games and such.
Anyway great movie, great directing, great acting, well done all around. The villian in Oldboy, I think I have seen him before, has he done American movies?
Oh BTW GG did you hear the rumors about Steven Spileberg and Will Smith remaking Old Boy for the US. WTF?! That is about as polar opposite as you can get. Spileberg might be able to pull it off cause he has done almost everything, well except that he is a more straight forward director, he won't have the crazy almost dream like stuff like this director had. Smith is completely wrong for the role.
There is a new story up that its not the movie they are trying to remake but make a movie based on the original comics.
http://www.aintitcool.com/node/39193
Wow! That Star Trek movie trailer looks awesome!
Yeah, I'm definately going to see that! Thanks for posting that link, GG. 
I don't know if it's just me. But I'm not that excited about Perfect Procescuter. I'd much rather prefer a Turnabout Trials 5.
One of the site's forefathers.
There are several ways to get rounded corners, and I've tried most of them. Ultimately, while a bit inelegant, my preferred method is just adding a table above and below the layout (or, if your layout is a table, just a row at the top and bottom). Curved corners can just be images (transparent .gifs or PNGs).
There are ways to do it purely with CSS and no images by hiding the pointed parts using a series of div elements like a pyramid
[ ]
[ ]
[ ]
[ ]
with the same background colour as the background, but I find it mostly a proof of concept rather than particularly useful. I'm going to work off the assumption you're just looking for a simple means of getting rounded corners integrated with a layout.
If your layout just like this
<table id="layout">
<tr>
<td id="sidebar">
SIDEBAR!
</td>
<td id="content">
This is my site
</td>
</tr>
</table>
Just add a row at the top and bottom. Your table needs to have the borders collapsed, however. We'll assume you have the .gif files for white rounded corners top_left.gif, top_right.gif, bottom_left.gif and bottom_right.gif all 25x25. Note that the and setting the font-size to 0 is just something for compatibility since there can be issues with backgrounds if there's absolutely no content in an element.
<style type="text/css">
#layout{border-collapse: collapse;}
#top_middle,#bottom_middle
{
background-color: white;
font-size:0px;
}
.corner
{
font-size:0px;
width: 25px;
height: 25px;
}
#top_left{background-image:url('top_left.gif');
#top_right(background-image:url('top_right.gif');
#bottom_left{background-image:url('bottom_left.gif');
#bottom_right{background-image:url('bottom_right.gif');
</style>
<table>
<tr>
<td id="top_left" class="corner"> </td>
<td id="top_middle"> </td>
<td id="top_right" class="corner"> </td>
</tr>
<tr>
<td id="sidebar">
SIDEBAR!
</td>
<td id="content">
This is my site
</td>
</tr>
<tr>
<td id="top_left" class="corner"> </td>
<td id="top_middle"> </td>
<td id="top_right" class="corner"> </td>
</tr>
</table>
Note that this specific example I haven't tested, so sorry about any minor oversights. In case the logic isn't clear, this is the simple idea:
[ROUNDED][------------------CONTENT BACKGROUND COLOR--------------][ROUNDED]
[-------------------------------CONTENT------------------------------------]
[-------------------------------CONTENT------------------------------------]
[-------------------------------CONTENT------------------------------------]
[ROUNDED][------------------CONTENT BACKGROUND COLOR--------------][ROUNDED]
I remain confused and saddened at your JavaScript rejection. JavaScript just manipulates the HTML/CSS. Though if you had to use the table DOM, then you're forgiven.
---
Tell me to get back to rewriting this site so it's not horrible on mobileI can't see this being good.
They need to keep it dark like the original movie was - they also need to keep THAT twist in...or at least that one totally badass tracking shot where Dae Soo is fighting off a huge number of guys. By westernizing it - you kinda ruin it.
So yeah "The Witcher" amazing game. Buy it.
Seriously all of the complaints I've had with this side-genre are gone. Gone is the mindlessly wandering around trying to figure out what to do. Gone is the boring uninspired level grinding when you know how to progress and where but can't because you aren't strong enough, gone is the constant dialogue filtering, gone is the ridiculously slow developing story, gone is the horrible item managment system, gone is the slow and boring progression, all of it gone. This game does nearly everything right.
If the WRPG genre was suppose to have a premier formula like the JRPG genre does THIS should be it.
One of the site's forefathers.
...you managed to actually cover all my hated aspects of WRPGs. Well played.
---
Tell me to get back to rewriting this site so it's not horrible on mobileThen play "The Witcher" you won't be dissapointed.
One of the site's forefathers.
If anything, the developers behind that game are fucking awesome.
I mean, they basically fixed the game, re-released it onto retail as a deluxe package. If you have the original game, and registered it, you could download the fixes FOR FREE.
As well as that, they think developers are weak for putting DRM in their games, and are spearheading the GOG project - and getting some of the greatest games ever made for sale and working in XP/Vista.
These guys are FUCKING AWESOME.
People, you have to see Earth. It is fucking awesome. I could tell you why, but I won't! See it or your life will lose all meaning!
You're going to have to be more specific
---
Tell me to get back to rewriting this site so it's not horrible on mobileEarth the BBC documentary. More info here!
Where is everybody?
Can't stand the loneliness!!
^^I can't stand you either
*holds up middle finger*
Sherlock Holmes game on Wii? I wonder if it'll be as awesome as the old Sega CD version? *shivers*