10-21-2003, 11:57 PM | #1 (permalink) |
Insane
|
Me again...CSS again...sigh :)
CSS is starting to seem like a road I shouldn't have begun to walk down.
My first css-ish website is up(ish) although sans content. http://tim.komta.com if anyone's interested. Had my first glance at it through a Mac...holy hell, it was fucked up. IE5 on the Mac was one of the screwiest things I've ever seen...it took the <p> tags and formed them into columns instead of presenting them horizontally as you'd expect. Safari did a little better, but it was still a bit fucked. A few things overlapped, etc. So, my first move will be to bail on the absolute positioned items, best I can. I had been hoping for a table-free setup, but since I want a footer at the bottom even if there's not much on the page, I've already had to resort to a table or two. Any other advice? Anyone with a different browser care to take a look? MPEDrummer
__________________
My sig can beat up your honor student. |
10-22-2003, 06:20 AM | #2 (permalink) |
Junkie
Location: Louisville, KY
|
HTML error on line 11:
Code:
<table width="100%"><tr><tr> Code:
<!-- Begin output from footer.php --> </tr></tr>
__________________
You do not use a Macintosh, instead you use a Tandy Kompressor break your glowstick, Kompressor eat your candy Kompressor open jaws, Kompressor release ants Kompressor watch you scream, Because Kompressor does not dance |
10-22-2003, 07:02 AM | #3 (permalink) |
WARNING: FLAMMABLE
Location: Ask Acetylene
|
Check out CSS and HTML validators. They will help ensure that your page shows up correctly in all browsers.
http://validator.w3.org/ Cheers
__________________
"It better be funny" |
10-22-2003, 09:34 AM | #4 (permalink) |
Chef in Training
|
It can seem frustrating in the beginning, but it is a rewarding development cycle. Check out the articles at A List Apart
ALA They helped me on my way. I've just completed the framework for a table-less intranet site. Its getting rave reviews, and it was easy to put together. For your design, I suggest thinking about containers within containers, especially for the footer section.
__________________
"We are supposed to be masters of space, but we cant even line up our shoes?" One life, one chance, one opportunity. |
Tags |
againcss, againsigh |
|
|