View Single Post
  #2 (permalink)  
Old 05-14-2008, 05:23 AM
TcM's Avatar   
TcM TcM is offline
Moderator
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,323
Credits: 0
Rep Power: 74
TcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud ofTcM has much to be proud of
Default Re: My code being defaced by another site

Wow CC really messes the menu up!

Well after seeing the CSS of CC I notice somethings:
Code:
#slide_area_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
You see... they both have an absolute position and both top 0. Maybe that is one of the reasons, they are both 'fighting' for the top position. Loading the site in a frame should solve the problem, but it's not the best solution.
Reply With Quote