Search found 4 matches
- Thu Jul 05, 2012 6:30 am
- Forum: Beginner Help and Support
- Topic: [Solved]CSS issues...
- Replies: -1
- Views: 723
Re: CSS issues...
Simplest answer is the most logical, I guess. :) That did the trick, with some extra modifying. Here is the final CSS in case anyone else needs it: #infobox { width: 100%; height: 50%; overflow: auto; border: 1px solid; } .charbox { float: left; width: 30%; height: 100%; overflow:hidden; background-...
- Thu Jul 05, 2012 4:19 am
- Forum: Beginner Help and Support
- Topic: [Solved]CSS issues...
- Replies: -1
- Views: 723
[Solved]CSS issues...
Alright, I've been fighting with this little problem for the past few hours, and finally am going to ask for a little advice. My goal is to have a <div> and inside that div, contain 3 more divs (left, center, right) Using 30%,40%,30% respectively. The issue, the right div keeps getting put onto anot...
- Wed Jun 27, 2012 7:02 pm
- Forum: Tutorials
- Topic: Ajax/Javascript Vid Tuts
- Replies: -1
- Views: 35756
Re: Ajax/Javascript Vid Tuts
Of course, I'll probably be asking for some tips/help on ways of doing things more efficiently. 
- Wed Jun 27, 2012 5:00 pm
- Forum: Tutorials
- Topic: Ajax/Javascript Vid Tuts
- Replies: -1
- Views: 35756
Re: Ajax/Javascript Vid Tuts
A bit of a late reply (okay, very late :P) but I wanted to thank you for posting those videos. Has helped so much more than any book or other tutorial I've looked up in the past. Taking your teachings, I've used it to create a text-driven web game, where the character stats, chat, and the combat div...