Forum: HTML and CSS 14 Days Ago |
| Replies: 2 Views: 372 Can you please explain what went wrong?
( Describe the issue or send a link if available ) |
Forum: HTML and CSS 15 Days Ago |
| Replies: 8 Views: 563 The problem with 'your opinion" is that you don't have an opinion. |
Forum: HTML and CSS 15 Days Ago |
| Replies: 8 Views: 563 Like what do you know about HTML4.01 that you would love to use HTML5 instead.
What are the extras that HTML5 offering to us and that IE5 didn't already (like a century ago)? |
Forum: HTML and CSS 17 Days Ago |
| Replies: 4 Views: 543 |
Forum: HTML and CSS 18 Days Ago |
| Replies: 8 Views: 563 |
Forum: HTML and CSS 24 Days Ago |
| Replies: 51 Views: 2,707 Doc-type has absolutely nothing to do with SEO!
You have to understand that DTD, - specified or omitted - can't affect SEs in any possible way; As web designers - we don't, and we cant optimize... |
Forum: HTML and CSS 25 Days Ago |
| Replies: 10 Views: 667 :') no not even then lady skunk, not even then. :'D |
Forum: HTML and CSS 26 Days Ago |
| Replies: 10 Views: 667 Sorry, but css: vertical-align has no effect on divs, -therefore ... |
Forum: HTML and CSS 27 Days Ago |
| Replies: 3 Views: 471 No -Explorer is acting as expected and as it normally should.
It doesn't have the "bleeding content" bug you are rellying on to get your layout idea into practice here.
The content should never... |
Forum: HTML and CSS 27 Days Ago |
| Replies: 51 Views: 2,707 Well sun, I don't mean to argue with you by stating that I code since summer 1996, but since you've asked, you do the math.
Let Search Engines go into text only-mode if you like, that's even... |
Forum: HTML and CSS 27 Days Ago |
| Replies: 51 Views: 2,707 Because you are wrong!
"make search engines go into "Quirks Mode" "
Search engines dont go into any kind of mode, and even if they do, who cares?!
And what's so notoriuosele bad about "quirks... |
Forum: HTML and CSS 27 Days Ago |
| Replies: 10 Views: 667 he needs to vertically align in the middle,
as I already mentioned with his actual code structure and his existing styles it can be fixed by simply removing the DIV wrapping his Image in TD... |
Forum: HTML and CSS 27 Days Ago |
| Replies: 51 Views: 2,707 Do you mind if I ask you:
Why do you Insist on him that he should use them anyway??? |
Forum: HTML and CSS 28 Days Ago |
| Replies: 10 Views: 667 Sorry for asking but
Are you sure you understand his question? |
Forum: HTML and CSS 28 Days Ago |
| Replies: 2 Views: 723 Hello unthankfull.
- Why don't you mark the thread "solved"?
p.s.:
(by the way: Its something that we all can see, right from your site!) |
Forum: HTML and CSS 30 Days Ago |
| Replies: 5 Views: 353 you should mark "this thread solved" than. |
Forum: HTML and CSS 30 Days Ago |
| Replies: 51 Views: 2,707 The HTML online validator can't tell where the arror ocurred exactly. Tries to narrow the posibility by selecting the first element the error triggered and the last one suffering it. In this case,... |
Forum: HTML and CSS 30 Days Ago |
| Replies: 8 Views: 453 Since years now, html element is a part of the document layout. You are seing the gap padding of the html now
you dont need the * selctor of course, its tricky and will cause much trouble as you... |
Forum: HTML and CSS 30 Days Ago |
| Replies: 5 Views: 353 The document flow must always follow the visual flow therefore the obvious is to order the alements according to that flow...
Therefore (for it to Function) you should make (the hilighted)... |
Forum: HTML and CSS 30 Days Ago |
| Replies: 5 Views: 353 float the image to the left
css:
.logo {float:left} |
Forum: HTML and CSS 30 Days Ago |
| Replies: 2 Views: 224 You'll need a server side solution for this,
try this link for a start
http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=189 |
Forum: HTML and CSS 30 Days Ago |
| Replies: 2 Views: 723 don't worry they want!
you've coded for firefox and firefox it gave.
there are two ways of fixing this, you either give your images enough space (width) to fit in that container, or you force... |
Forum: HTML and CSS 30 Days Ago |
| Replies: 10 Views: 667 The "valign" property does not propagate from the parent to its children children!
Try testing that scenario of yours with static HTML first.
This way you can see where lies the problem.
But... |
Forum: HTML and CSS Oct 16th, 2009 |
| Replies: 9 Views: 704 Expired or Illegal copy perhaps?!
"Sorry, the Windows 7 RC is no longer available for download. The general release version of Windows 7 will be available on October 22, 2009." |
Forum: HTML and CSS Oct 13th, 2009 |
| Replies: 5 Views: 751 Do it the Standard way - and don't pay attention to kids making jokes on you with white-space: normal.
If you really demand that the text in those TD elements does not wrap and brak in a new... |
Forum: HTML and CSS Oct 12th, 2009 |
| Replies: 2 Views: 473 What DTD are you using? Might require STRICT mode.
But if you are working in a strict document than it will mean it doesn't support direct child selector syntax.
But this is a highly effective... |
Forum: HTML and CSS Oct 12th, 2009 |
| Replies: 3 Views: 400 well, you may mark this threat as solved than. |
Forum: HTML and CSS Oct 12th, 2009 |
| Replies: 3 Views: 400 Some little dumb mistake I'm sure...
p.s.: check the little thingy in red inside your code, That's what's missing here. |
Forum: HTML and CSS Oct 12th, 2009 |
| Replies: 10 Views: 885 That's why CSS is invented for.
You group select and you divide particulars when needed.
So we will split that body of statements in two groups so we drop properties not needed for html to assign... |
Forum: HTML and CSS Oct 12th, 2009 |
| Replies: 5 Views: 751 I think that you are not understanding the issue here. For so many years, people, not even knowing the meaning of the word, has been yelling and shouting "standards - standards!" ecessively and for... |
Forum: HTML and CSS Oct 11th, 2009 |
| Replies: 10 Views: 885 Try this:
html, body
{
background-color: #363636;
color: #FFFFFF;
font-family: tahoma,sans-serif;
font-size: 70%;
height: 100%;
line-height: 1.2em;
margin: 0; |
Forum: HTML and CSS Oct 11th, 2009 |
| Replies: 10 Views: 885 -what doctype are you using? |
Forum: HTML and CSS Oct 11th, 2009 |
| Replies: 7 Views: 472 Thanks for thanks, please mark thread as solved. |
Forum: HTML and CSS Oct 11th, 2009 |
| Replies: 6 Views: 536 this will make your background image to fill the available space of the document, in Opera Safari and IE5.5 and up...,but I can't help you with firefox. You'll need to hack it.
html, body {
... |
Forum: HTML and CSS Oct 10th, 2009 |
| Replies: 3 Views: 353 Yes , and this is the main factor causing his menu items to drop as new lines since it defaults to 100px width. And the width of 100px is not even enough to accomodate them individualy.
Moreover... |
Forum: HTML and CSS Oct 10th, 2009 |
| Replies: 7 Views: 472 So you want them to be looking something like this (see attachment image)?
Add this line in your
CSS
#main img {width:100%} |
Forum: HTML and CSS Oct 10th, 2009 |
| Replies: 3 Views: 353 Delete everything marked RED |
Forum: HTML and CSS Oct 9th, 2009 |
| Replies: 1 Views: 590 These are only some of structural errors found in your html code.
Validation Output: 21 Errors
# Error Line 46, Column 8: XML Parsing Error: Opening and ending tag mismatch: p line 33 and div... |
Forum: HTML and CSS Oct 9th, 2009 |
| Replies: 4 Views: 4,160 Well...
I'm sorry to have to say this to you, but HTML and CSS are not capable of doing much of anything with your wav files except playing them, and what I really meant to say is that you are in... |
Forum: HTML and CSS Oct 8th, 2009 |
| Replies: 3 Views: 306 you've placed heavy block elements inside inline tags -that is: links!
You say your code is validated - but seeing this I don't quite believe that.
+
-Are you hosting advertisements in your pages... |