Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
The weakness of div reliance
Old 07-03-2009, 05:19 AM The weakness of div reliance
hairygunther's Avatar
Extreme Talker

Posts: 164
Trades: 0
First to sum up - the two big problems I've found with divs are...

1. h/v centering can be a real bugger - if you have a carefully laid out page with everything placed at a precise absolute location, even sticking a "mother" div type thing in and moving that around doesn't solve the problem totally or easily and on different screens, platforms etc you see the stuff in different places... a few tricky equations may well solve it, but I never managed it when I tried, for days

2. If you extend a window yourself, a table will extend with it, if it is sized by percent. I've found that divs stay the same, no matter how they're sized - i.e. the page must be reloaded to reset the div's paramaters...


However I will be willing to accept that divs are still vastly superior to tables IF someone can prove to me that this object here (a website) can be easily centred on ANY screensize, platform etc, both horizontally and vertically...

Code:
<body bgcolor="#6b6b9a">


<div id="Layer1" style="position:absolute; left:-14px; top:-4px; width:465px; height:200px; z-index:1"> 
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="400" height="200">
    <param name="movie" value="p123logo_second_003.swf">
    <param name="quality" value="high"><param name="LOOP" value="false">
    <embed src="p123logo_second_003.swf" width="400" height="200" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></object>
</div>
<div id="Layer2" style="position:absolute; left:483px; top:10px; width:463px; height:101px; z-index:2">
<p align=center><font face="verdana,helvetica,geneva"> <font size="2">
<script language="javascript">
var ko=document.cookie.split("; ");
document.write("<a href='checkout.aspx?" + ko[0] + "'>Your basket</font></a> <font color='#cccccc' size='2'>|</font> ");
</script>

  <a href="default.aspx"><font size="2">Home</font></a> 
    <font 
color="#cccccc" size="2">|</font>

 <a href="privacy.aspx"><font size="2">Privacy</font></a> 
    
    <font color="#cccccc" size="2">|</font> 

<font size="2"><A href="help.aspx">Help</a> 
    <font color="#cccccc">|</font></font> 
    <font size="2"><A href="feedback.aspx">Feedback</a></font> 
  </p>
  </font></div>
<div id="Layer3" style="position:absolute; left:463px; top:95px; width:541px; height:500px; z-index:3"> 


  <span id="jogrosh">
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="500" height="500">
    <param name="movie" value="big_base_middle_draft_one.swf">
    <param name="quality" value="high"><param name="LOOP" value="false">
    
    <embed src="big_base_middle_draft_one.swf" width="500" height="500" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></object>

</span>

</div>
<div id="Layer4" style="position:absolute; left:141px; top:211px; width:375px; height:45px; z-index:4"> 

<div id="pan_form">
    


  <form name="ctl00" method="post" action="default.aspx" id="ctl00" enctype="multipart/form-data">
    <div>
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMjEyMTM0MzkyMA9kFgICAw9kFgICAQ8WAh4HZW5jdHlwZQUTbXVsdGlwYXJ0L2Zvcm0tZGF0YWQYAQUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFgIFCmJ0bl91cGxvYWQFCmJ0bl9zdWJtaXRGIzxwwc78oHwGaU1eV+uU/8lHVw==" />
    </div>

    <div>

        <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWAwKgheiBDwK8ouy8AwLwhZ6iD0k0lurvJJbYkXNggO8J2dgqGrhs" />
    </div>    

    
<span id="uploadinfo"></span><br>

  <p><font size="4" face="Arial, Helvetica, sans-serif"><strong>YOUR IMAGE FILE: 
    </strong></font></p>
 
    
 

<input name="txtUpload" type="file" id="txtUpload" class="form-fieldarea" /><br>


<input type="image" name="btn_upload" id="btn_upload" class="btn_upload" src="btn_upload.gif" style="border-width:0px;" />

    </strong> </font> 

<p>&nbsp;</p>

</asp:Label>
<input type=hidden name="basket">
<input type=hidden name="siteuser">


  <span id="josephus">
  <p><font size="4" face="Arial, Helvetica, sans-serif"><strong>FORMAT/SIZE: </strong></font> 
<p>
  
    <select name="formatone">
      <option value="120 by 80">120cm x 80cm </option>
 <option value="120 by 80">120cm x 80cm </option>
      </select>
   <br>
      <select name="formattwo">
      <option value="Poster">Poster </option>
            <option value="Canvas">Canvas </option>
      </select>
      &nbsp;
       <select name="formatthree">
      <option value="Foamboard">Foam Board </option>
            <option value=""> </option>
      </select>
    </p>

  <p>&nbsp;</p>
  
  <input type="image" name="btn_submit" id="btn_submit" class="btn_submit" src="btn_submit.jpg" style="border-width:0px;" /></span>
  
</form>
</div>
  
  
  <span id="melenk"></span>
  <br><br><br><br>
  <span id="jege"></span>




</asp:Panel>


</asp:Label>




  
</div>

<div id="Layer7" style="background-color:#ffffff; position:absolute; left:0px; top:0px; width:976px; height:600px; z-index:0"></div>



</body>
If someone can show me how that page can be made to be centred, anywhere on any screen, I will be both pleased and more favourable towards divs... but I still think anyone who categorically denies the utility of tables is being a bit dogmatic... reloading a page every time its window is resized is a lunatic alternative to having a table!

Tips please.
__________________
I acknowledge Parker out of Thunderbirds and Glaxo Industries.

Last edited by hairygunther; 07-03-2009 at 05:23 AM..
hairygunther is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-03-2009, 10:06 AM Re: The weakness of div reliance
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Quote:
h/v centering can be a real bugger
Not really. Horizontal centering is a piece of cake. Vertical centering is a little bit more work, but certainly do-able... and position:absolute is NOT necessary or even.

Quote:
I've found that divs stay the same, no matter how they're sized - i.e. the page must be reloaded to reset the div's paramaters...
Not true! If you size a layout using percentages, the layout will adjust as you adjust your screen size, and a re-load is NOT needed to do it!

Quote:
but I still think anyone who categorically denies the utility of tables is being a bit dogmatic... reloading a page every time its window is resized is a lunatic alternative to having a table!
There are, of course, plenty of current web standards people who will categorically refute that - including me! Sounds to me like you just don't want to make the effort to learn to use table-less layouts and would rather stick with methods from the last century. There were people who thought horses were better than automobiles once too.

Based on that code - you're relying on Dreamweaver in WYSIWYG mode - hence all the position:absolute and "layerX" garbage and you're using nasty <font> tags, and probably other deprecated code.

I realize that using .Net is going to mean you're stuck with tables for DATA for some controls, but DATA is what tables were and are meant for.

Use a PROPER doctype on every page, and use something besides html 4.0 transitional loose.

Lastly, if you're stuck on absolute pixel perfection cross-browser, you're not going to get it, not even with tables because all of the browsers do things just a tiny bit differently.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-03-2009, 12:31 PM Re: The weakness of div reliance
Banned

Posts: 315
Name: Doug
Trades: 1
I just have to jump in here.

I have been in this craft since about day 5 of the internet going public. So I have seen and worked through ALL the code transitions.

I am one who doesn't follow the herd either. Just because the hard core programmers psychopaths who set the **** standards dictate things, doesn't mean that we should not fight back.

When it takes six times the CSS code to create the same affect as a simple table,
there is something WRONG with that picture.

Most of you have lost the core concept of the Internet.
It was invented to transfer and disseminate information,
Not to be a forum for dimented programmers to see who could invent the latest bandwidth hogging BS.

Last but certainly not least......HORSES ARE TERRIFIC!
Especially with the price of gas going through the roof.
marketingman100 is offline
Reply With Quote
View Public Profile
 
Old 07-03-2009, 05:03 PM Re: The weakness of div reliance
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Quote:
It was invented to transfer and disseminate information,
Yes.. for the MILITARY, and then for academia!

People, like me, who write HTML code and support web standards, are NOT PROGRAMMERS, HTML is not programming. Programmers are the people who write PHP, .Net, SOAP, JAVA, STRUTS, take your pick, they are 'programmers'.

Quote:
When it takes six times the CSS code to create the same affect as a simple table,
I guess that depends on your level of expertise at it. If you learn how it works, and learn to write efficient code, that shouldn't be the case

I've been doing this a long time too, but I have learned, updated my skillset and moved on past the 'old days' - and I"m much happier for it too!

I happen to like horses.. but the days of using them for primary transportation is long gone - and so should tables for layout.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-03-2009, 06:40 PM Re: The weakness of div reliance
orionoreo's Avatar
Ultra Talker

Posts: 335
Name: Jerry
Trades: 0
couple years ago when I started to do a lot of cross browser compatibility coding I gave up on "precise" layouts, I've designed for flexibility, this actually permits a lot of functions to be added in, in the future with ease...
orionoreo is offline
Reply With Quote
View Public Profile
 
Old 07-04-2009, 12:12 AM Re: The weakness of div reliance
GeekSpecialties's Avatar
Super Talker

Posts: 132
Name: Leonard
Location: Minnesota, USA
Trades: 0
If you are having trouble with css layouts here are a couple of sites with bare css templates for you to study/use.

http://mitchbryson.com/free-css-templates
http://www.code-sucks.com/css%20layouts/
GeekSpecialties is offline
Reply With Quote
View Public Profile Visit GeekSpecialties's homepage!
 
Old 07-04-2009, 12:56 AM Re: The weakness of div reliance
serandfae's Avatar
Do the "Evil Nanner" !!!

Posts: 9,007
Name: Tim Daily
Location: Apex, NC, US, Sol 3
Trades: 0
There is one reason, and one reason only, that you think divs are so bad:

You are relying upon Dreamweaver to do your code for you.

If you code it yourself, and learn to use CSS properly, your tune will change. I've lost count of how many people I've heard kvetch about the evils of divs, or CSS, or extoll the merits of tables, whose pages were created by the garbage code spat out by Dreamweaver or Frontpage. I usually keep quiet about it because those of us that can code rake it in when people who buy those programs and suddenly think that they're instant web designers come to us to fix things. Why ruin a good thing?

tim
__________________
SEO "experts" smell like Big Fish_|_
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

serandfae is offline
Reply With Quote
View Public Profile Visit serandfae's homepage!
 
Old 07-04-2009, 04:47 PM Re: The weakness of div reliance
Banned

Posts: 315
Name: Doug
Trades: 1
Don't be so **** smug Tim. Personally, I used HotDog for years because I was not coding complicated sites and I was using Raw code, not it's WYSIWYG editor
which sucked and still does. I would be that I was hand coding HTML before
you were out of diapers.

I finally switched to Dreamweaver because I inherited a client who had used their templates to create a site, badly, and I needed the base product to read those files. I also needed something that could create and or recognize CSS far better than HotDog did.

Quite frankly, whether I was using Hotdog, Dreamweaver or whatever, I would still not be a huge fan of CSS. It takes far too much thinking to do simple tasks. I'll be the first to admit I am now learning the intricacies of CSS, PHP and MYSQL all because of clients I inherited for one reason or another. Most of them running quickly from greedy designers who have raped them to the edge of insolvency
by putting too many BS bells and whistles on their sites.

I had to redo an entire site not to long ago because of the way IE pukes on floating divs and margins that happen to not be just picture perfectly set.

I have ALWAYS fought some of these extensions. If it were up to me, some things like flash, would be banned completely. And crap sites like Utube, Napster or anything like it, Facebook, Myspace et....would not be allowed period. Those are all bandwidth wasting garbage as far as I am concerned.

The point is to disseminate information to as many browsers as possible and to the biggest audience. Many of you forget that a good chuck of that audience lives in countries where the technology is far below what we have here. But! Those people still spend money.

Their older browsers don't even read CSS. So I make sure I use CSS sparingly
and I could show you 100 articles taking my position vs. yours. Especially for those of us selling to a world wide audience.
marketingman100 is offline
Reply With Quote
View Public Profile
 
Old 07-04-2009, 05:31 PM Re: The weakness of div reliance
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Quote:
Their older browsers don't even read CSS. So I make sure I use CSS sparingly
And in those places where they do not have access to the more recent browsers, you can STILL use CSS and have it 'degrade' gracefully so that people using ancient browsers can still get the benefit of a site - but still be ok for current browser users.
Quote:
I had to redo an entire site not to long ago because of the way IE pukes on floating divs and margins that happen to not be just picture perfectly set.
There is no argument from any of us that IE is a royal pain in the patoot, but with good coding techniques, the 'adjustments' needed to force IE into line is not all that difficult.
Quote:
I would be that I was hand coding HTML before you were out of diapers.
I don't think so, Tim's no kid, HTML hasn't been around THAT long - unless you were part of the military working on ARPANET, you weren't!
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-05-2009, 01:31 AM Re: The weakness of div reliance
serandfae's Avatar
Do the "Evil Nanner" !!!

Posts: 9,007
Name: Tim Daily
Location: Apex, NC, US, Sol 3
Trades: 0
Quote:
Originally Posted by marketingman100 View Post
Don't be so **** smug Tim. Personally, I used HotDog for years because I was not coding complicated sites and I was using Raw code, not it's WYSIWYG editor
which sucked and still does. I would be that I was hand coding HTML before
you were out of diapers.
Not likely, when my kids are in their twenties. Smugness has nothing to do with it. If you look at the OP's code, it's signature Dreamweaver in layout mode. You can spot those and Frontpage sites a mile away. The fix is usually, kill the absolute positioning, define widths, clear floats, done. Perhaps put in a tweak or two for IE, but usually done. Don't think I'm bashing Dreamweaver; it's a great tool for some things. I strain, however, to find patience for those who use it as a crutch, then complain. Dreamweaver should only be used by those who can code. So, seeing as how you fit into that category, it would seem I wasn't referring to you to begin with.
Quote:
Originally Posted by marketingman100 View Post
I finally switched to Dreamweaver because I inherited a client who had used their templates to create a site, badly, and I needed the base product to read those files. I also needed something that could create and or recognize CSS far better than HotDog did.
Dreamweaver's also a good tool for site management, and I prefer to stay on the design end and leave the SSI stuff to the developers. **** it, Jim, I'm an artist, not a programmer!
Quote:
Originally Posted by marketingman100 View Post
Quite frankly, whether I was using Hotdog, Dreamweaver or whatever, I would still not be a huge fan of CSS. It takes far too much thinking to do simple tasks. I'll be the first to admit I am now learning the intricacies of CSS, PHP and MYSQL all because of clients I inherited for one reason or another. Most of them running quickly from greedy designers who have raped them to the edge of insolvency
by putting too many BS bells and whistles on their sites.
A good designer listens to his client, but I've oftentimes found that clients don't always know what they need. I'll personally tell a client that unless they plan to hire a DBA they won't need elaborate server-side scripting with databases. I can't speak for others. CSS, on the other hand, is pretty straightforward. I'm a SSI noob, because as I said, I didn't come into it from the programming side, I'm an artist first. But for an artist to say he is perfectly comfortable with CSS should say something.
Quote:
Originally Posted by marketingman100 View Post
I had to redo an entire site not to long ago because of the way IE pukes on floating divs and margins that happen to not be just picture perfectly set.
Oh, come on. IE, especially IE6 and before, is the best browser to ever grace the market. Any good designer codes specifically for Internet Explorer. I don't know why those other browsers worry about standards. What do you mean, you have to fix something for IE? Ew. There's sarcasm oozing down the screen. Where's the tissue?
Quote:
Originally Posted by marketingman100 View Post
I have ALWAYS fought some of these extensions. If it were up to me, some things like flash, would be banned completely. And crap sites like Utube, Napster or anything like it, Facebook, Myspace et....would not be allowed period. Those are all bandwidth wasting garbage as far as I am concerned.
They are assuredly overused, especially Flash. Flash has little place in a business site, but major corporations are basing their pages entirely in it, which is a huge mistake, and a lawsuit waiting to happen, due to accessibility concerns.
Quote:
Originally Posted by marketingman100 View Post
The point is to disseminate information to as many browsers as possible and to the biggest audience. Many of you forget that a good chuck of that audience lives in countries where the technology is far below what we have here. But! Those people still spend money.

Their older browsers don't even read CSS. So I make sure I use CSS sparingly
and I could show you 100 articles taking my position vs. yours. Especially for those of us selling to a world wide audience.
To your first point, Amen! To your second, it's common sense to consider your market. For that matter, those who code e-mail frequently have to rely on the old way of coding, because many e-mail readers do not read CSS, even inline.

But consider that the rule of thumb for coding pages today is, design it for Firefox, then put fixes in for IE as necessary. Cross-browser compatibility and accessibility should be basic rules of thumb. One should try browsing using a screen reader and think about that user experience when coding. As LnR said, a good coder can make things work right in modern browsers that still degrade well for those using older ones. That means even more so, though, that all who code need to keep current as well as informed of browser trends in their target markets.

tim
__________________
SEO "experts" smell like Big Fish_|_
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

serandfae is offline
Reply With Quote
View Public Profile Visit serandfae's homepage!
 
Old 07-05-2009, 05:53 AM Re: The weakness of div reliance
hairygunther's Avatar
Extreme Talker

Posts: 164
Trades: 0
Quote:
Originally Posted by serandfae View Post
There is one reason, and one reason only, that you think divs are so bad:

You are relying upon Dreamweaver to do your code for you.


tim
bollocks. i build my own freaking anti-hack devices. of course i bloody well write my dcrapping code myself. so i use macintosh's dreamweaver to help me pin down the precise location of the divs to make things easier. you think i can't work it out by iteration? i can make ANYTHING FROM THE COMMANDLINE - the other night chinese hackers locked me out of my own server and I got back in... guess what, I didn't use dreamweaver to do it.


Anyway, I hear the debate go both ways but can anyone tell me how to fix the code I showed so that it's centred. If divs are really not as annoying as I say, then it would be possible to fix that code in 2 mins, yet all these "gurus" have come here, failed to fix my code, and instead given 40 page dissertations on abstract reasons for or against the debate!! How about a bit of code - lady in red, for example, clearly a div expert... can't you fix my code so that it's all centred? Here's the actual page it leads to..

http://s283090320.websitehome.co.uk/p1234/



I think this little snippet is the one thing said in the debate above which concurs most completely with my perspective on divs (and indeed on object arsiented programming)...

Quote:
When it takes six times the CSS code to create the same affect as a simple table,
there is something WRONG with that picture.
But seriously, I'd be really happy if someone helped me figure out how to center my design that I have cited. Once I can do it on that, I can do it on any of them. I did dig up some clever trick where you use percentages for the div positions, and you move the margins to outside the screen and stuff like that - whatever it was it did work on my screen, but then when I (a) resized the window OR (b) viewed it on other computers/platforms/screensizes - it was all over the place.

The trouble with divs is clearly that they are just too unstable, vis a vis tables. Can anyone prove this wrong by fixing my code and showing me that I can get it to look the same on every single screensize very easily, without having to code some crazy javascript to reprint the actual html as the window is resized or the computer/environment varies? Otherwise that does look like the most reliable (and a clearly annoying) way to solve it.

Rely on dreamweaver my arse. I can build a webshop from the wap access on my mobile phone, from scratch. Hell I could even build the graphics on the commandline or via wap if I had too, rather laboriously, using gd.pm!


Quote:
Not true! If you size a layout using percentages, the layout will adjust as you adjust your screen size, and a re-load is NOT needed to do it!
Fair enough, but I suppose my trouble is I made it first without thinking through that I wanted to center it, so first I made it all absolute. Then after that I couldn't find a swift way to "fix" it. At this stage I'll be buggered if I have to create it from scratch.

Still, I like it the way it is! But one of the people whose business it is prefers the idea of a dark road, sorry, I mean he prefers the idea of it being centred, and although horizontal centring is totally doable by me already, I'd really like to figure out the vertical centring of that page. However, right now I'm going to do the key thing that all my activities revolve around, which is to go to commission junction and work on some data! Well, it pays the bills so I can sit back and faff around with commandlines and dreamweavers and about 12 browsers, 5 screens and a lot of beer/cider.

In future I'll be more careful with divs and learn to stop making everything absolute. It's a bad habit in any field, really. Aristotle over Plato any day, is what I say.

(Postscript: I probably just need another year or two using divs before I really am deft enough to never get in pickles like this! In the very beginning I was pretty rubbish with tables - it took a while to understand them properly and get deft with colspans and borderlessness and it must have been several years before I learned valign=middle... I mean I recall being surprised by "middle" after so many years of using only center... so I guess I'm being a moaning whining teenager and I'll just learn my divs properly in the end after repeated use - to be fair I've only used divs on a small handful of designs, so I've not had anywhere near enough experience of them yet).
__________________
I acknowledge Parker out of Thunderbirds and Glaxo Industries.

Last edited by hairygunther; 07-05-2009 at 06:19 AM..
hairygunther is offline
Reply With Quote
View Public Profile
 
Old 07-05-2009, 10:54 AM Re: The weakness of div reliance
Banned

Posts: 315
Name: Doug
Trades: 1
You want we should make it easy for you......

O' all right.....go to the CSS Forum and look at the Stickys.

One of them specifically gives several ways to center a web page using DIVS.
marketingman100 is offline
Reply With Quote
View Public Profile
 
Old 07-08-2009, 05:51 PM Re: The weakness of div reliance
konetch's Avatar
Ultra Talker

Posts: 258
Trades: 0
I've got to get in this feud. In defense of tables I would only use them if I have to represent data, which I do when I do some basic programming. I'm still learning

Okay and another reason I would use tables is when I would be designing a page that already has a table design. It would be too hard to convert the whole page to a table less design.

However, I would never use tables when I create a page from scratch. I personally believe it is harder to design a page with tables, and that it is harder to maintain.

The only downside I see to divs is trying to vertical align. Anybody know how to do this. I saw a site that said you should use

Code:
div { vertical-align:center }
but I tried this and it didn't work. Any other methods.
__________________
Alex
konetch is offline
Reply With Quote
View Public Profile
 
Old 07-08-2009, 07:36 PM Re: The weakness of div reliance
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Quote:
It would be too hard to convert the whole page to a table less design.
Not really. I've done many such conversions, it's not that difficult at all.

That div{vertical-align: center; } just won't work. Read the stickies in the CSS area, there is one devoted to centering in both or either direction.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-10-2009, 07:58 PM Re: The weakness of div reliance
konetch's Avatar
Ultra Talker

Posts: 258
Trades: 0
Thanks
__________________
Alex
konetch is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to The weakness of div reliance
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 2.29381 seconds with 12 queries