Jump to content

laszlomajor

Members
  • Posts

    3
  • Joined

  • Last visited

laszlomajor's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Dear shiftJIS San,Thank you for your reply.When I tried today again the margin and the paragraph color worked. I do not know why. However, the green horizontal line works only in IE6. I have installed Firefox 2. Still grey only horizontal line. The semi-colons did not change the behavior.For your reference here are all the files in the folder:test.gifindex.htmltest.cssThe content of the css file is only:hr {width: 90%; color: #00ff00}p {margin-left: 100px; color: red}The content of the index.html is:<?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <title>test</title> <meta name="generator" content="amaya 9.52, see http://www.w3.org/Amaya/" /><link rel="stylesheet" type="text/css" href="test.css" /><style type="text/css">body {background-image: url('test.gif');background-repeat: no-repeat;background-attachment: fixed}</style></head><body><p>TEST</p><hr><p>FIX</p><p>FIX</p><p>FIX</p><p>FIX</p><p>FIX</p><p>FIX</p><p>FIX</p><p>FIX</p><p>FIX</p><p>FIX</p><p>FIX</p><p>FIX</p><p>FIX</p><p>FIX</p><p>FIX</p><p>FIX</p><p>FIX</p><p>FIX</p><p>FIX</p><p>FIX</p></body></html>Even if I remove the fix background it is not working.I hope you or other forum member can find why it does not display properly the color of the horizontal line in Firefox and Netscape. Other colors also do not work.Domo arigatou
  2. I am new in css and I was trying to make something very simple. It did not work in Firefox 1.5 and Netscape 8.1 but worked in IE 6. I was using Amay 9.52 (found on w3 homepage) to write code. My css file is as simple as this:hr {width: 90%; color: #00ff00}p {margin-left: 100px; color: red}Only hr width was displaid correctly in Firefox and Netscape but IE displaid all correctly. Former ones did not display neigther color nor margin.I even tried to ommit all spaces:hr {width:90%; color:#00ff00}p {margin-left:100px; color:red}Still does not work.Can anyone help on this issue? Thank you
×
×
  • Create New...