Teensay

Go Back   Teensay Teen Forums > Work and Education > Art and Photography

Art and Photography Got any new artwork to show the world? Do it here.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)   Top
Old 04-09-2008
Kier's Avatar
Cat
Cat
 
Join Date: 09 Dec 2007
Age: 20
Sex: Male
Posts: 618
Rep Power: 1
Kier is barely visible
Default Web layout - Opinons

Laudo - The Latin For Quotes

Been working on it for the last few days, its the first site that I made by myself in ages (with some help of a few places (over a year or so, before its just been premade wordpress themes.)).

I cant decide if I like the header as it is, with the squares until the white one, and then 'nagigation', or have the squares going all the way across (Like at the bottom) with 'navigation' under (I've left that in, so its possible to see what it looks like etc).

Also, when I you hover over a link it goes a different colour, however when you click on the link, and then go to hover over it again it doesn't change colour, any ideas?

Anyone got any ideas on tips on what would make it look better?

Thanks

Edit - I also wasn't sure where to put this, so thought that under Art would be a good idea
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


Last edited by Kier; 04-09-2008 at 09:50 PM..
Reply With Quote
Sponsored Links


  #2 (permalink)   Top
Old 04-09-2008
jren207's Avatar
Shark
 
Join Date: 24 Jun 2006
Age: 20
Sex: Male
Location: Escumetorp, UK
Posts: 13,755
Rep Power: 5
jren207 still blends in with the wallpaperjren207 still blends in with the wallpaper
Default

I didn't check the code, but I think you need to change the "a:visted" css to be the same colour as the colour before you hover over a link, rather than the same as the hover colour.

Also I think you could do with maybe a subtle vertical line splitting the two sections. Perhaps setting a left border of the right section, or a right border of the left section, if you get what I mean coding wise.

I also think the squares at the top work because the last square is a different colour. Perhaps you could change the "Navigation" text to be white, the same as the last square.
And perhaps lose the white square from the bottom line of squares.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

This text has changed, cool huh.

Last edited by jren207; 04-09-2008 at 11:00 PM..
Reply With Quote
  #3 (permalink)   Top
Old 05-09-2008
Kier's Avatar
Cat
Cat
 
Join Date: 09 Dec 2007
Age: 20
Sex: Male
Posts: 618
Rep Power: 1
Kier is barely visible
Default

This is the css that I've got for the links.

Code:
A:link { 
    text-decoration: none; color:#fff; 
}

A:hover{ 
    text-decoration: none; color:#666; 
}

a:visited {    
    text-decoration: none; color:#fff; 
}
Which I think is what your saying?

I've added the border, and changed the images.

One thing I am trying to change is the margin between the white border and the sidebar. I cant for the life of me remember how to do it >.<. Anyone know?

Edit - I've worked out how to do the border
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


Last edited by Kier; 05-09-2008 at 10:13 PM..
Reply With Quote
  #4 (permalink)   Top
Old 06-09-2008
jren207's Avatar
Shark
 
Join Date: 24 Jun 2006
Age: 20
Sex: Male
Location: Escumetorp, UK
Posts: 13,755
Rep Power: 5
jren207 still blends in with the wallpaperjren207 still blends in with the wallpaper
Default

Yeh, make the colour of visited #666. Or actually try removing the visited section of code.

I think the divider would look better the same colour as the text, and also having more space between the text and the divider.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

This text has changed, cool huh.
Reply With Quote
  #5 (permalink)   Top
Old 06-09-2008
Kier's Avatar
Cat
Cat
 
Join Date: 09 Dec 2007
Age: 20
Sex: Male
Posts: 618
Rep Power: 1
Kier is barely visible
Default

When I removed it, they went to the default blue after visiting them, I want it to change colour when you hover over it, however if I change the visited to #666 it wont change when hovered will it?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Reply With Quote
  #6 (permalink)   Top
Old 06-09-2008
jren207's Avatar
Shark
 
Join Date: 24 Jun 2006
Age: 20
Sex: Male
Location: Escumetorp, UK
Posts: 13,755
Rep Power: 5
jren207 still blends in with the wallpaperjren207 still blends in with the wallpaper
Default

Make sure the "a" in the css is lowercase.

And the default link is just "a", not "a:link".

Give it a try with removing the visited part. You can always put it back in again if it doesn't work.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

This text has changed, cool huh.
Reply With Quote
  #7 (permalink)   Top
Old 07-09-2008
Kier's Avatar
Cat
Cat
 
Join Date: 09 Dec 2007
Age: 20
Sex: Male
Posts: 618
Rep Power: 1
Kier is barely visible
Default

Quote:
Originally Posted by jren207 View Post
Give it a try with removing the visited part. You can always put it back in again if it doesn't work.
When I remove it, it works when you hover, but the colour is the default blue (#0000ff), not white.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Reply With Quote
  #8 (permalink)   Top
Old 07-09-2008
jren207's Avatar
Shark
 
Join Date: 24 Jun 2006
Age: 20
Sex: Male
Location: Escumetorp, UK
Posts: 13,755
Rep Power: 5
jren207 still blends in with the wallpaperjren207 still blends in with the wallpaper
Default

Hmm, that's odd.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

This text has changed, cool huh.
Reply With Quote
  #9 (permalink)   Top
Old 11-09-2008
Kier's Avatar
Cat
Cat
 
Join Date: 09 Dec 2007
Age: 20
Sex: Male
Posts: 618
Rep Power: 1
Kier is barely visible
Default

I've sorted it out :D

Turns out they need to be in the following order

link
visited
hover
active
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Reply With Quote
  #10 (permalink)   Top
Old 12-09-2008
jren207's Avatar
Shark
 
Join Date: 24 Jun 2006
Age: 20
Sex: Male
Location: Escumetorp, UK
Posts: 13,755
Rep Power: 5
jren207 still blends in with the wallpaperjren207 still blends in with the wallpaper
Default

I was mousing over and test link 2 only seems to change, but ok, cool .
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

This text has changed, cool huh.
Reply With Quote
  #11 (permalink)   Top
Old 12-09-2008
Kier's Avatar
Cat
Cat
 
Join Date: 09 Dec 2007
Age: 20
Sex: Male
Posts: 618
Rep Power: 1
Kier is barely visible
Default

Oh I haven't uploaded it to the site yet, only on my laptop I changed it lol
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Reply With Quote
  #12 (permalink)   Top
Old 12-09-2008
jren207's Avatar
Shark
 
Join Date: 24 Jun 2006
Age: 20
Sex: Male
Location: Escumetorp, UK
Posts: 13,755
Rep Power: 5
jren207 still blends in with the wallpaperjren207 still blends in with the wallpaper
Default

Ahhh, that explains.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

This text has changed, cool huh.
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 09:55 AM.


Sponsored Links

Chat Rooms Directory - Free Chat Rooms - Teen Chat Rooms - New York Dating Chat