RGDC Banner Logo

Started by winkio, June 16, 2011, 11:50:25 pm

Previous topic - Next topic

winkio

Why does it matter?  I would produce exactly the same result, visually speaking.

G_G

Visually no difference but you get so cluttered with all these tags. It just seems more efficient using div tags is all, its how I was taught in web design. 1 year ago I would have done the same thing as you. I'm not saying its bad or anything, I just don't like the clutter it produces.

winkio

June 18, 2011, 01:08:48 am #22 Last Edit: June 18, 2011, 01:19:44 am by winkio
I mean it's either a td or a div, I'm still using CSS with the tables I have now, so the code looks exactly the same.

EDIT: I don't mean to hate or anything, but if you look at the source for this site, the top center div is nested inside the top right div is nested inside the top left div, which doesn't make any sense when you think about it.  With tables, code corresponds directly to results.

        <div id="top-bgL"> 
<div id="top-bgR">
  <div id="top">
  </div>
</div>
</div>

Blizzard

Yeah, tables are probably the only proper way to align this nicely the way you want.

Quote from: winkio on June 17, 2011, 11:40:20 pm
that was in response to everyone you jackass >:#

Spoiler: ShowHide
:V:



OMG, DID SOMEBODY WAFFLE YOUR MOUTH?! That must've hurt!
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

winkio

June 19, 2011, 03:58:00 pm #24 Last Edit: June 20, 2011, 10:56:58 pm by winkio
ah nvm, I see how absolute positioning works, so I guess you don't actually need to nest divs.  I think I'll try that.

EDIT: okay, so I have a new template done in CSS with no tables and now I'm trying to add a site menu at the top, with buttons inside each of the arches that show the name of their link destination above the CD drive thing on the left on mouseover.  I looked it up and it's possible, but like doing anything in CSS, it's going to take a lot of time.

winkio

Fuck the edit button, I feel like legally doubleposting.

I updated the site.  It has a cool menu at the top, although there are no other pages, so there are no links or anything.  I still think it's pretty cool.  Same address as before: http://winkio.heliohost.org/index.html