shireyu_chan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Viewing the site in FirefoxThank youn again. It’s working fine on FF. But really, I’m wondering. Why don’t the borders show up on IE6? Is there a problem with my css file or maybe because IE has a problem? It’s because I used the shortcut versions of the css properties, like instead of stating border-color, border-width, etc. I just let go with simply using the shorthand border: #000000 2px .
Am I correct?Forum: Fixing WordPress
In reply to: Viewing the site in FirefoxAwful…really awful. If you view the site in Firefox the css file doesn’t seem to work! It worked earlier prior to my editing of the css file adding
.menu2 {
border-left: 2px solid #000000;
border-right: 2px solid #000000;
}
so that it would apply a css style to the menu table I just created (I subdivided the whole index.php layout with tables without taking out the divs)…
I can’t really explain it in full detail because I just can’t explain it without you people seeing for yourselves 😥Forum: Themes and Templates
In reply to: <div id=”menu”> How to…I deleted the footer because I wanted to… hehehe… and I also read the article in the website ALA. I think I have to try it. I have to get back to you if I have other more problems with this. Thanks 🙂