09-27-2003, 12:40 PM | #1 (permalink) |
Insane
|
HTML help
Dammit. Of all the things to need help with...
here's what I got. You can see it in action at http://iris.komta.com The menus on the left are contained in a cell of a table. All three are also tables, width="95%". Why in the bloody hell is the third one different??? I cut and pasted the code. I don't understand why it's different, and it's pissing me off. Anyone got an idea? MPEDrummer BTW, the site's not really live yet, so don't be too hard on the design
__________________
My sig can beat up your honor student. |
09-28-2003, 08:07 AM | #3 (permalink) |
Crazy
Location: Fayetteville, AR
|
I copied the code and saved it to my desktop. When I changed the widths to 95%, the top one was shorter than the bottom 2 in mozilla, and they were all jacked up in IE. I removed the span lines, and it worked all around. Not sure if you really need span or not, I never have used it in any of my pages.
Good luck. |
09-30-2003, 06:18 AM | #5 (permalink) |
Insane
Location: Rio Grande Valley, Texas
|
Span and its cousin, who's name I can't remember off the top of my head, are used for enclosing lines that will be styled with CSS, they have no effect on the structure of the page.
Strictly speaking, you shouldn't be using tables for menu bars and the like, it should be CSS. http://www.s3schools.com
__________________
"I can't understand why people are frightened of new ideas. I'm frightened of the old ones." -- John Cage (1912 - 1992) |
09-30-2003, 08:05 AM | #6 (permalink) |
Insane
|
OK, the link is www.w3schools.com .
The cousin is div. I had been using CSS only, but I couldn't figure out how, exactly, to make the menu on the right side work. It would always move whenever someone resized the page. The way I'm doing it with the combination of tables and CSS (which I still use for formatting) the menu stay exactly where I put the damn thing, every time. I can't use absolute positioning for the menus, because they aren't always the same size. MPEDrummer
__________________
My sig can beat up your honor student. |
Tags |
html |
|
|