http://www.meonmysofa.com/vers3
If I’d like to see the website without my own css, there are other rules from html.css that make a mess of the structure.
Ciao Alessandro. Come stai?
As far as I can see there are two style being called in the header. The usual style.css file and one to import fonts.
I’m not sure what you mean by html.css
What ‘mess’ is it making? Can you tell me the part of the website that is wrong?
I can see one problem your container div is set to 100% which puts it under the sidebar.
Try changing it to
#container {
float: left;
margin: 0 0 0 0;
width: 720px;
}
and then tweak it from there.
In bocca al lupo!
Ehi lockettpots, are you italian or you can speak italian? 😀
Anyway normally the website has no problem. But if I want to see it without CSS, it automatically takes a css called html.css and there is a line like this: h4{ display:block; }
I’d like to not have this line or change this css.
How can I do?
How are you trying to see it without CSS?
I am using Firefox and when I disable all styles I can see the site without any css rules.
Si! Sono inglese ma parlo un po’ d’italiano. Vado spesso in Italia.
I disable all styles with firefox as well, but it takes this html.css from resource://gre/res/html.css! 🙁