Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   Me again...CSS again...sigh :) (https://thetfp.com/tfp/tilted-technology/32662-me-again-css-again-sigh.html)

mpedrummer2 10-21-2003 11:57 PM

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

Nefir 10-22-2003 06:20 AM

HTML error on line 11:
Code:

<table width="100%"><tr><tr>
and line 43:
Code:

<!-- Begin output from footer.php -->
</tr></tr>

Perhaps this is whats causing your problems?

kel 10-22-2003 07:02 AM

Check out CSS and HTML validators. They will help ensure that your page shows up correctly in all browsers.

http://validator.w3.org/

Cheers

Ripsaw 10-22-2003 09:34 AM

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.

mpedrummer2 10-22-2003 09:38 AM

You guys rock. That double tr typo was pretty much it.

Thanks!

MPEDrummer


All times are GMT -8. The time now is 09:22 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54