My site
- Started
- Last post
- 32 Responses
- ukit0
I changed my mind, in fact it's very refreshing. It's not a portfolio or a blog, but a mixture of both.
This way the visitor will always have new stuff to look at.
- Fax_Benson0
I think it's just that picture reminds me of christmas last year. Except our tree wasn't so nice.
- ********0
I like the shots you took with old film. Some really nice work in there.
- Atkinson0
thanks thanks thanks.
Fax_Benson bad Christmas?
- acrossthesea0
Cool minimal look. Since the navigation column is such a short height, why not change it to fixed positioning so it doesn't scroll with the rest of the page?
- Atkinson0
yeah I tried that but couldnt get it to work on all browsers, any suggestions?
- Atkinson0
I tried
td#left {
position:fixed;
}
- acrossthesea0
Yeah it won't work since it's nested in that larger table which contains everything. Gotta separate out that left column and then apply position:fixed
- Atkinson0
I've no idea how to do that, have you? I'll send you a new book if you have the answer! [that works x browsers!]
- Give it a shot. Don't be scared of a little code.acrossthesea
- Atkinson0
no, really, no idea
- inteliboy0
I like it. Your work is good.
Site code is a mess though. Would like to help but it gives me a headache.
To get your left nav to be fixed you need to get the entire clip of your left nav - get it out of a table cell and into a div.
ie.
html/php=
<div id="left">MENU STUFF HERE</div>css=
#div {position:static; top 0; left: 0;}
- Atkinson0
ah, might leave it - I have no idea with stuff like that which is why I used Wordpress. No worries - cheers though.