|
Posted by Jukka K. Korpela on August 16, 2005, 11:35 am
Please log in for more thread options
Without summarizing or quoting what he or she is responding to,
kevinm3574 wrote:
> As to the browser, it's firefox and the reason there's no url is that
> it's not on a publicly available address yet.
Then spend a little of your time to set up a publishable demonstration
that shows the problem you have, instead of wasting everyone's time.
> I've run my css thru a
> validator and fixed the color issues and the like with no luck as of
> yet getting this to work.
I bet you didn't validate your HTML markup.
> It's just strange that the "frame" displays
> the text and link perfectly when I reference it thru #body but that
> only the text and colors of the "frame" displays when I use #abc123 as
> my reference point.
How strange indeed. We have no way of seeing what you are doing and what
mistakes you have made. However, it seems that you are doing the wrong
thing anyway: trying to simulate frames using div soup HTML and
pixel-picking CSS. Frames are evil and should be terminated, not
simulated - often simulated frames have _more_ problems than "real" frames.
|