cpmgroup.co.uk/newtemplate/test.asp

This is a discussion on "cpmgroup.co.uk/newtemplate/test.asp" within the Free Web Site Critique section. This forum, and the thread "cpmgroup.co.uk/newtemplate/test.asp are both part of the Design Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Free Web Site Critique

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old Jun 16th, 2006, 10:51
Gup Gup is offline
New Member
Join Date: Mar 2006
Location: Warick
Age: 26
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
cpmgroup.co.uk/newtemplate/test.asp

I am nearly done converting this site to a tableless layout but am stuck on the left navigation menu. Theres something missing but cant think of what. Anyone Got any ideas? I know not all of its finished but i know what im goin to do with the rest of the design.


new design: http://www.cpmgroup.co.uk/newtemplate/test.asp

Old design : http://www.cpmgroup.co.uk/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Jun 16th, 2006, 11:00
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 23
Posts: 1,668
Blog Entries: 1
Thanks: 1
Thanked 4 Times in 4 Posts
Re: Need Help

Doesn't look right in Firefox, the right column is mis-behaving...

I won't even start on why you shouldn't use images for navigation.
However, I've learnt a nice trick if you still want to.
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jun 16th, 2006, 11:01
Gup Gup is offline
New Member
Join Date: Mar 2006
Location: Warick
Age: 26
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need Help

Whats happens in Firefox?

Whats the trick?

Last edited by Gup; Jun 16th, 2006 at 11:11.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jun 16th, 2006, 13:41
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 23
Posts: 1,668
Blog Entries: 1
Thanks: 1
Thanked 4 Times in 4 Posts
Re: Need Help

Quote:
Originally Posted by Gup
Whats happens in Firefox?
Download Firefox and check it out...




Quote:
Originally Posted by Gup
Whats the trick?
1. Build a standard UL menu
2. Move the text out of sight
3. Apply a background image that has both the the idle and hover images in one.
4. on hover, move the background image

HTML:
Code: Select all
<ul id="nav-main">
<li id="nav-main-about"><a href="#">About</a></li>
<li id="nav-main-downloads"><a href="#">Downloads</a></li>
<li id="nav-main-tutorials"><a href="#">Tutorials</a></li>
<li id="nav-main-contact"><a href="#">Contact</a></li>
</ul>
CSS:
Code: Select all
#nav-main{ background: #FFFFFF no-repeat 0 100%; list-style-type: none; padding-bottom: 38px; }
#nav-main li { margin: 0; }
#nav-main li a { display: block; height: 23px; overflow: hidden; text-indent: -9999px; width: 184px; }
#nav-main-about a { background: url(about.jpg) no-repeat 0 0; }
#nav-main-downloads a { background: url(downloads.jpg) no-repeat 0 0; }
#nav-main-tutorials a { background: url(tutorials.jpg) no-repeat 0 0; }
#nav-main-contact a { background: url(contact.jpg) no-repeat 0 0; }
#nav-main-about a:hover, #nav-main-about a:focus, #nav-main-about a:active, #nav-main-downloads a:hover, #nav-main-downloads a:focus, #nav-main-downloads a:active, #nav-main-tutorials a:hover, #nav-main-tutorials a:focus, #nav-main-tutorials a:active, #nav-main-contact a:hover, #nav-main-contact a:focus, #nav-main-contact a:active { background-position: -280px 0; }
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)

Last edited by spinal007; Jun 16th, 2006 at 13:48.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Jun 16th, 2006, 14:05
Gup Gup is offline
New Member
Join Date: Mar 2006
Location: Warick
Age: 26
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need Help

thanks for that spinal.

im concerned at this point with the overall design/look of the site.

any ideas/criticism?

i will be change the horizontal nav bar some time soon.

Checked in firefox and there doesnt seem to be that much wrong with it.

Last edited by Gup; Jun 16th, 2006 at 14:13.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Jun 16th, 2006, 17:22
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 23
Posts: 1,668
Blog Entries: 1
Thanks: 1
Thanked 4 Times in 4 Posts
Re: Need Help

the text on the right column was about 40 pixels away from the left border of the container......


.....yep, still is.
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Jun 16th, 2006, 19:42
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need Help

http://www.cpmgroup.co.uk/ is alot better than the other.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Jun 16th, 2006, 22:34
Reputable Member
Join Date: May 2006
Location: Wrexham, UK
Posts: 122
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need Help

I think the old site looks nice, why not just try to replicate the look of that one exactly? You don't need to change it just because you're going tableless. I would recommend making the left menu have it's colour be visible all the way to the bottom of the page though.

Get rid of the image link buttons too as has already been mentioned
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Anyone want to test this for me? split-visionz Webforumz Cafe 22 Jul 10th, 2007 08:54
IE6 Test JacobHaug Web Page Design 4 Feb 5th, 2007 21:55


All times are GMT. The time now is 17:20.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42