Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Feb 2005
    Location
    Sheffield
    Posts
    2,288
    Tokens
    1,686

    Latest Awards:

    Default What think you so far? :P

    http://ian559.pwp.blueyonder.co.uk/s.../new/home.html

    As I'm sure you are aware it is not finished, not by far!

    I just want initial criticism (including how bad the coding is ) on the layout as it is the first time I have made a layout using expanding tables.

    Also, people may notice that the flash at the bottom is not always at the very bottom of the page. Is there something I can do with CSS to make this so? I have tried
    Code:
    position: absolute;
    bottom: 0;
    but that doesn't seem to work :S

  2. #2
    Join Date
    Nov 2006
    Location
    Cheshire.
    Posts
    730
    Tokens
    250

    Default

    I like it.
    You mainly need to finish it
    Could have more information like latest updates?


    Give us an add like!

  3. #3
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    [offtopic]Ooo I live in sheffield too ;D[/offtopic]

    Tis a nice layout but the banner could be improved. Code it in DIVs not DIVs and tables ;p

  4. #4
    Join Date
    Feb 2005
    Location
    Sheffield
    Posts
    2,288
    Tokens
    1,686

    Latest Awards:

    Default

    @ DJ: All that will come when I am sure the layout is fine

    @ Tomm: Banner is from the old site, cba to make a new one yet? And huh? ;P

  5. #5
    Join Date
    Feb 2005
    Location
    Sheffield
    Posts
    2,288
    Tokens
    1,686

    Latest Awards:

    Default

    Anyone else?

  6. #6
    Join Date
    Jul 2005
    Location
    North Wales
    Posts
    4,233
    Tokens
    2,009

    Latest Awards:

    Default

    http://ian559.pwp.blueyonder.co.uk/smiffla/burd/new/bios.html

    Scroll down to the bottom on the page and the bg changes to white. (using IE7)

    I like the layout but I think the buttons blend in to much with the bg.

  7. #7
    Join Date
    Feb 2005
    Location
    Sheffield
    Posts
    2,288
    Tokens
    1,686

    Latest Awards:

    Default

    I noticed that using IE7 but thought it was just my machine

    I agree that the buttons blend in but that is the style of the page. Once the proper banner is up it will all become apparent

  8. #8
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default

    Great Layout!

    To make it goto bottom do:

    body {
    margin: 0px;
    }

    While still telling the div or w.e to be 0px from the bottom...
    Last edited by Recursion; 13-01-2007 at 08:11 PM.
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

  9. #9
    Join Date
    Feb 2005
    Location
    Sheffield
    Posts
    2,288
    Tokens
    1,686

    Latest Awards:

    Default

    I think I have already :S I dunno though

    Code:
    A:link {text-decoration: underline; color: white;}
    A:visited {text-decoration: underline; color: white;}
    A:active {text-decoration: underline; color: white;}
    A:hover {text-decoration: underline; color: white; font-weight: bold}
    body {
    font-family: Verdana;
    font-size: 10;
    color: #FFFFFF;
    background-image: url('background.jpg');
    
    scrollbar-face-color : #602A7E;
    scrollbar-highlight-color : #000000;
    scrollbar-3dlight-color : #602A7E;
    scrollbar-shadow-color : #000000;
    scrollbar-darkshadow-color : #602A7E;
    scrollbar-track-color : #602A7E;
    scrollbar-arrow-color : #000000;
    
    div.footer {
    position: absolute; bottom: 0;
    background-repeat: no-repeat;
    background-align: center;
    height: 40px;
    width: 100%;
    }
    
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    }
    that's the css and this is the div

    Code:
    <div class="footer"><object width="100%" height="50px"
      classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
      codebase="http://fpdownload.macromedia.com/pub/
      shockwave/cabs/flash/swflash.cab#version=8,0,0,0">
    <param name="movie" value="burd.swf" /><param name="wmode" value="transparent" />
    <embed src="burd.swf" width="100%" wmode="transparent" height="50px"
      type="application/x-shockwave-flash" pluginspage=
      "http://www.macromedia.com/go/getflashplayer" />
    </object></div>
    can anyone tell me what's wrong and/or post what it should look like

  10. #10
    Join Date
    Feb 2005
    Location
    Sheffield
    Posts
    2,288
    Tokens
    1,686

    Latest Awards:

    Default

    Another thing:

    I can't work out why the "bios.html" page has the white at the bottom. Been looking at the code for ages and still can't see what's wrong Anyone lend a hand?

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •