IE6 use my css

This is a discussion on "IE6 use my css" within the Web Page Design section. This forum, and the thread "IE6 use my css are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jan 7th, 2007, 12:19
New Member
Join Date: Jan 2007
Location: mycity
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
IE6 use my css

IE6 use my css Hello, I hope use this CSS to changed that website FONT Size/Color...and table background...etc... Because I found IE can "use my css" "Tools (T)" -> "Network Option (O)" -> "Setting (E)" -> "Use my CSS (D)" -> "open .CSS file" But can you help me this CSS code is very poor.? Please!
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 Jan 7th, 2007, 12:21
New Member
Join Date: Jan 2007
Location: mycity
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 use my css

this is my local css file

PHP: Select all




<style type="text/css">

<!--

p
{
font18px arial
color
#000000 



A:linkA:visitedA:active text-decoration:  none }

A:link text-decorationnone }

A:link {
font-size18pt
font-weightnormal
color#000000 
}    
  
A:visited 
font-size18pt
font-weightnormal
color#000000 
 
}   

A:active 
font-size18pt
font-weightnormal
color#000000 
}   


BODY {
background-color:#FFFFFF;
font-size18pt;
background-imagenone;  
font-size10px;
color#000000;
font-family Verdana;
font-weightnormal;
}


font &#12288;{ 
font-size18px;
color#000000;
font-family Verdana;
font-weightnormal;



FONT&#12288;{ 
font-size18px;
color#000000;
font-family Verdana;
font-weightnormal;



h2 {
font-size18px;
color#000000;
font-family Verdana;
font-weightnormal;
}

h1 {
font-size10px;
color#000000;
font-family Verdana;
font-weightnormal;
}


{
font-size18px;
color#000000;
font-family Verdana;
font-weightnormal;
FONT-STYLEbold;

}

strong {

font-size18px;
color#000000;
font-family Verdana;
font-weightnormal;

}


tr

    
border-color#FFFFFF;
    
border-width0px 0px 0 0;
    
border-stylesolid;
bgcolor#FFFFFF;
    
margin0;
    
padding0px;
backgroundnone
    
background-color#FFFFFF;
font-size18pt
text-decorationnone;
background-imagenone;
background-repeatno-repeat;
}


td
{
    
border-color#FFFFFF;
    
border-width0px 0px 0 0;
    
border-stylesolid;
    
margin0;
bgcolor#FFFFFF;
    
padding0px;
backgroundnone
    
background-color#FFFFFF;

text-decorationnone;
background-imagenone;
background-repeatno-repeat;


color#000000;
font-size18pt 
font-family Verdana;
font-weightnormal;

}


table
{
border-collapsecollapse;
border-stylehidden;
backgroundnone
background-color#FFFFFF;
    
border-color#FFFFFF;
    
border-width0 0 0px 0px;
    
border-stylesolid;
font-size18pt

text-decorationnone;
background-imagenone;
background-repeatno-repeat;

}


td#ClientInfo 
{
border-collapsecollapse;
border-stylehidden;
backgroundnone
background-color#FFFFFF;
    
border-color#FFFFFF;
    
border-width0 0 0px 0px;
    
border-stylesolid;
font-size18pt

text-decorationnone;
background-imagenone;
background-repeatno-repeat;
}



td#borderBlue 
{
border-collapsecollapse;
border-stylehidden;
backgroundnone
background-color#FFFFFF;
    
border-color#FFFFFF;
    
border-width0 0 0px 0px;
    
border-stylesolid;
font-size18pt

text-decorationnone;
background-imagenone;
background-repeatno-repeat;
}


SPAN.alt_text
{
    
FONT-WEIGHTlighter;
    
FONT-SIZE18pt;
    
COLOR#000000;
    
FONT-STYLEbold;
    
FONT-FAMILYArial
}



-->




</
style
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 Jan 7th, 2007, 21:48
BGarner's Avatar
Reputable Member
Join Date: Oct 2006
Location: In front of the computer.
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 use my css

I'm not exactly sure what you are asking. Do you want to change the text/font of somebody else's website using your own css?
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 Jan 7th, 2007, 22:11
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 use my css

You're missing a lot of semi-colons. They should be at the end of every property: value;
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 Jan 7th, 2007, 23:42
New Member
Join Date: Jan 2007
Location: mycity
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 use my css

thank you. Can you tell me this code: any duplicate/wrong? please!
Quote:
p { font: 18px arial color: #000000 } A:link, A:visited, A:active { text-decoration: none } A:link { text-decoration: none } A:link { font-size: 18pt; font-weight: normal; color: #000000 } P { font-size: 18px; color: #000000; font-family : Verdana; font-weight: normal; FONT-STYLE: bold; }

Last edited by vsis; Jan 7th, 2007 at 23:45.
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 Jan 8th, 2007, 00:02
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 use my css

Everything should be lowercase in CSS and HTML. And you're still forgetting the semicolons. p { font: 18px arial; color: #000000; }
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 Jan 8th, 2007, 08:47
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 use my css

Code: Select all
p {font: 18px; arial; color:#000000;} 
a:link, a:visited, a:active {text-decoration:none;} 
a:link {text-decoration:none;} 
a:link {font-size:18pt; font-weight:normal; color:#000000;} 
p {font-size:18px; color:#000000; font-family:Verdana; font-weight:normal; font-style:bold;}
try that
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
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 Jan 8th, 2007, 14:37
New Member
Join Date: Jan 2007
Location: mycity
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 use my css

thank you. but I do not understand (Part 1 and 2).
========================
Code: Select all
Part 1: , can join?
a:link {text-decoration:none;} 
a:link {font-size:18pt; font-weight:normal; color:#000000;} 
|
v
a:link {font-size:18pt; font-weight:normal; color:#000000; text-decoration:none;}
=======================
Code: Select all
Part 2: , what different ?
p {font: 18px; arial; color:#000000;}
p {font-size:18px; color:#000000; font-family:Verdana; font-weight:normal; font-style:bold;} 
 
...and if join, is this style?:
p {font: 18px; arial; font-size:18px; color:#000000; font-family:Verdana; font-weight:normal; font-style:bold;}
=======================
thank you!

Last edited by vsis; Jan 9th, 2007 at 13:49.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Jan 8th, 2007, 19:08
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 use my css

Speak in English, not quotes. We don't understand what you're asking, then.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Jan 9th, 2007, 08:18
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 use my css

beg pardon vsis?
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Jan 9th, 2007, 13:51
New Member
Join Date: Jan 2007
Location: mycity
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 use my css

Was Update #5:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Jan 9th, 2007, 22:51
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 use my css

So everything is working now?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #13  
Old Jan 10th, 2007, 13:58
New Member
Join Date: Jan 2007
Location: mycity
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 use my css

yes. fix. thank you. but i do not understand what diff?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #14  
Old Jan 11th, 2007, 01:27
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IE6 use my css

What don't you understand? The use of semicolons?
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

Tags
css, ie6

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


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