invalid property value for css h1 tag background -


Hi there is invalid asset price for CSS h1 tags here i H1 tag.

  header # header .logo {font: 0/0 a; Lesson: None; Color: Transparent; Background: URL ('../../ Style Library / Image / Logo Page') No-Encore Transparent; Max-width: 100%; Width: 100%; Height: 62px; Margin top: -16px; } & Lt; A href = "index.html" & gt; & Lt; H1 class = "logo" & gt; Canarbeco & lt; / H1> & Lt; / A & gt;    

font: 0/0 a; is not valid. The recognizer thinks that you are trying to set the font-size font size and line-height instead of 0 , I do not know at all why (I think the CSS parsing rule lets you type the font Are not designed to set the size in 0 ).

This will be almost handy task to switch to using the long form properties instead of the short code property font .

The appropriate solution, since your image is a content image and there is no background image, changing it is your markup:

  & lt; A href = "index.html" & gt; & Lt; h1 class = "logo" & gt; & Lt; Img src = "/ style% 20 libraries / images / logos .png" alt = "canara robeco" & gt; & Lt; / H1> & Lt; / A & gt;    

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -