| Thread | Last Post | Replies |
|
| What is Opera doing differently here? | 31 May 2004 15:27 GMT | 14 |
http://www.iboi.nl/dev/ Tested with: Safari 1.2.2 (Mac) Firefox 0.8 (Mac)
|
| Table Layout and What's Wrong With it | 30 May 2004 21:47 GMT | 47 |
Patrick Griffiths weighs in on the CSS vs table layout debate in his blog entry "Tables my a.s" - http://www.htmldog.com/ptg/archives/000049.php . A quite good article.
|
| Any thoughts on the differences between <span> & <div> layers? | 30 May 2004 04:07 GMT | 18 |
Thanks in advance... =~= Timothy Casey South Australia
|
| Rendering long lists | 29 May 2004 19:11 GMT | 6 |
Say I have a really long list (more than 100 items, say). Because of the enormous vertical space it takes up, I decide to present them in a a way that I put five list items in a line (ie. the sixth item appears under the first, seventh under the second, and so on). However, I
|
| Disappearing labels in Netscape | 29 May 2004 07:57 GMT | 1 |
I've created a form and positioned the labels using CSS instead of a table for the first time. It looks good in IE 6, Opera 7, and Mozilla 1.6 (just downloaded; all Windows), but in Netscape 6 my labels disappear. The page is located at
|
| CSS Menu probs with IE | 28 May 2004 21:04 GMT | 3 |
I have a menu, part of which I've recreated here: http://www.btinternet.com/~kingsway5/test.html It works perfectly well in Firefox 0.8 and Netscape, and initially displays fine in IE, but when you go over the links with the mouse, IE aligns the
|
| hover+class+IE | 28 May 2004 17:32 GMT | 3 |
I see that this code: .name:hover { border:1px solid black;
|
| Can CSS specify generic content? | 28 May 2004 14:20 GMT | 8 |
Is there any way to code an external style sheet to ensure that all pages opening with a reference to that style sheet include generic content such as headers, logos, taglines, universal navigation links, etc...? While limiting the unique content of the page making the external ...
|
| CSS Help>/ this sounds simple but is it?...... where's Eric M | 28 May 2004 10:01 GMT | 1 |
Iam trying to get the green footer div to sit on the bottom of all three divs so as the divs vary in height it sits off the bottom of the lowest one I cannot use absolutes because the three colum are dynamically driven
|
| Suckerfish drop-downs over iframe in FireFox | 28 May 2004 09:51 GMT | 1 |
I was amazed at the suckerfish drop-downs from AListApart.com. They work great except for one thing, if I position the drop-downs over an iframe element, on mouseover the menus disappear. It works fine in IE, but not FireFox. I would like to implement these menus, but if I can't
|
| IE6 is doing something very funny | 27 May 2004 15:58 GMT | 3 |
The page I am having problems with is: http://www.bangor.ac.uk/~absc04/test2.htm It has an unordered list which reads Link One, Link Two, Link Three and so forth. If you view this page with IE6 you will see that it has
|
| Moving from CSS in html to a file.css | 27 May 2004 15:47 GMT | 3 |
I'm kind of new to CSS, and I have a few lines of CSS code in my page that I want moved to a .css file instead of using Style tabs in page. Below is what I have that works: <html>
|
| list-style-image margin problem | 27 May 2004 15:18 GMT | 6 |
I find that when I use list-style-image with galeon or mozilla, padding is inserted between the symbol image and the following list text, while under IE 5.0 it seems to be inserted before the image instead of after it.
|
| is this a good practice ? | 26 May 2004 23:00 GMT | 13 |
CAN YOU suggest an alternative ? .heading, heading-R, heading-K, heading-G, heading-W { font-family: arial,helvetica, ms sans serif, sans-serif; font-size: 10pt;
|
| span with zero-width | 26 May 2004 17:40 GMT | 1 |
I'm trying to put Accords above my Lyrics. Unfortunately, it's all fine in Opera but won't work in IE... any suggestions? (thanx for help)
|