Web Hosting Talk







View Full Version : [Help] Selection Problem


JustinSmall
05-12-2008, 02:35 PM
http://icandydesigns.net/

If you click above the links bar on the header, it selects the three column's I have below the nav bar, it's really odd!! ne1 know why?

JustinSmall
05-13-2008, 12:48 AM
Help plz? :)

killapix
05-13-2008, 08:46 AM
Hi Justin
Maybe you need to try and be a little more clear because I'm not really sure what you mean.? I cannot see any clickable area above the links bar and nothing else seems to happen for me on that page all the links are "#" self_.

clrockwell
05-14-2008, 07:37 AM
Try cleaning up the css first - and start with the body{}, the only definition you need there is the background image. Your html is also div heavy (a div for the separators between the links for instance), any reason for this?

Cleaning up things will usually point out the issue.

Side note: killapix, your sig link takes me to fliefeed.com, not filefeed.com

JustinSmall
05-14-2008, 12:58 PM
Well it doesn't select like that in IE, just in Firefox... I just can't figure out what it is.

The seperators in my nav bar are to give an equal spacing between the links and also give me a | separator :D

killapix
05-14-2008, 01:43 PM
Try:

border: none;

on the #services img and the #services h2 or maybe on the #services selector

JustinSmall
05-14-2008, 03:45 PM
#page {
width: 770px;
height: auto;
margin-top: 275px;
background-color: #F5F5F5;
overflow: hidden;
}
* html #page {
height: 1%;
overflow:visible
}


When I removed "overflow: hidden;" the bottom below services doesn't show the background like usual, as why I have that overflow, but when I remove the overflow it no longer does the selection...