Forum: HTML and CSS Jul 2nd, 2008 |
| Replies: 3 Views: 881 Here is the first step for you:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Faizen.usakochan.net%2F
Make sure it validates
... |
Forum: HTML and CSS Jun 24th, 2008 |
| Replies: 4 Views: 1,105 it would be better to put them into a single UL, then just use classes to separate them as you need to, using margin-left |
Forum: HTML and CSS Jun 24th, 2008 |
| Replies: 4 Views: 1,105 why are you separating them into TabsLeft and TabsLeft2 etc etc. it would be better to just make them all in one list. |
Forum: HTML and CSS Jun 4th, 2008 |
| Replies: 3 Views: 1,061 flock is based on Firefox, just with more social media stuff. |
Forum: HTML and CSS Jun 4th, 2008 |
| Replies: 3 Views: 1,061 I would try taking a look at flock.com
their browser is much more social media focused and may have a plugin for that kind of thing that you are looking for. |
Forum: HTML and CSS May 20th, 2008 |
| Replies: 2 Views: 12,290 try this,
http://www.trap17.com/index.php/css-trick-hide-disabled-internet-explorer-vertical-scrollbar_t20688.html |
Forum: HTML and CSS Jan 21st, 2008 |
| Replies: 3 Views: 1,357 it's almost always better to have one CSS file rather than having 2, whenever possible.
see reference: http://developer.yahoo.com/performance/rules.html#external
it will also help to minimize... |
Forum: HTML and CSS Jan 18th, 2008 |
| Replies: 12 Views: 2,623 Why don't you just grab a free css template (http://www.google.com/search?hl=en&q=free+css+layouts&btnG=Google+Search) and then customize it? That will probably work better. |
Forum: HTML and CSS Jan 15th, 2008 |
| Replies: 12 Views: 2,623 Your best bet is to make sure your HTML validates.
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.findacourt.com%2Ftest%2F
that's the first step to having a good looking site. ... |