Forum: HTML and CSS Nov 6th, 2009 |
| Replies: 51 Views: 2,969 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 Oct 12th, 2009 |
| Replies: 3 Views: 421 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 10th, 2009 |
| Replies: 7 Views: 514 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: 386 Delete everything marked RED |
Forum: HTML and CSS Sep 27th, 2009 |
| Replies: 0 Views: 1,119 This code enables you to publish a CSS only with mouse click and keyboard tab image swap.
Attached is a Demo example of how it would look on IE6.
To ensure the greatest possible cross-browser... |
Forum: HTML and CSS Sep 12th, 2009 |
| Replies: 2 Views: 1,205 Yeah, it looks as it should on IE.
All container elements are broken in Netscape based browsers.
This is known as a bleeding fox syndrome bug, or "fox on fire behaviour".
It will drop... |
Forum: HTML and CSS Aug 22nd, 2009 |
| Replies: 5 Views: 666 Here,
First thing you should do is to remove your script from HTML element and place it somewhere before HEADER element closure.
Second:
Something on the right should follow something on its... |
Forum: HTML and CSS Aug 20th, 2009 |
| Replies: 5 Views: 385 stay away from that site and block them.
few notes on interclick.com
http://google.com/safebrowsing/diagnostic?site=interclick.com/
i suggest you block these addresses:
www.interclick.com... |
Forum: HTML and CSS Aug 13th, 2009 |
| Replies: 11 Views: 810 that's because you are doing it the wrong way, -it is the div2 who should have its margins set to auto and there should be no float.
-Here, try this:
.DIV1 {
width: 100%;
height: 70px;
}... |
Forum: HTML and CSS Jul 23rd, 2008 |
| Replies: 3 Views: 645 try this site (http://layouts.ironmyers.com, might help you alot. |