Elaborated CSS questions with example
-
Hi guys,
I have design problems with my blog
https://www.revelation-of-silence.comI will post the CSS code behind after my text.
1. In the internet explorer, the page is centered, in firefox, it is on the left border. I had this bug several times now and always had to use the original CSS and copy my changes into it – it worked out fine again.
Then I started changing things very carefully – and after changing this part of code
#masthead {
letter-spacing: 0.2em;
margin: 8px 8px 0 8px;
padding: 0 10px 10px 60px;
font: normal 100% 'Lucida Grande', 'Lucida Sans Unicode',
to 0 10px 10px 40px, the bug appeared. I changed the code back, but still it does not work out.
I replicated the bug several times, and wanted to ask if you can help me out with this.2. The internet explorer does not put a margin at the bottom of the page, the fire fox does. It should be this part of code:
#farouter {
background: #000000;
width: 760px;
border: 1px solid #545454;
margin: 20px 0 20px 0;
But it does not work out properly with the IE. Any suggestions?3. Right navigation, pages, subpages (like black and white, photoshop, dsa or vampire) – I have no idea how to edit them. I want them margined left, but I do not understand how to edit them in the sourcecode.
Could be this part of code, but it is not working (does not change everything if I put it out of the code):
#nav ul ul ul.children {
font-size: 100%;
padding-left: 15px;}
Would be happy about your help. Tried to fix the problems for several days now, do not know what to do.
Thank you guys ??
Eikohere the whole code:
[Moderated – please do not post huge chunks of code. We can see the code we need if we have your url]
- The topic ‘Elaborated CSS questions with example’ is closed to new replies.