| Thread | Last Post | Replies |
|
| Strange(?) behavior with styled links | 01 Apr 2008 00:51 GMT | 17 |
I have a menu with selections: <a class="nav4w" href="foo.html">buttontext </a> Styled in an external style sheet as: .nav4w {
|
| Img - bottom margin mystery | 31 Mar 2008 13:06 GMT | 8 |
Don't know whether anyone might be willing to take a look at a little CSS problem that's stumping me. There's a page fragment at: http://www.weatherstations.co.uk/default_test.htm and the item giving the problem is the clouds image (which has
|
| 3 cols with same length without to break others characteristics | 31 Mar 2008 03:42 GMT | 33 |
I'm trying to build a fluid design site, as a lot do, and encounter a problem. Here are the characteristics the site has to respect : 1) No border nor scroll if site is in an iframe or <object> 2) 3 col. layout with the middle one which adjust itself automatically
|
| Show List on Image Hover | 30 Mar 2008 20:04 GMT | 3 |
Is it possible to show / hide an unordered list on mouse hover / mouse out of an image using only CSS? Thanks, Miguel
|
| Pure space directly inside div ignored, but pure space directly inside span honored | 29 Mar 2008 10:53 GMT | 1 |
i found that there is a rule regarding "pure space" directly inside a block element or directly inside an inline element. For the following example, in compliance strict mode: <body>
|
| Is it possible to vertical align in a div? | 28 Mar 2008 22:26 GMT | 33 |
See my mock-up at http://tinyurl.com/35tv29. The three icons are supposed to be vertically aligned on their bottoms (using "vertical- align: bottom"), but they aren't, they're vertically aligned on their tops. Is there any way to align them vertically on their bottoms (or
|
| Image disappears in z-index div on IE | 28 Mar 2008 19:30 GMT | 2 |
I have tabbed divs using z-index CSS and Javascript. I got the code, tab_webfx.css and tabpane.js, from an online example. It works fine using Firefox and Safari but on IE the images I have in the divs disappear. They initially are shown but when IE finishes loading they
|
| Table / stylesheet problems | 28 Mar 2008 09:14 GMT | 1 |
http://www.castworks.com.au/template_castworks.html Having some problems with this site -- it validates ok but as you will see the tables are displaying way off. In Firefox -- the second td with the text is displaying underneath the
|
| IE7 Display:BLock and line breaks | 27 Mar 2008 23:14 GMT | 1 |
Hello, if you look at this page: http://playground.emanuelblagonic.com/creating-nested-drop-down-menus/ Showing a menu and sub-menu web page in Firefox or Opera, the submenues are shown vertically. This presumably because of the
|
| Problems with 3 column fluid layout - 3rd column wraps | 26 Mar 2008 21:52 GMT | 6 |
I want a page with a centered div containing two rows. Top row has an image and some text. The bottom row needs to have three columns. I'd love to have the 1st column set to a fixed width then have the 2nd and 3rd columns fill the remaining space but I've given up on that and am
|
| error in IE7 when zooming into CSS div percentage | 26 Mar 2008 19:14 GMT | 2 |
Hello, I got a page with a div element with the following style: div.content{ position: relative; top:8.5%; left: 40%; height:91.5%; width:59%;
|
| Layout with 3 colums (2 sidebars + content): how to? | 26 Mar 2008 17:23 GMT | 5 |
I'm currently trying to make my very first stylesheet (aspirin needed) and I'm, of course, facing some problems. I"ve found many sites offering layout tutorial for 3 colums websites, very interesting ones. Problem is: the 3 colums are side by side
|
| Discontinuous Rounded Cornered Div > about 30cm in both IE and firefox | 26 Mar 2008 00:59 GMT | 4 |
Using css to create a rounded cornered box I have the same problem in both IE and Firefox and am stumped... The rounded cornered box using 5 images behaves perfectly upon any resize except when the width of the browser window is greater than
|
| Standard Module Format | 25 Mar 2008 04:01 GMT | 7 |
It's a nice thing when you can have a single layout that can be used differently by adding styles. Sometimes that means adding containers (divs) that can be used or not. <div class="some_container">
|
| IE 7 Margin Problem | 25 Mar 2008 03:44 GMT | 4 |
In IE 7, is there a bottom margin showing in <http://netweaver.com.au/alt/IEBottomMarginProblem/ie7_margin_prob lem.html> please in this test case.
|