Hi --
I'm a new graphic designer working on an established site. There is only one CSS file for the site and it's the largest file that loads for each page (76 KB, with at least 50 IDs and over 300 classes). Could a file like that affect performance? Would it be worth it to break it up into...
cLFlaVA -- How did what happen? The css file getting so big? From what I understand, it was created by someone who is no longer working here, and has just been added to over the years. Mostly by people that haven't really been concerned with the true potential of css.
Greg -- I asked one of...
Thanks cLFlaVA --
Yeah, I've been looking at this monster for 6 months now and dreading the idea of reorganizing it.
Does anyone know of any sites with load time comparisons or hard data about how CSS files affect speed? I'm going to need something to point to if my boss is going to let me...
With a little experimenting I think it looks like the body tag adds 10px to the left and 15px to the top, at least in IE6.
I'm trying to prove to the developers that I can duplicate their table layouts with CSS, only cleaner. That's why I have to match my layout with theirs exactly.
Thanks...
Hi
I'm new to HTML & CSS and trying to rebuild an existing table-based layout with absolute positioning. Does the table tag add margins between itself and the browser window? It seems like it does -- around 15 pixels or so?
<html>
<body>
<!--original table structure-->
<table border='0'...
Hi --
I'm trying to run text from the bottom of a cell to the top with writing-mode:
.vertical
{
writing-mode: tb-rl;
filter: flipv fliph;
}
it works fine onscreen but then when I print it the cell's contents flip 180 degrees. Any ideas on how to keep this from happening? The client's...
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.