I used to think so.  The code he wrote, seemed simple and easy to read, but
for some reason Google hated it.  I've attached the files that did the old
header on my site.  

My designer was impressed with the no-table method that he coded.  I was
too, as I hadn't tried this before (I'm old school to much sometimes).
However, after my experience, I have gone back to using tables, using simple
mouse over code.

My experience was over a year ago, but CSS has been out for a really long
time.  It confused me greatly.  When I changed back to tables, within a
month, my traffic came back.  

As any SEO guy will tell you, could have been other factors.  But my traffic
and rankings have just increased since the change.  I could be totally off,
but that is just my experience.

Now I stick to text links with :hover CSS or image links where ever
possible.  We have done hundreds of sits in the last year and my theory has
held up, but I'm in no way a CSS expert.  I didn't even use it until the
early 2000's.  I'm a late adopter of new HTML techniques because I believe
the search engines are not going to re-write their parsers every 6 months to
take new techniques into account.  Especially when they rank based on time
on the web.

I think a lot about the fact that I might just be an old school'er holding
onto the past.  Then in other areas, I have already written and launched an
ASP.NET 2.0 enterprise application and it has been out less than 2 months.
It's an eternal struggle of what to learn and what not to learn.
 
Jacob Cameron
Blue Lantern, Inc.
(972) 226-9595
[EMAIL PROTECTED]
http://www.bluelantern.com

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of John Ivanoff
Sent: Friday, December 23, 2005 9:29 AM
To: Dallas/Fort Worth ColdFusion User Group Mailing List
Subject: Re: [DFW CFUG] fyi - Free CSS Navigation Menu Designs,
cssbackgrounds and boxmodels...

I doubt you still have that code for the css menus but I'd like to
look at it or where you got it from. the menus that I sent is a list
of links and uses css to style them. I'm not sure if that would effect
the search engines. isn't a link a link?

john

On 12/23/05, Jacob Cameron <[EMAIL PROTECTED]> wrote:
> Just an FYI:  A few years ago one of my designers re-designed my corporate
> site and used CSS navigation.  The code was really cool and over my head.
> It used one image for navigation and shifted the viewable part of it on
> mouse over.  I thought it was awesome, at first.  However, my sites google
> ranking dove and my sub-pages that used to have rankings got nothing and
no
> longer appeared in Google at all.
>
> I got down to 10 unique visitors a day.  After about 6 months of watching
> this, I went in and changed the navigation back to simple tables and mouse
> overs and that got my ranking back up and now I get about 200 unique
> visitors a day.
>
> As always, with all new technologies, be mindful of your search engine
> rankings.  I use CSS for a lot of things, but want to warn everyone to be
> careful with css navigation menu's.
>
> Jacob
>
> Jacob Cameron
> Blue Lantern, Inc.
> (972) 226-9595
> [EMAIL PROTECTED]
> http://www.bluelantern.com
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> On Behalf Of John Ivanoff
> Sent: Friday, December 23, 2005 8:51 AM
> To: dfw cfug
> Subject: [DFW CFUG] fyi - Free CSS Navigation Menu Designs, css
backgrounds
> and boxmodels...
>
> Free CSS Navigation Menu Designs
>
http://www.exploding-boy.com/2005/12/21/more-free-css-navigation-menu-design
> s/
>
> Naughty or Nice? CSS Background Images
> http://24ways.org/advent/naughty-or-nice-css-background-images
>
> 3D CSS Box Model
> http://www.hicksdesign.co.uk/boxmodel/
>
> and what ever uber geek needs for Christmas (it's work safe)
> http://descartavel.com/img/rsstroom.jpg
>
> John
>
> _______________________________________________
> Reply to DFWCFUG:
>   [email protected]
> Subscribe/Unsubscribe:
>   http://lists1.safesecureweb.com/mailman/listinfo/list
> List Archives:
>   http://lists1.safesecureweb.com/mailman/private/list
>   http://www.mail-archive.com/list%40list.dfwcfug.org/
>   http://www.mail-archive.com/list%40dfwcfug.org/
> DFWCFUG Sponsors:
>   www.HostMySite.com
>   www.teksystems.com/
>
>
>
> _______________________________________________
> Reply to DFWCFUG:
>   [email protected]
> Subscribe/Unsubscribe:
>   http://lists1.safesecureweb.com/mailman/listinfo/list
> List Archives:
>   http://lists1.safesecureweb.com/mailman/private/list
>   http://www.mail-archive.com/list%40list.dfwcfug.org/
>   http://www.mail-archive.com/list%40dfwcfug.org/
> DFWCFUG Sponsors:
>   www.HostMySite.com
>   www.teksystems.com/
>

_______________________________________________
Reply to DFWCFUG: 
  [email protected]
Subscribe/Unsubscribe: 
  http://lists1.safesecureweb.com/mailman/listinfo/list
List Archives: 
  http://lists1.safesecureweb.com/mailman/private/list 
  http://www.mail-archive.com/list%40list.dfwcfug.org/             
  http://www.mail-archive.com/list%40dfwcfug.org/
DFWCFUG Sponsors: 
  www.HostMySite.com 
  www.teksystems.com/
body {
	font-family: Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background: #fff url(images/bkg_main.jpg) left top repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}
li{
	font-family: Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a {
	color: #0071BC;
	text-decoration: none;
}
form {
	padding: 0;
	margin: 0;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}  
/* Holly Hack Targets IE Win only \*/
 * html .clearfix {height: 1%;}
/* End Holly Hack */
.mac-clearfix {clear:both; height:0; overflow:hidden;} 
/*** This gets applied to the clearing div added to #domfix via the Javascript fix for IE/Mac ***/

/* debug
div {
	border: 1px solid #f00;
} */
.hide, #sectionBlurb {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
}
p {
	margin: 0;
	padding: 0 0 10px 0;
}

h2 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
#content {
	margin: 0 auto;
	padding: 35px 0 0 0;
	width: 772px;
	position: relative;
	text-align: left;
}
#Header {
	margin: 0;
	padding: 0;
}
#Header h1 {
	margin: 0;
	padding: 0;
	width: 260px;
	height: 60px;
	text-indent: -9999px;
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 506px;
}
#Header h1 a {
	width: 260px;
	height: 60px;
	display: block;
	background: transparent url(images/blLogo.gif) left top repeat-x;
	text-decoration: none;
}
#navArea {
	padding: 0;
	margin: 0;
	height: 212px;
	border: 0px solid #f00;
	position: relative;
}
#body0 #navArea {
		background: transparent url(images/sectionBlurb_home.jpg) left top no-repeat;
} 
#body1 #navArea {
		background: transparent url(images/sectionBlurb_productsAndSer.jpg) left top no-repeat;
}
#body2 #navArea {
		background: transparent url(images/sectionBlurb_ourClients.jpg) left top no-repeat;
}
#body3 #navArea {
		background: transparent url(images/sectionBlurb_about.jpg) left top no-repeat;
}
#body4 #navArea {
		background: transparent url(images/sectionBlurb_contact.jpg) left top no-repeat;
}
#body5 #navArea {
		background: transparent url(images/sectionBlurb_home.jpg) left top no-repeat;
}
#navArea ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#navArea ul li {
	padding: 0;
	margin: 0;
	height: 30px;
	position: absolute;
	top: 10px;
	display: block;
	list-style: none;
	text-indent: -9999px;
} 
#navArea ul li a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: block;
	height: 30px;
}
#tab0 {
	width: 34px;
	left: 26px;
}
#tab1 {
	width: 113px;
	left: 76px;
}
#tab2 {
	width: 64px;
	left: 204px;
}
#tab3 {
	width: 54px;
	left: 283px;
}
#tab4 {
	width: 64px;
	left: 355px;
}
#tab0 a {
	width: 34px;
	background: transparent url(images/nav_home.gif) left top no-repeat;
}
#tab1 a {
	width: 113px;
	background: transparent url(images/nav_productsAndServices.gif) left top no-repeat;
}
#tab2 a {
	width: 64px;
	background: transparent url(images/nav_ourClients.gif) left top no-repeat;
}
#tab3 a {
	width: 54px;
	background: transparent url(images/nav_aboutUs.gif) left top no-repeat;
}
#tab4 a {
	width: 64px;
	background: transparent url(images/nav_contactUs.gif) left top no-repeat;
}
#tab0 a:hover, #tab1 a:hover, #tab2 a:hover, #tab3 a:hover, #tab4 a:hover {
	background-position: 0px -30px;
}
#body0 #tab0 a, #body1 #tab1 a, #body2 #tab2 a, #body3 #tab3 a, #body4 #tab4 a {
	background-position: 0px -30px;
}
#body0 #mainCopy {
	padding: 0;
	margin: 0;
	float: left;
	width: 506px;
	text-align: justify;
}
#body0 #mainCopy div {
	padding: 10px;
	margin: 0;
}
.mainBlurb {
	font-size: 14px;
	line-height: 21px;
}
#body0 #sideContent {
	padding: 0 0 10px 0;
	margin: 0;
	float: left;
	width: 266px;
}
#newsBox {
	padding: 0 0 10px 0;
	margin: 0;
	background: transparent url(images/sidebar_bottom.gif) left bottom no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#newsBox h3 {
	margin: 0;
	padding: 0;
	width: 266px;
	height: 65px;
	text-indent: -9999px;
	background: transparent url(images/header_currentNews.jpg) left top no-repeat;
}
#newsBox h4 {
	margin: 0;
	padding: 0 15px 0px 20px;
	font-size: 10px;
	font-weight: bold;
}
#newsBox p {
	padding: 0 15px 10px 20px;
	margin: 0;
	font-size: 10px;
	line-height: 15px;
}
#body1 #mainCopy {
	padding: 10px 10px 0 10px;
	margin: 0;
	text-align: justify;
}

/* temp portfolio styles */
#body2 #mainCopy {
	margin: 0;
	padding: 0 10px;
}
.port1 {
	margin: 10px 10px 10px 0;
	padding: 10px 0;
	border-top: 1px solid #000;
	font-size: 12px;
}
.port1-first {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 12px;
}
.port1 h3, .port1-first h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
/* temp portfolio styles */

#body3 #mainCopy {
	padding: 10px 10px 0 10px;
	margin: 0;
	text-align: justify;
}
#body4 #mainCopy {
	padding: 0;
	margin: 0;
	float: right;
	width: 266px;
	text-align: justify;
}
#body4 #mainCopy div {
	padding: 10px;
	margin: 0;
}
#body4 #sideContent {
	padding: 0 0 10px 0;
	margin: 0;
	float: right;
	width: 506px;
}
#body4 #sideContent div {
	padding: 10px;
	margin: 0;
}
#body4 fieldset {
	padding: 0 10px 10px 10px;
	margin: 0;
}
#body4 fieldset {
	font-size: 16px;
	font-weight: bold;
}
#body4 label {
	display: block;
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}
#body4 input, #body4 textarea {
	display: block;
	width: 100%;
	font-family: Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
}
#body4 .button {
	width: auto;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background: #0071BC;
}
.picLeft {
	padding: 0 10px 0 0;
	margin: 0;
	float: left;
}
#mainCopy ul {
	padding: 0 10px 10px 30px;
	margin: 0;
}
#mainCopy ol {
	padding: 0 10px 10px 30px;
	margin: 0;
}
#OnlinePayment {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#OnlinePayment a {
	margin: 0;
	padding: 0;
	width: 266px;
	height: 60px;
	text-decoration: none;
	display: block;
	background: transparent url(images/onlinePaymenet.gif) left top no-repeat;
}
#OnlineCopy {
	float: left;
	width: 260px;
}
#OnlineCopy div {
	padding: 5px 5px 10px 10px;
	text-align: justify;
}
#OneTimePayment, #ReecurringPayments {
	margin: 0;
	padding: 0 0 10px 0;
	float: left;
	width: 256px;
}
#OneTimePayment h3, #ReecurringPayments h3 {
	background: transparent url(OnlinePayment/images/onetimeTitle.jpg) left top no-repeat;
	padding: 0;
	margin: 0;
	width: 256px;
	height: 65px;
	text-indent: -9999px;
	display: block;
	text-align: left;
}
#ReecurringPayments h3 {
	background: transparent url(OnlinePayment/images/recurringTitle.jpg) left top no-repeat;
}
#OneTimePayment div, #ReecurringPayments div {
	padding: 0 10px 20px 10px;
	background: transparent url(OnlinePayment/images/boxBottom.jpg) left bottom no-repeat;
}
#OneTimePayment p, #ReecurringPayments p {
	font-size: 11px;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
}
#OneTimePayment label, #ReecurringPayments label {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
}
#OneTimePayment label input, #ReecurringPayments label input {
	width: 230px;
	font-family: Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
}
#OneTimePayment .button, #ReecurringPayments .button {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background: #0071BC;
}
#footer {
	clear: both;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	border-top: 1px solid #0071BC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

Attachment: header.cfm
Description: Binary data

_______________________________________________
Reply to DFWCFUG: 
  [email protected]
Subscribe/Unsubscribe: 
  http://lists1.safesecureweb.com/mailman/listinfo/list
List Archives: 
  http://lists1.safesecureweb.com/mailman/private/list 
  http://www.mail-archive.com/list%40list.dfwcfug.org/             
  http://www.mail-archive.com/list%40dfwcfug.org/
DFWCFUG Sponsors: 
  www.HostMySite.com 
  www.teksystems.com/

Reply via email to