Forum: HTML and CSS Jul 2nd, 2008 |
| Replies: 3 Views: 867 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,081 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,081 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 24th, 2008 |
| Replies: 1 Views: 721 Here's everything you'll need to learn about iFrames,
http://htmlhelp.com/reference/html40/special/iframe.html |
Forum: HTML and CSS Jun 17th, 2008 |
| Replies: 2 Views: 653 for something simple as a directory, you could use something like this:
www.phplinkdirectory.com
then have a custom theme built, few hundred bucks. |
Forum: HTML and CSS Jun 4th, 2008 |
| Replies: 3 Views: 1,026 flock is based on Firefox, just with more social media stuff. |
Forum: HTML and CSS Jun 4th, 2008 |
| Replies: 3 Views: 1,026 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 27th, 2008 |
| Replies: 1 Views: 2,286 try setting float:right; for the label instead of float:left;
OR
try setting a margin-bottom for the input box |
Forum: HTML and CSS May 22nd, 2008 |
| Replies: 1 Views: 478 Hmmm if someone has a CSS question, I'm sure they can post a question in their own thread instead of using this one.
You could, in turn, also just try to keep an eye for those people that do post... |
Forum: HTML and CSS May 20th, 2008 |
| Replies: 2 Views: 11,655 try this,
http://www.trap17.com/index.php/css-trick-hide-disabled-internet-explorer-vertical-scrollbar_t20688.html |
Forum: HTML and CSS Jan 23rd, 2008 |
| Replies: 11 Views: 1,263 software and web can be interchangeable with each other, so I wouldn't exclude one category just because it's one or the other. |
Forum: HTML and CSS Jan 22nd, 2008 |
| Replies: 11 Views: 1,263 I don't know, which is better: the apple or the orange?
I think the apple is better. why? because I just said so.
:eyes roll: |
Forum: HTML and CSS Jan 21st, 2008 |
| Replies: 3 Views: 1,324 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 21st, 2008 |
| Replies: 11 Views: 1,263 That's pretty easy. Software is almost always something you install on a computer. A web development would be something almost always just for the web. Daniweb.com is not software, but rather a... |
Forum: HTML and CSS Jan 18th, 2008 |
| Replies: 12 Views: 2,599 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 17th, 2008 |
| Replies: 7 Views: 1,851 I think you need to change it to .ivt a.b:hover {... }
you're telling to select the class of ab when it's really "a" and "b" both. You might even try just using .ivt b:hover {... } and use... |
Forum: HTML and CSS Jan 17th, 2008 |
| Replies: 7 Views: 1,037 I recommend you start using a CMS (content management system). There are a few out there which may work for you.
Joomla, Drupal, Wordpress, just to name a few of the most popular ones available. ... |
Forum: HTML and CSS Jan 17th, 2008 |
| Replies: 4 Views: 2,895 something like that, inline CSS might work. |
Forum: HTML and CSS Jan 16th, 2008 |
| Replies: 7 Views: 1,037 it has a 1990s feel to it. It's just bland.
You should really try to read up on web standards and how to build a website from scratch without using a WYSIWYG editor (what you see is what you... |
Forum: HTML and CSS Jan 16th, 2008 |
| Replies: 4 Views: 2,895 you could try inline CSS for the iframe like GoogleAds |
Forum: HTML and CSS Jan 15th, 2008 |
| Replies: 12 Views: 2,599 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. ... |
Forum: HTML and CSS Jan 11th, 2008 |
| Replies: 3 Views: 2,465 I suspect, without actually seeing the page in question, is that yes, you have too many images. Large and bulky images can cause high load times. Other reasons may include looping javascripts or... |