fffanatics
Jan 31 2008, 04:02 AM
| | Hey everyone, the previous topic has inspired me to ask how do you create a good css table layout. I have tried over the years but tend to run into lots of issues since as soon as you start floating divs, things get complex and really hard to give good positioning. Plus, they tend to look different in firefox and IE. Does anyone know of any good tutorials or could write a simple one here to go over how to make a css table layout. Thanks so much in advance. |
Reply
jlhaslip
Jan 31 2008, 05:00 AM
I can write a Table-based layout, but why would I do that when CSS is much cleaner, faster, more Standards Compliant and Tables are out-dated? If you need assistance overcoming IE's crappy rendering of your page, post another Topic and someone will assist in its 'fixing' for IE.
Reply
sonesay
Jan 31 2008, 05:35 AM
Yeah complex layouts can get abit hard to achieve in CSS where as in tables you seem to have somewhat more control. But the one thing I have learned about tables is once stacked I beleive there is a off set unlike divs. I've seen very nice CSS layouts over time and wondered how they did it. Looking at their code it soon went over my head so I'm sure if you stick to buliding with CSS over time you will learn how to build sites around bugs in different broswers. Theres sites out there that at are professional sites but they still break at certain conditions. for example when window is resized small things get crazy and out of order. If your site contains alot of different elements and your planning to make it look the same across all broswers it will take alot of time to identify how to display each element correctly in all brosewrs. This is unpractical as it will take so long to get a website out. It is easier to make your site look consistent over different broswers if it contains few elements. But this is never the case we all know how boring it can be if you dont add more in.
Reply
jlhaslip
Jan 31 2008, 05:44 AM
Here is a site which offers 40 different CSS based Layouts. http://blog.html.it/layoutgala/Pick one which most closely resembles the basic page and start with that. Add the finishing touches and you are done.
Reply
ironchicken
Jan 31 2008, 09:59 AM
karlosantana
Jan 31 2008, 04:56 PM
jlhaslip:- i always wonder HOW do you find these things? is it just google all the time?
Reply
KansukeKojima
Jan 31 2008, 07:35 PM
Well, whenever I set out to learn something new: I look for an example of it on the internet. Once I find what I like I will read the source code, find out the location of their css docs, and figure out how in the world they pull it off... From there I try to do it my self, twisting it to suit my own needs.
Reply
jlhaslip
Jan 31 2008, 08:45 PM
QUOTE(karlosantana @ Jan 31 2008, 09:56 AM)  jlhaslip:- i always wonder HOW do you find these things? is it just google all the time? karlos I hang out on other Forums, most of them have to do with html/css/php. And I am nosey...  ... with a full set of Bookmarked pages in my Browser.
Reply
karlosantana
Feb 6 2008, 05:34 PM
HAHA! well there we go you need lots of accounts a HUGE database of bookmarks (yoda voice)only then will you be ready for jlhaslip's knowledge Anyway back to the topic. I've started using css in my designs mainly div layers cause they are Brilliant you can meddle about with EVERYTHING using css love it! you can even use them in javascripts which i didnt know! like this one that one's really cool might even use it in the near future, who know? Anyways im gonna stop yacking and do some work now so bye bye!
Reply
Recent Queries:--
a case for the hybrid css and table layout - 148.42 hr back.
-
table layouts - 1157.53 hr back.
Similar Topics
Keywords : css, table, layouts, create
- [help]create P Server
(1)
Man Arrested For Having Intercourse With A Table?
(21) hmm? at first i didnt believe this, but a man was arrested for having intercourse with a table
????? can you really get arrested for that? there were some dvds he made of himself doing so, but he
wasnt distributing them... he was kinda seen four times having sex with the table, but always
between 10-noon. sure there was an elementary school nearby.. but come on, theres a elementary
school near everywhere in the us. and he wasnt doing the thing with the table with the hole in the
middle in front of the kids, or at a time when kids could be present i feel bad for the ....
Create Page?
How? (5) Hi, everyone! I need to create a script just within a page. Read the following story: I have
an account at one of file sharing hosts. I am tired of every time log in and tell others what I have
at it (files). If there is way to create a script that logs in me and just list the files i have
on this account from specified folder. If you know, let me know as usual.....
Php--> Content-only Pages
Create easy to edit php pages. (9) Description Learn to create easy to edit content-only pages with php. By parsing your layout into
your pages, you can reduce file sizes and files will become much neater. Try it out Ok, lets
start by creating a file called template.php. CODE <?php
//--------------------------------- //Layout top section //---------------------------------
$top = <<< html <!-- include HTML header code here --> <body>
INSERT CODE FOR [b]TOP[/b] OF LAYOUT HERE. html;
//--------------------------------- //Layout bottom sec....
Hybrid Css Layouts
What is the right way to create them? (11) I was looking for a hybrid layout where the header and footer are set to full percentage width and
the content is set to a fix width, a very popular layout in today's websites. Do you think you
could provide such an example? Not that I do not know how to create one, I just want to know about
the right way to actually layout with such specifications.....
Web Page Layouts
using Cascading Style Sheets (1) Here are a set of three Web pages I wrote a long time back when I was first starting to develop
sites. The first one is a two columned page with a full length sidebar for navigation links. There
are two that are identical except the sidebar positions are reversed. Another is "one way" to create
a three column layout. And lastly, a 'framed' look on a page. These are not
'fancy', you will need to look into the code and colourize it to suit, maybe set a width and
centre it if you want, whatever... Please feel free to snag the source and develop the pages....
What Is Your Dream Naruto Character
create your own naruto character (5) Basically all you have to say is your name, your jutsus (Gen, Tai, and Nin), any special abilities
and maybe a bit about his or her backstory. this is my character: Name: Nightmare also goes by
Shadow. No last name Jutsus: I think he would have Drunken fist style tai jutsu, Shadow shuriken tai
jutsu, Shadow leaf dance. my nin jutsus would be; Air slicing blast, Armor of sand, Demonic soul
stealing technique, Desert coffin and desert graveyard, Fire dragon flame blast, Grand fireball,
phoenix fire, Chidori, Rasengan, Shadow clones, Water prison, Genesis of rebirth, deser....
Cant Create Any More Databases [resolved]
In myphpadmin (5) Hi all, I can't seem to create a new database, I thought we have unlimited databases in mysql
with our free hosting, If I'm wrong then disregard this. I have only 1 database created on my
account and I need another as using the same one would be conflicts with my naming convention.
Anyone have any idea why? # Create new database: Documentation No Privileges ....
Css Table Scaling
(5) I am currently new to css and html, i need to scale the table and pictures so it is 100% of the
window width. Here's the code: CODE <table border="0" width="100%"
id="table1" cellspacing="0" cellpadding="0"> <tr>
<td width="01%"> <img border="0"
src="sdmenu/LEFTBOTTOM.GIF" width="10" height="25"></td>
<td width="481" style background="sdmenu/main2.GIF"> <p
align="right"....
Should I Write A Tutorial On How To Create A Wow Private Server?
(4) I am thinking about writing a tutorial on this but I am unsure if it would be used here and even if
it would if it would break any rules of trap17's. I can take people through step by step on how
to compile one from MANGOS source code and even how to include custom patches and how to update
their server and database. It will be complete with links to relevant material. Would anyone use
this here?....
Fruity Loops Tutorials-trance Style Songs
How to create and use a profesional trance style bass mellody (5) Creating a bass mellody tutorial Software / fruity loops VST Plugins / Nexus,VANguard Song Style
/ Trance Tutorial Level / Beginner files needed to download bellow. ok to start I am going to
teach you how to create what's sometimes referd to as a bass mellody. A bass mellody is used in
most trance songs as its primary function is to fill out the song by this I mean make the song sound
a bit fuller to add depth to it. a bass mellody is never made of more than a few note styles. see
below In the above image you can see that I have use in all a total of t....
How Can I Create Websites With Free Software?
A challenge given to me by David of Essex (not David Essex) (16) OK I've done it! made a selection of tutorials and programs I'm Going to be making a CD
with all this on if anyone is interested... So The Challenge! To Find Open Source/Free
software and build a website with it Flash NO Javascript YES HTML YES PHP YES The Software
KompoZer in the end its the best! it has ftp WYSIWYG and Raw code editing so its satisfying
everyone /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
FTPcommander is brilliant! GIMP An excellent image editing program and as alw....
Photoshop -- Double Stroke
Learn to create a neat-o text effect (2) Lets do this! 1. Create a new photoshop document with the dimensions 88x31. If your lost
already... quit. 2.Alright make some random background and then put some random black-colored
(#000000) text on it. Kind of like the picture below. 3. Select the text layer you have just
created and click on the little f symbol near the bottom of the layer window. A sub menu should pop
up. Click on stroke. 4. Some editing window should appear. Change all the values to what you
see in the following image, make sure the stroke color is white (#FFFFFF). After this tu....
Php Random Titles
Learn to create neat-o random titles! (11) PHP Random Titles Description Ever wondered how some websites (ex:spoono.com) have those cool-o
random titles appearing in the title bar? Now you get to learn how to do it using PHP. We will be
using our knowledge of Variables and Echos in this tutorial. Try It Out Creating the code itself
is fairly easy. To start, lets create some of our different titles. Code CODE <?php
$title[1] = "This will be more fun that that time - never mind...";
$title[2] = "Another random title... neat eh?"; $title[3] = ....
Html Legend
Learn how to create a handy legend with HTML! (9) I think this is pretty neat... good for those people who maybe aren't that great at designing
things but still want something to look nice.. CODE <fieldset> <legend>Legend
title</legend> Content </fieldset> try it in note pad.. it looks nice...good for
forums, sign up forms.......
How Do I Create An Online Music Store?
(5) Hi everyone, I'm looking to start a small online music store. I would like to know what would
be the best way to go about it? I don't really want to create a different html page for each
artist/cd etc. I believe it can be done using databases but don't know how to do it. Don't
even know where to start... I'm pretty good with the html required but it's the backend
I'm going to struggle with... The store/site is going to be aimed at a small niche genre of
music so it won't be a huge site. I'm just after some advice as to how best to ....
How To Create An Animated Gif?
from a video (18) I tried searching on the forum, but I could find nothing about how this is done Basically, I want
to create an animated gif which is derived from a video. Lets say I have this video file, and I want
to create an animated gif which shows what the video is about. I have already trimed the video
appropriately but when I tried doing it, I ended up with a 8.32 MB animated gif. I thought
animated gif was supposed to be lightweight, can anyone help me? Thanks in advance....
Private Server Ro .
How to create your own private Ragnarok-Online server !!! (139) I saw that there are a lot of people asking for how to create a private Ragnarok-Online server . so
now i decide to make this tutorial to to help these people ... i didn't have a server but my
friend had server and ihelped him to find pros and some tutos so , i learned with him how to create
a server ...stop making introduction ...let's go ... first you have to have minimum
requirements : ----Software :---- i think any windows should work, but i recommend Win Xp i
think you have alredy a Winrar *- Korean Ragnarok client *- Sakray patch (*i recommend the las....
Passwords That Should Never Be Used
How to create strong passwords and hacksafe passwords (34) /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> QUOTE
Strong passwords are your first step in securing your systems. If a password can be easily guessed
or compromised using a simple dictionary attack, your systems will be vulnerable to hackers, worms,
Trojans, and viruses. Trojan, virus, and worm authors have had great success attacking systems
with weak and/or default passwords. Take IRC/Flood Trojan for example. McAfee’s virus profile
states that IRC/Flood has over 120 variants and has infected over 60,000 machines in ....
How To Create Embed Image Mail In Gmail
(32) Hi to all ! Anybody can help me to create an email with embedded image so that mail reader
automatically see that image. Moreover I wont attached that image as it appears small in size in on
gmail. Thanks in Advance. ....
Neopet Layouts - Examples
(6) i made.. neopet layouts.. haahh o.o yesssss. neopets isnt fer kids !!! /biggrin.gif'
border='0' style='vertical-align:middle' alt='biggrin.gif' /> heres my examples:
http://neopets.com/~im2kutex ....
Max Table Width
(13) Well, I have a table that I don't want to be over 350 pixels in width - even on the largest
screens. On small screens, the table will be smaller. But on large screens, I don't want the
table to larger than 350 pixels... Is there a way to do that?....
How Do I Create Programs?
(15) how do i create programs like, a browser, or a sible program that is a calcualor ect. how do i make
toolbars and things like that? -Microsoft Lack of content and missing topic description.
Warning! ....
How To Create A Phpbb Fm
Create a Fully Modded forum. (52) 1. Well once you get the file onto your computer, your going to need an FTP client. I suggest Core
FTP, just do a Google search for it, and theres a free version, which I use, and is just great. 2a.
I'm guessing you already have an unzipping program to unzip the file you're downloading, so
we'll skip that step. 2b. Go to http://phpbbfm.net . On the left side, e little below the top,
click on the Zip link, which will download the file. Unzip the file you just got. 3. Once all the
files have been unzipped from the main file you just got, find the folder tha....
Table Duplication
How to do it with phpMyadmin (5) So how can I dublicate table to the same database using phpMyadmin? I realy do not want do the
almost the same table specially then table has many colums. Or maybe it's inposible
/huh.gif' border='0' style='vertical-align:middle' alt='huh.gif' /> (actualy I don't think so)....
How To Create Java Button Or Frame
to be customized (10) hi to all!!!! just like to ask if it would be possible if i could make a custom
button or frame in java. i got tired of using the build infeatures in java. i would like to create
my own dessign of button or frame.. can it be possible!!! /biggrin.gif' border='0'
style='vertical-align:middle' alt='biggrin.gif' /> thank!!!! /laugh.gif'
border='0' style='vertical-align:middle' alt='laugh.gif' /> New Help In! is NOT a descriptive
topic title. Next time you decide not to follow the posting rules, you will be issued a w....
How Can I Create A Gui Using C++
I need easy steps! (4) can someone tell me how to create gui using c++... thanks!!!! /biggrin.gif'
border='0' style='vertical-align:middle' alt='biggrin.gif' /> Questions do not belong in the
tutorial section. Moved. Topic names and descriptions are VERY important. Changed that too. Issued
warning. ....
Rss Builder V2, Create And Download Rss Feeds For Your Websites
Start building your website rss material, completely free! (14) QUOTE RSS Builder ** free ** RSS Builder is an easy to use program to create RSS feeds for your
web site. It provides a simple interface that lets you add topics, links and content, and then
publish the RSS (v2.0) feed to your web server, using the built-in FTP client. What is RSS? RSS is
an abbreviation of either Really Simple Syndication or Rich Site Summary; it depends who you talk
to. RSS is the new standard for distributing news and information via the Internet. The information
is published via RSS News Feeds. What is an RSS News Feed? An RSS news feed is a li....
How To Create Virtual Drives
A complete guide on how to create virtual drives (18) I'm planning to format my computer tonight, and I need some sort of reference about this when I
get back. What is a virtual drive? A virtual drive is a shortcut to a folder hidden deep inside
Windows. Instead of having an icon for the shortcut (virtual drive), you will see a drive icon with
a letter that you chose when you go to My Computer after you create the drive. After completing this
tutorial, you will be able to turn a long path
(C:\directory\directory\more\directory\oh\my\gosh\this\
is\a\long\direc....
How To Create The Army System
Anyone have a tut. on creating the syst. (7) Does anyone know how to make that army system for a different IPB 2.0 forum?....
Looking for css, table, layouts, create
|
|
Searching Video's for css, table, layouts, create
|
advertisement
|
|