>
New Topic
>
Reply<
Esato Forum Index
>
General discussions >
Non mobile discussion
> FS: web design
Bookmark topic
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
--
Posted: 2009-04-13 15:00:11
Edit :
Quote
Website:
www.burningninja.co.uk
another example of the webdesign
--
Posted: 2009-04-13 19:32:30
Edit :
Quote
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?
--
Posted: 2009-04-13 19:55:53
Edit :
Quote
@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 ]
--
Posted: 2009-04-13 22:02:35
Edit :
Quote
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!
--
Posted: 2009-04-14 01:05:29
Edit :
Quote
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>
--
Posted: 2009-04-14 10:39:44
Edit :
Quote
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 ?
--
Posted: 2009-04-14 11:19:50
Edit :
Quote
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 ]
--
Posted: 2009-04-14 13:52:16
Edit :
Quote
Yep, all working now
--
Posted: 2009-04-14 17:34:01
Edit :
Quote
Oh the only othr problem is erm, no other pages are available!
--
Posted: 2009-04-14 19:04:07
Edit :
Quote
New Topic
Reply