Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 1062 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

src, href and import is not working

Thread title: src, href and import is not working
Reply    
    Thread tools Search this thread Display Modes  
04-09-2013, 12:29 PM
#1
divakar_web is offline divakar_web
Status: I'm new around here
Join date: Apr 2013
Location:
Expertise:
Software:
 
Posts: 1
iTrader: 0 / 0%
 

divakar_web is on a distinguished road

  Old  src, href and import is not working

Hi Folks,

1. src - image is not loading in firefox when i used <img src>. loading in chrome and IE.

2. href - it is not working while i am trying to add css file externally.

mystyle.css

h1, h2, h3 {
color: #36C;
font-weight: normal;
letter-spacing: .4em;
margin-bottom: 1em;
text-transform: lowercase;
}

css.htm

<head>
<link type="text/css" href="C:\Divakar_Repository\html_learning\mystyle. css">
</head>
<h1>CHEcking the css style</h1>

but it is displaying the output as "CHEcking the css style" in black color.
actuallly the output should be as "checking the css style" in blue color.

3. import - it is not working.

import.htm

<head>
@import "C:\Divakar_Repository\html_learning\mystyle.c ss";
</head>
<h1> CHEking the css file </h1>

But it is returning the output as below.

@import "C:\Divakar_Repository\html_learning\mystyle.c ss";
CHEking the css file


Any help would be really appreciated.

Thank you....

Reply With Quote
04-19-2013, 12:11 PM
#2
Mortan is offline Mortan
Status: Junior Member
Join date: Apr 2013
Location:
Expertise:
Software:
 
Posts: 42
iTrader: 0 / 0%
 

Mortan is on a distinguished road

  Old

you can use a code which will make your website compatible in all the browsers.

firefox compatible code can be added above header section

Reply With Quote
Reply    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed