HTML Coding
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   SEO Chat ForumsOtherHTML Coding

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread SEO Chat Forums Sponsor:
  #1  
Old June 23rd, 2003, 10:41 AM
InternetNapoleon InternetNapoleon is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Location: Ohio
Posts: 43 InternetNapoleon User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
External CSS Files?

On a new site of mine, www.parentagetest.com, I have a lot of CSS roll overs and it is pushing my good text further down the code. Does anyone know how I can put that in an external file?

I know how to do standard external style sheets, but how about CSS code for rollovers and such, like when the code in the html starts with <csscriptdict>.
__________________
Webmaster

Reply With Quote
  #2  
Old June 25th, 2003, 02:06 PM
InternetNapoleon InternetNapoleon is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Location: Ohio
Posts: 43 InternetNapoleon User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
OK, this is just a shameless tactic to get my post back up on the first page so people can see it to respond ;)

I know getting the keywords higher on the page is important, but how can I get my css code in an exterlan file. The code is really just for rollovers. Should I use javascript and put that in a external .js file?

Reply With Quote
  #3  
Old June 25th, 2003, 02:34 PM
dazzlindonna's Avatar
dazzlindonna dazzlindonna is offline
Contributing User
SEO Chat Expert (3500 - 3999 posts)
 
Join Date: Mar 2003
Location: Louisiana, USA
Posts: 3,876 dazzlindonna User rank is Corporal (100 - 500 Reputation Level)dazzlindonna User rank is Corporal (100 - 500 Reputation Level)dazzlindonna User rank is Corporal (100 - 500 Reputation Level)dazzlindonna User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 1 Week 6 Days 4 h 22 m 36 sec
Reputation Power: 13
yes that will work. do a search on the net for js rollover script and you should fine plenty that will work for you.
__________________
Military Singles Dating

Reply With Quote
  #4  
Old June 25th, 2003, 03:12 PM
Webby's Avatar
Webby Webby is offline
Moderator
SEO Chat Beginner (1000 - 1499 posts)
 
Join Date: Feb 2003
Location: Hannover, Germany
Posts: 1,384 Webby User rank is Lance Corporal (50 - 100 Reputation Level)Webby User rank is Lance Corporal (50 - 100 Reputation Level)Webby User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 21 h 45 m 41 sec
Reputation Power: 7
Send a message via ICQ to Webby
I would define all my classes in css and send them external and blocks of text for example use span or div.

Did that make sense? lol.
I know what I mean anyway ;-)
__________________
What is a website without traffic?
ABAKUS Internet Marketing

Reply With Quote
  #5  
Old June 26th, 2003, 01:16 PM
InternetNapoleon InternetNapoleon is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Location: Ohio
Posts: 43 InternetNapoleon User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
I don't get exactly what you are saying Webby. I had another guy design this sight, and he used CSS. So I have a bunch of code that looks like
Code:
		<csscriptdict>
			<script><!--
CSInit = new Array;
function CSScriptInit() {
if(typeof(skipPage) != "undefined") { if(skipPage) return; }
idxArray = new Array;
for(var i=0;i<CSInit.length;i++)
	idxArray[i] = i;
CSAction2(CSInit, idxArray);}
CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10);
function IsIE() { return CSAg.indexOf("MSIE") > 0;}
function CSIEStyl(s) { return document.all.tags("div")[s].style; }
function CSNSStyl(s) { return CSFindElement(s,0); }....
I know in java, I could put it in an external .js file, then call on the functions I defined. With CSS, I didn't know you could put code in external files. All I am familiar with is defining tags for the style sheets. So is it possible to do external css code for the rollovers? If so, would you be able to point me in that direciton, or do you know of an example site that has done that?

Thanks a bunch!

Reply With Quote
  #6  
Old June 26th, 2003, 01:51 PM
Webby's Avatar
Webby Webby is offline
Moderator
SEO Chat Beginner (1000 - 1499 posts)
 
Join Date: Feb 2003
Location: Hannover, Germany
Posts: 1,384 Webby User rank is Lance Corporal (50 - 100 Reputation Level)Webby User rank is Lance Corporal (50 - 100 Reputation Level)Webby User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 21 h 45 m 41 sec
Reputation Power: 7
Send a message via ICQ to Webby
Are these image or text rollovers?

Reply With Quote
  #7  
Old June 26th, 2003, 05:17 PM
InternetNapoleon InternetNapoleon is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Location: Ohio
Posts: 43 InternetNapoleon User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
image rollovers. you can see it at http://www.parentagetest.com

Reply With Quote
  #8  
Old June 26th, 2003, 05:17 PM
InternetNapoleon InternetNapoleon is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Location: Ohio
Posts: 43 InternetNapoleon User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
image rollovers. you can see it at http://www.parentagetest.com

Reply With Quote
  #9  
Old June 27th, 2003, 05:04 AM
Webby's Avatar
Webby Webby is offline
Moderator
SEO Chat Beginner (1000 - 1499 posts)
 
Join Date: Feb 2003
Location: Hannover, Germany
Posts: 1,384 Webby User rank is Lance Corporal (50 - 100 Reputation Level)Webby User rank is Lance Corporal (50 - 100 Reputation Level)Webby User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 21 h 45 m 41 sec
Reputation Power: 7
Send a message via ICQ to Webby
I take it youve tried placing from
Code:
<script><!--
CSInit = new Array;
function CSScriptInit() {
.
to
.
	return result;
}
CSAct = new Object;
// -->


In an external javascript file and calling it? Other than that I cant offer you any more help I'm afraid.

Reply With Quote
  #10  
Old June 27th, 2003, 11:31 AM
Jcaputo's Avatar
Jcaputo Jcaputo is offline
Kiss My Converse!
SEO Chat Beginner (1000 - 1499 posts)
 
Join Date: Jun 2003
Posts: 1,190 Jcaputo User rank is Corporal (100 - 500 Reputation Level)Jcaputo User rank is Corporal (100 - 500 Reputation Level)Jcaputo User rank is Corporal (100 - 500 Reputation Level)Jcaputo User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 6 Days 13 h 57 m
Reputation Power: 9
A good site to check for coding information is www.devshed.com !

Reply With Quote
Reply

Viewing: SEO Chat ForumsOtherHTML Coding > External CSS Files?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT