Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 311
Search took 1.59 seconds.
Search: Posts Made By: Donkey
Forum: HTML & CSS 01-19-2013, 05:09 PM
Replies: 5
Views: 194
Posted By Donkey
In your CSS describing " Huge Welcome Text" ...

In your CSS describing " Huge Welcome Text"
text-align: left;
Forum: HTML & CSS 01-19-2013, 01:37 AM
Replies: 8
Views: 625
Posted By Donkey
This one has a small option ...

This one has a small option
http://www.podsnack.com/mp3-player-examples/music-players-for-websites.html#2
Forum: HTML & CSS 11-19-2012, 02:43 PM
Replies: 4
Views: 345
Posted By Donkey
It just looks like a white border to me, in which...

It just looks like a white border to me, in which case:

border: 3px solid #FFF;

Should do it.
Forum: HTML & CSS 10-27-2012, 01:15 AM
Replies: 4
Views: 357
Posted By Donkey
for your reset to work it must be the first thing...

for your reset to work it must be the first thing in the style sheet so try moving

* { margin: 0; padding: 0;}
body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote { margin: 0;...
Forum: HTML & CSS 09-04-2012, 03:17 PM
Replies: 10
Views: 1,536
Posted By Donkey
Try running your page through the validator and...

Try running your page through the validator and then fix your mistakes.
Errors (http://bit.ly/NNA6Hd)
Some of the errors are very basic e.g. no <head> section no <body> section no <html> and older...
Forum: HTML & CSS 08-18-2012, 01:05 AM
Replies: 7
Views: 396
Posted By Donkey
Just to be pedantic and for future reference: ...

Just to be pedantic and for future reference:
"bare with me" is an invitation to mutually undress.
You should have used "bear with me"
Forum: HTML & CSS 08-17-2012, 12:55 AM
Replies: 2
Views: 267
Posted By Donkey
I know this sounds stupid but try adding a space...

I know this sounds stupid but try adding a space after the IE e.g. <!--[if IE ]> I had a similar problem a few years ago and that cured it.
Forum: HTML & CSS 07-29-2012, 12:41 AM
Replies: 4
Views: 533
Posted By Donkey
In html5 the <nav> tag doesn't need <ul> and <li>...

In html5 the <nav> tag doesn't need <ul> and <li> inside. You should use:

<nav>
<a class="active">Home</a>
<a href="portfolio.html">Portfolio</a>
<a href="downloads.html">Downloads</a>
<a...
Forum: HTML & CSS 07-11-2012, 01:19 AM
Replies: 2
Views: 278
Posted By Donkey
You are confused; a <div> or a <p> can have an id...

You are confused; a <div> or a <p> can have an id or a class (or both). Class is not an alternative to <div> they are different things.

An id can only be used once on a page, but a class can be...
Forum: HTML & CSS 06-18-2012, 02:54 AM
Replies: 8
Views: 595
Posted By Donkey
Is it just me or is there a couple of flaws in...

Is it just me or is there a couple of flaws in your logic. i.e.

What will all these inventors do if they don't invent anything?
Can you really call someone an inventor if they don't actually...
Forum: HTML & CSS 05-21-2012, 02:20 PM
Replies: 8
Views: 632
Posted By Donkey
you can include html using either of the two...

you can include html using either of the two methods suggested.
Forum: HTML & CSS 05-13-2012, 01:23 AM
Replies: 8
Views: 503
Posted By Donkey
Thanks guys I'll just wait until the validator...

Thanks guys I'll just wait until the validator gets back up to speed.
Forum: HTML & CSS 05-12-2012, 07:39 PM
Replies: 8
Views: 503
Posted By Donkey
W3C Validator Problem

I just used the W3C CSS validator to check the CSS of a site I am working on which is on my local XAMPP server. I used the "validate local css" link in the firefox web developer toolbar.

On a...
Forum: HTML & CSS 04-30-2012, 12:56 AM
Replies: 4
Views: 20,278
Posted By Donkey
In the html change the ordered list to an...

In the html change the ordered list to an unordered list, i.e. change ol to ul.
The add the following to your css
ul{list-style: none;}
Forum: HTML & CSS 03-27-2012, 01:45 PM
Replies: 8
Views: 454
Posted By Donkey
I used to be and I find it very annoying and also...

I used to be and I find it very annoying and also much too loud.

Think about your users - some may be visiting at work.
Forum: HTML & CSS 02-27-2012, 12:44 AM
Replies: 7
Views: 576
Posted By Donkey
I started using frontpage many years ago and...

I started using frontpage many years ago and never found a problem with using plain zero.

Since I converted to hand coding I have always used zero without designating units and never had a...
Forum: HTML & CSS 02-26-2012, 01:15 AM
Replies: 7
Views: 576
Posted By Donkey
"0px" should be plain "0" There is no point...

"0px" should be plain "0"

There is no point in saying zero pixels because zero is zero and there is no difference between zero pixels, zero inches, zero miles or zero frigging light years.
Forum: HTML & CSS 02-24-2012, 01:41 AM
Replies: 32
Views: 1,529
Posted By Donkey
have you uploaded your site to a server, or are...

have you uploaded your site to a server, or are you on a local web server? If you just have the files on your computer without using a web server (e.g. xamp) then the external CSS file won't work.
...
Forum: HTML & CSS 02-24-2012, 01:21 AM
Replies: 14
Views: 588
Posted By Donkey
What's wrong with using <code> your code goes...

What's wrong with using <code> your code goes here</code>?
Forum: HTML & CSS 02-22-2012, 12:43 AM
Replies: 6
Views: 532
Posted By Donkey
how does that work? surely the thing you are...

how does that work? surely the thing you are centering should be smaller than the viewport?
Forum: HTML & CSS 02-16-2012, 05:06 PM
Replies: 4
Views: 427
Posted By Donkey
There is a link to it beneath my sig. In...

There is a link to it beneath my sig.

In your simulator everything overlaps on a real iphone it just becomes smaller in proportion.
Forum: HTML & CSS 02-16-2012, 01:04 AM
Replies: 4
Views: 427
Posted By Donkey
My site on your iphone simulator looked cr@p. On...

My site on your iphone simulator looked cr@p. On my iphone it looks great. I think you may have a problem.

BTW It is spelt "simulator"
Forum: HTML & CSS 01-09-2012, 01:40 AM
Replies: 2
Views: 582
Posted By Donkey
Isn't it wrong to put a <div> inside an <li>...

Isn't it wrong to put a <div> inside an <li> shouldn't you use a <span> instead?
Forum: HTML & CSS 11-18-2011, 01:24 PM
Replies: 3
Views: 429
Posted By Donkey
Out of sheer curiosity I visted that site only to...

Out of sheer curiosity I visted that site only to find that my antivirus (Eset) blocked it and also a jpg file and the facebook page.

Does this indicate that there is some malware present?
Forum: HTML & CSS 07-08-2011, 02:36 PM
Replies: 4
Views: 346
Posted By Donkey
I would try: 1. make the containing div for the...

I would try:
1. make the containing div for the video position relative.
2. put the roll-over buttons inside the containing div.
3. position the pop-ups absolutely inside the containing div and...
Showing results 1 to 25 of 311

 
Forum Jump

All times are GMT +1. The time now is 11:41 AM.