Forum: HTML and CSS 34 Days Ago |
| Replies: 4 Views: 627 |
Forum: HTML and CSS Nov 6th, 2009 |
| Replies: 5 Views: 413 you should mark "this thread solved" than. |
Forum: HTML and CSS Nov 6th, 2009 |
| Replies: 5 Views: 413 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 Nov 6th, 2009 |
| Replies: 5 Views: 413 float the image to the left
css:
.logo {float:left} |
Forum: HTML and CSS Oct 16th, 2009 |
| Replies: 9 Views: 743 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 12th, 2009 |
| Replies: 3 Views: 421 well, you may mark this threat as solved than. |
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 12th, 2009 |
| Replies: 10 Views: 1,010 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 11th, 2009 |
| Replies: 10 Views: 1,010 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: 1,010 -what doctype are you using? |
Forum: HTML and CSS Oct 11th, 2009 |
| Replies: 7 Views: 514 Thanks for thanks, please mark thread as solved. |
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 Sep 26th, 2009 |
| Replies: 8 Views: 524 It is possible that you've confused margins with padding specifications since negative padding is not allowed and people us padding to achieve similar effect quite often and may confuse them. But... |
Forum: HTML and CSS Sep 23rd, 2009 |
| Replies: 8 Views: 524 meaning: cripled Chrome doesn't support negative margins. |
Forum: HTML and CSS Sep 22nd, 2009 |
| Replies: 8 Views: 524 |
Forum: HTML and CSS Sep 12th, 2009 |
| Replies: 2 Views: 1,204 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 Sep 10th, 2009 |
| Replies: 4 Views: 465 What's so "correct" about FX there. All I see is that you are asking from IE to render a bug. |
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 22nd, 2009 |
| Replies: 5 Views: 666 You should correct your HTML errors first |
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 Jul 24th, 2008 |
| Replies: 13 Views: 4,415 The above, is the correct answer.
You can always determine the desired file type with "SaveAs" command; choose File Type: "All Files", and save it as whatever txt-file format you like including... |
Forum: HTML and CSS Jul 23rd, 2008 |
| Replies: 3 Views: 645 try this site (http://layouts.ironmyers.com, might help you alot. |
Forum: HTML and CSS Jul 20th, 2008 |
| Replies: 11 Views: 1,978 I guess that my statement:
was not well-formed and can be interpereted incorrectly.
To avoid confusion, I should have used quotes like in:
This thread should have been marked as "solved by... |
Forum: HTML and CSS Jul 19th, 2008 |
| Replies: 11 Views: 1,978 This thread should have been marked as solved by MidiMagic by now. |