Search Results

Showing results 1 to 40 of 131
Search took 0.01 seconds.
Search: Posts Made By: Troy III ; Forum: HTML and CSS and child forums
Forum: HTML and CSS 14 Days Ago
Replies: 2
Views: 372
Posted By Troy III
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
Posted By Troy III
The problem with 'your opinion" is that you don't have an opinion.
Forum: HTML and CSS 15 Days Ago
Replies: 8
Views: 563
Posted By Troy III
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
Posted By Troy III
its the other way around
Forum: HTML and CSS 18 Days Ago
Replies: 8
Views: 563
Posted By Troy III
Well, of course not!
Forum: HTML and CSS 24 Days Ago
Replies: 51
Views: 2,707
Posted By Troy III
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
Posted By Troy III
:') no not even then lady skunk, not even then. :'D
Forum: HTML and CSS 26 Days Ago
Replies: 10
Views: 667
Posted By Troy III
Sorry, but css: vertical-align has no effect on divs, -therefore ...
Forum: HTML and CSS 27 Days Ago
Replies: 3
Views: 471
Posted By Troy III
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
Posted By Troy III
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
Posted By Troy III
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
Posted By Troy III
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
Posted By Troy III
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
Posted By Troy III
Sorry for asking but
Are you sure you understand his question?
Forum: HTML and CSS 28 Days Ago
Replies: 2
Views: 723
Posted By Troy III
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
Posted By Troy III
you should mark "this thread solved" than.
Forum: HTML and CSS 30 Days Ago
Replies: 51
Views: 2,707
Posted By Troy III
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
Posted By Troy III
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
Posted By Troy III
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
Posted By Troy III
float the image to the left
css:
.logo {float:left}
Forum: HTML and CSS 30 Days Ago
Replies: 2
Views: 224
Posted By Troy III
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
Posted By Troy III
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
Posted By Troy III
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
Posted By Troy III
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
Posted By Troy III
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
Posted By Troy III
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
Posted By Troy III
well, you may mark this threat as solved than.
Forum: HTML and CSS Oct 12th, 2009
Replies: 3
Views: 400
Posted By Troy III
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
Posted By Troy III
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
Posted By Troy III
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
Posted By Troy III
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
Posted By Troy III
-what doctype are you using?
Forum: HTML and CSS Oct 11th, 2009
Replies: 7
Views: 472
Posted By Troy III
Thanks for thanks, please mark thread as solved.
Forum: HTML and CSS Oct 11th, 2009
Replies: 6
Views: 536
Posted By Troy III
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
Posted By Troy III
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
Posted By Troy III
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
Posted By Troy III
Delete everything marked RED
Forum: HTML and CSS Oct 9th, 2009
Replies: 1
Views: 590
Posted By Troy III
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
Posted By Troy III
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
Posted By Troy III
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...
Showing results 1 to 40 of 131

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC