Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 13
1
2
3
11
>
Last
»
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
Css simple question about text alignment
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
Small Mp3 Player for website
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
border property invisible color
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
Pls cast an eye on this code - no break line?
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
Css tabs not showing in ie8 but working fine in ie9
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
padding margin/ newbie question
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
Conditional Comments not working.
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
CSS width problem
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
positioning advice
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
Frames help!
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
HTML preprocessors
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
W3C Validator Problem
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
W3C Validator Problem
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
Simple HTML photo gallery
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
Need help fast!
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
Newbie so please be gentle ! Require help with my website !
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
Newbie so please be gentle ! Require help with my website !
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
external style sheet
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
Posting code in webpage
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
Resolved
how to fix my tabs ,they are to the right!
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
How do I correctly position this ?
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
How do I correctly position this ?
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
How to create a <li> list with tables inside
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
Why is this happening?
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
Video & Rollover links
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
Page 1 of 13
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
11:41 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.