TwelvestoneFront End

CSS Noobie Qs


Sign in

  • Waiting for Godot ( 720 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 4.8 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.8 k posts )
    general front end design an...
  • Back End ( 9.6 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
Media44
 
2010-07-22

I'm trying to redo my site so it doesn't look so bad and mundane. I did a nice design and trying to lay it out using CSS.

I'm clueless as to how to do this though.

I chopped up my PSD manually into 9 simple parts Top Button Row 1 through Button Row 7 Bottom

here are the pieces:

http://endersdrift.freeiz.com/lo/top.jpg http://endersdrift.freeiz.com/lo/brow1.jpghttp://endersdrift.freeiz.com/lo/brow2.jpghttp://endersdrift.freeiz.com/lo/brow3.jpghttp://endersdrift.freeiz.com/lo/brow4.jpghttp://endersdrift.freeiz.com/lo/brow5.jpghttp://endersdrift.freeiz.com/lo/brow6.jpghttp://endersdrift.freeiz.com/lo/brow7.jpg http://endersdrift.freeiz.com/lo/bottom.jpg

Should I be using something like:

<!-- body { font: 100% Verdana, Arial, Helvetica, sans-serif; background: #666666; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults / text-align: center; / this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector / color: #000000; } .oneColFixCtr #container { width: 1000px; / using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar / background: #FFFFFF; margin: 0 auto; / the auto margins (in conjunction with a width) center the page / text-align: left; / this overrides the text-align: center on the body element. */ }

header {

background-image:url('lo/top.jpg'); }

-->

That header doesn't seem to do the trick. Aside from tables how would I lay this thing out? I also tried tables and am getting a weird horizontal bar between the buttons and the bottom.

p.s. The gaps in the layout are not intended just showing up here on 12S.

Media44
 
2010-07-22

Hmm should I just make it a table and put a transparent layer over the part I want to places the gallery in?

And if so any ideas on why I'm getting a gap in my table?

Media44
 
2010-07-22

Alright I got the table setup now I'm trying to figure out if I should use iframe or layer to do the gallery

New Design

Now in the bottom part I want a gallery pretty much like on my crappy rough site Gallery

Also need to figure out how to make it so that it looks nice in all browsers because already I have a vertical scrollbar just on the empty background.

I vaguely remember there is something like a scrollbar=no or something. Maybe I can do that to the main content div and then add a small div with its own scrollbar where I want it? Just gotta figure out how.

Media44
 
2010-07-22

Okay got it so it doesn't scroll using overflow but its extending only in one direction now on the horizontal, need to figure out how to center it so if you widen your page it expands evenly on both sides.

Got a gallery working Photo Gallery

Need to space them further from each other maybe using borders. Definitely fix the border color too.

Then got to figure out a way that when you scroll the gallery it goes behind the top. If I can't figure that out I'll have to figure out a different way to display the pictures.

Media44
 
2010-07-23

Alright getting closer. Just having a lightbox problem

Ender's Drift

Anyone know what cause fix this problem?

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneFront End

CSS Noobie Qs