|
|
| From one moment to the other, my page starts with a white line :/ Im using floats, any ideas? |
| link |
| Im serving it on a LAN currently :/ sry, any other ideas? |
| pastebin.com |
| Http://pastebin.com/696776 Please tell me how much you like it.. :) |
| it's completely invalid to send XHTML 1.1 as text/html, fyi |
| Owkey :D :D Should be application...... I already tought so, ok made a note.. |
| K now... You get a white line at top? |
| Yes |
| You want the black to be flush with the top of the viewport? |
| Indeed yeah :) |
| #navlist { margin: 0; padding: 0; } |
| Ahhh AmeliaR that was the bad guy!? Uhmm AmeliaR that did not do the trick i think |
| Sure? |
| 100% Im also using margin-top for that thing.. is this conflicting some how? |
| Then I don't know what white line you're talking about |
| (cant imagine) |
| What browser are you viewing in? |
| Ff |
| There's no white line in my Firefox 1.5.0.1 |
| And opera I have a whiteline with both of them |
| I see no white line, sorry Might try running it through the validators <br> isn't valid XHTML, for example Http://validator.w3.org/ Http://jigsaw.w3.org/css-validator/ |
| I havent used <br> Will check the validators after changing the 'content thing..' :) Ahhh in the footer i have some <br>s .. will remove them' AmeliaR, This Page Is Valid XHTML 1.1! |
| ;beware of xhtml |
| autos06: http://www.webdevout.net/articles/beware_of_xhtml.php |
| If the XHTML 1.1 page displays in Internet Explorer, you're using it wrong Correctly done XHTML 1.1 doesn't work in Internet Explorer In fact, correctly done XHTML 1.0 doesn't work in IE either, which is why you should stick with HTML 4.01 Validation is only one step. Just because it validates doesn't mean you're using it correctly or that what you think you're seeing in the browser is what's actually supposed to happen IE7 also won't support XHTML. They're hoping to maybe add support for it in IE8 or whatever is after 7 |
| .. i dont care about IE users.. |
| Even those who has no choice but to use IE? |
| Good. Then send the XHTML document as application/xhtml+xml |
| :) PaulKolin, i feel sorry for them But then they wont have access to my homepage :) |
| Why do you have <br> (some stuff) </br> ? br elements are supposed to be empty |
| Its removed |
| Okay |