Was about to post asking if it was a ruleset problem, but a quick check for curiosity (need to do those more...) on my Firefox/Gentoo system shows it's just an IE bug (or non-compliance - same thing). Firefox works like expected, but I'd like to make IE work right.
I made a few example pages...
No, nothing.
Yet another oddity: at work, I pulled up iv.gotdns.org and the pages displayed just fine, with CSS and images intact. Hoping it was all just a fluke, I checked www.iv.gotdns.org and 0x.ath.cx (I have a couple dyndns forwarding domains). Both pulled up the screwed-up page with no...
I've been using Apache 2.x now for several months, and all of a sudden this morning (or maybe last night) it's not serving any files except .php, as near as I can tell (though phpBB displays a couple images at random). Therefore, internal image links don't work, my CSS is dead, and my personal...
A quick search didn't yeild anything, and I don't think this one is merely a wrong DOCTYPE...
IE is being spotty on image borders. My CSS file contains:
img
{
border-width: 1px;
border-color: #000000;
}
img.noBorder { border-width: 0px; }
One page displays all images as I want them...
Er... yeah, that would about do it. I just now noticed that the XHTML doctype page on w3schools has *both* HTML 4.0 and XHTML 1.0. I was copying from the wrong one.
Always the stupid little things, I tell ya... Anyway, thanks for the help. I'll doublecheck it in the office tomorrow.
First, thanks to everyone who helped with suggestions in my other thread. I did some cleaning up and rearranging, but there's a rather odd problem now with validation.
Here's the validation link with source code.
Everything on each page checks out just fine except in my <head> tag. It acts...
Quick question while I'm working on your suggestions...
Is there a good tag for just changing font style?
I've always disliked the <H#> tags due to the automatic double break after them, and it'd also be nice to change style mid-paragraph (like the deprecated <b> and <i>, but for strict...
All the computers I use (about 6 between 2 houses) have IE 6.X, so it might just be a M$ bug. I tried Mozilla once, but I've just been so used to IE for so long... I'll get Firefox up and running once I finally set up my Linux box (should be soon).
Yeah, my DOCTYPE is declared, as well as...
I set font-size for div, p, and table; and as said, it fixed my problem. I'll have to remember to always set base for each tag in the future.
But I'm still baffled at how it responded to my initial css, inheriting for a few tags, then dropping the inheritance (but keeping font-family and color...
Ok, so I guess my assumption that everything inherits values from an enclosing tag is wrong. That might explain a couple other apparent oddities...
Though I still don't follow below (further stripped down from above, with just the pertinent styles)
<div style="font-size: 120%">
text 133%...
Hey, I'm tweaking around with my business's site and seem to be having trouble with the font-size. I set body { font-size: 11pt } in a .css, but after the first 3 blocks of text everything goes back to a base 12pt - even if I change body's size to, say, 6pt. I can still % size, but it's from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.