PDA

View Full Version : What think you so far? :P



Pawf
13-01-2007, 06:36 PM
http://ian559.pwp.blueyonder.co.uk/smiffla/burd/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 :P) 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

position: absolute;
bottom: 0;but that doesn't seem to work :S

Frog!
13-01-2007, 06:38 PM
I like it.
You mainly need to finish it :)
Could have more information like latest updates?

Tomm
13-01-2007, 06:38 PM
Ooo I live in sheffield too ;D

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

Pawf
13-01-2007, 06:44 PM
@ 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

Pawf
13-01-2007, 07:22 PM
Anyone else? :(

redtom
13-01-2007, 07:28 PM
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.

Pawf
13-01-2007, 07:32 PM
I noticed that using IE7 but thought it was just my machine :P

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 :)

Recursion
13-01-2007, 08:10 PM
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...

Pawf
13-01-2007, 08:27 PM
I think I have already :S I dunno though


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


<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

Pawf
13-01-2007, 08:54 PM
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? :)

Pawf
13-01-2007, 09:56 PM
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? :)

YAY! Works on my PC now. Anyone willing to double check it on theirs?

ScottDiamond
13-01-2007, 10:09 PM
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? :)

Put in your body section in the CSS:



background-image: url(URL TO YOUR PICTURE HERE);
background-repeat:repeat-y;
background-attachment: fixed;
background-repeat: repeat;
</style>

Frog!
13-01-2007, 10:12 PM
Off Topic:

There a good band :)

Andeeh
13-01-2007, 10:12 PM
I like it.
You mainly need to finish it :)
Could have more information like latest updates?

True :) :eusa_danc

Pawf
13-01-2007, 10:15 PM
Thanks mr.geeza :) + rep

and thanks DJ :P +rep also

Want to hide these adverts? Register an account for free!