| Thread | Last Post | Replies |
|
| IE vs. mozilla and absolute vertical positioning of boxes | 30 Jun 2004 21:29 GMT | 7 |
Please see http://home.houston.rr.com/gmiller15/css/vertprob.html . In mozilla 1.6/1.7 it looks the way I want it, with a thin separation between the two boxes. In IE6, the two boxes touch, which is not what I want. Is there a way to get IE6 to do it the mozilla way?
|
| Image width and height in CSS? | 30 Jun 2004 15:09 GMT | 1 |
what is the equivalent CSS code of the following HTML ? ***************************************************************** <table border="0" width="100%" cellspacing=="0" cellpading="1" > <tr>
|
| margin of li-elements around left-floating image | 30 Jun 2004 14:40 GMT | 2 |
Hi Newsgroup, I am working on a website http://www.charter-yachtcharter.com/testsite/ (still in progress). There are two lists. The first is a simple paragraph (<p>-Tag), the
|
| IE doubles border-top | 30 Jun 2004 09:33 GMT | 4 |
I played around with some divs and lists (<http://www.stefan.borchert.cc/>, CSS: <http://www.stefan.borchert.cc/style/screen.css>). All seems to work fine but IE seems to double the top border of the navigation-div. Why? I've validated css and xhtml and all is ok. Any hints what I ...
|
| Can CSS handle Include Files? | 30 Jun 2004 03:23 GMT | 5 |
If you're a web designer, you have undoubtedly used cascading style sheets in order to improve your sites separation of form and content. You probably also use Server-side include files to include snippets of content-building code.
|
| Nicely Wrapped Checkboxes Labels? | 30 Jun 2004 03:17 GMT | 11 |
Two part question: 1) I'd like to do have nicely indented checkbox labels, even where wraps occur (for instance, the way <li> wrapping works). So, I'd like this (where "_" = checkbox):
|
| tables HTML vs CSS | 29 Jun 2004 22:03 GMT | 5 |
I have flipped over nearly all the table logic on my website from HTML to CSS. I am using Opera 7.5 I could not get quite the same inset effects with CSS I could with
|
| Differences in stylesheet interpretation between IE and Netscape | 29 Jun 2004 09:32 GMT | 3 |
I have the following page in IE6 - http://www.geocities.com/emmaruthuk/test/test3.htm . However, when viewed in netscape 4.74, netscape 7.1 and Mozilla 1.6, the background colour doesn't cover the whole page.
|
| Media Type / @Import url | 28 Jun 2004 19:28 GMT | 5 |
I am trying to use the import method of attaching stlyesheets but I'm getting strange results. this is the code I'm using... <head>
|
| Display problems with IE 5.x (Win) | 28 Jun 2004 15:07 GMT | 1 |
I have a strange problem with IE 5.x which does not show up on other browsers / systems. http://www.westerntrainerin.com/ It is in basic.css on line 186 (inserted Tantek Hack to make the content
|
| cursor over the AREA in IE | 28 Jun 2004 05:46 GMT | 7 |
when I load CSS script with cursor:default for whole BODY, and then put an IMG with links map, then (in IE) cursor over AREA aren't showing as "hand". are somebody familiar with the problem and could help me? got any solution? with Mozilla/Firefox all works fine (as always).
|
| help w/ pos:fixed; overflow:scroll | 28 Jun 2004 01:17 GMT | 3 |
Dear group, I wanted to make a scrollable list-menu that is fixed in place and fitted to the height of the browser window, so I tried: ol#nav{ position: fixed;
|
| Discontinuity in background | 27 Jun 2004 20:16 GMT | 1 |
I have a design of a frameless page on my practice website: http://home.ne.rr.com/thespar/designerN.htm The idea is to have a #left navigation bar which is absolutely positioned and which contains a series of vertical placed unordered lists of links. To
|
| New or known IE 6 bug? | 27 Jun 2004 18:15 GMT | 9 |
Please point your IE 6 to http://www.highscore.de/ie/ie6cssbug.html. Does anyone know why IE 6 shifts the horizontal bar to the left when it follows a paragraph that is put into a div-element which has a left-border and padding-bottom set to greater than 0?
|
| Easy change link colors on page w/out reload | 27 Jun 2004 17:21 GMT | 9 |
I have many links on a page, but for example sake, these two: <a href="bla1.html" id="link1">bla1</a> <a href="bla1.html" id="link2">bla1</a> I use a Javascript function to change the link colors:
|