Author |
FS: web design |
parsnip Joined: Oct 26, 2004 Posts: 386 From: England PM, WWW
|
basically,
I want to make a bit of cash designing websites!
I'm good with css and html and am currently learning php and mysql.
If anybody needs any html/css layouts designing I will do it for a reasonable price!
example:
www.adamhutchinson.co.uk
www.burningninja.co.uk/dirtguide
more to come!
cheers
www.aviatorforums.co.nr |
|
parsnip Joined: Oct 26, 2004 Posts: 386 From: England PM, WWW
|
Website:
www.burningninja.co.uk
another example of the webdesign
www.aviatorforums.co.nr |
Cycovision Joined: Nov 30, 2003 Posts: > 500 From: England PM, WWW
|
Nice work!
Would you like some constructive comments about the burning ninja site (regarding rendering errors in FireFox 3 linux) or shall I keep my big flappy gob shut?
|
lukechris Joined: Dec 30, 2007 Posts: > 500 From: Preston, UK PM, WWW
|
@cyco
Yes there are a few bugs like the title moving etc
I suggest you open your flappy gob lol
[ This Message was edited by: lukechris on 2009-04-13 21:02 ] |
parsnip Joined: Oct 26, 2004 Posts: 386 From: England PM, WWW
|
yes,
it would help very much
I only really got into webdesign basically last week but I think i've got the hang of it well,
cheers!
www.aviatorforums.co.nr |
Cycovision Joined: Nov 30, 2003 Posts: > 500 From: England PM, WWW
|
He He He!
Well, there is the moving title banner when you mouse over, as lukechris has said. This is probably because your anchor (or just a:hover possibly) css attributes have some padding or margins applied?
The only other thing i noticed is that the two bottom-right columns (div id #btmrighttop and#btmrightbottom) are underneath their container (div id #bottom) instead of in it.
If this is not intentional, you need to add a clearing element at the end of the #bottom div to force all child floats to stay within the container. I usually just create a new class called \".clearboth\" like so:
.clearboth
{
clear: both;
}
and then apply to it to a <br> tag just before the closing div tag of the container:
<div id=\"bottom\">
...
...
<br class = \"clearboth\" />
</div>
|
max99 Joined: Nov 24, 2004 Posts: > 500 From: Manchester (@ Uni) PM |
if your good with CSS, i may hire you every now and again to edit existing css code and fix bugs in it if your up for that ? |
parsnip Joined: Oct 26, 2004 Posts: 386 From: England PM, WWW
|
I've added the clear both,
does it work now?
edit: I fixed the header moving issue 
[ This Message was edited by: parsnip on 2009-04-14 13:12 ] www.aviatorforums.co.nr |
Cycovision Joined: Nov 30, 2003 Posts: > 500 From: England PM, WWW
|
Yep, all working now
|
lukechris Joined: Dec 30, 2007 Posts: > 500 From: Preston, UK PM, WWW
|
Oh the only othr problem is erm, no other pages are available!
|
parsnip Joined: Oct 26, 2004 Posts: 386 From: England PM, WWW
|
haha,
I'm planning on adding them soon
cheers
www.aviatorforums.co.nr |
jash12per Joined: Feb 23, 2009 Posts: 11 PM |
any info about this?
Earn Money online Legally,, NO SCAM!! http://www.neobux.com/?r=jash12per |
parsnip Joined: Oct 26, 2004 Posts: 386 From: England PM, WWW
|
what do you want to know?
cheers
www.aviatorforums.co.nr |
lukechris Joined: Dec 30, 2007 Posts: > 500 From: Preston, UK PM, WWW
|
@parsnip, just to make you aware max99 put this further up the page you may have missed it!
On 2009-04-14 11:19:50, max99 wrote:
if your good with CSS, i may hire you every now and again to edit existing css code and fix bugs in it if your up for that ?
|
parsnip Joined: Oct 26, 2004 Posts: 386 From: England PM, WWW
|
yeah, don't worry I pmed him
www.aviatorforums.co.nr |
|