|
menu issues again! Hello firends, You have been so kind as to guide this newby CSS "designer" and to convince me not to use a javascript horizontal menu. So I have created a CSS menu and it looks pretty and works in all of the browsers I check...opera, firefox, ie7, safari. But! Not so lucky of course with IE 6. Would any... 8 Apr 2008 02:17
overflow showing both scrollbars when I only want the veritcal Hi All I'm really stumped with this one. I'm using the overflow command so that a designated area of my web page will show a lot of vertical content rather than my entire page being vertically long. It all works fine apart from the fact that the horizontal scrollbar shows even though the content doesn't ... 13 Apr 2008 14:19
is it possible to float a div to the bottom of its parent div? Is it possible to float a div to the bottom of its parent div? I tried the following: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/ TR/html4/strict.dtd"> <html> <head> </head> <body> <div style="width:200px; height:300px; border:thin solid black"> <p>Here is some text.<p> <p style="... 8 Apr 2008 02:17
border-collapse in firefox The code below is served at www.sportspro.com/border-collapse.html. The top and left borders aren't displayed in Firefox 2, but are in IE 7. Is this a bug in Firefox? IE? Both behaviors permissible? The missing borders return if border-collapse is set to "separate." Is there a relatively clean, generic w... 5 Apr 2008 18:16
Rounded corners with css Hey all, I did some searching and I can't find anything wrong with this code, so apologies for bringing it up again (I'm sure it's been covered before!) Trying to get a banner with rounded corners using a simple method of corner images found here: http://kalsey.com/2003/07/rounded_corners_in_css/ I create... 5 Apr 2008 10:24
How to wrap text in <p> tag if the text has no spaces and isvery long On 03/29/08 03:45 pm, removeps-groups(a)yahoo.com wrote: How to wrap text in <p> tag if the text has no spaces and is very long? Here is an example: <p>VeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLongVeryVeryLon... 6 Apr 2008 02:41
Newbie layout/positioning problem I'm trying to get my head around positioning so I can at last move away from a table based layout. I am having a few positioning problems. This is my test page here: http://www.jonboyes.co.uk/test/jontestpage.html I am experimenting with a few ideas from this page; http://www.dacvs.org.uk/ As you can see... 4 Apr 2008 03:02
Float and Shrinkwrap A floated element basically is stacked on top of the subsequent shrinkwrapping element. If the shrinkwrap is given position:relative then this stacking order is reversed. Why is this reversal in stacking order? -- Gus ... 10 Apr 2008 19:20
fixed height. I am new to CSS and I want to have a fixed width web page that covers the entire area on the browser window. Something like http://maps.google.com I want the height to be equal to browser window... not 100% How can I accomplish that? Thanks in advance for all the help. - Mayank ... 3 Apr 2008 07:25
Png fix not working Hello. Please take a look at http://www.ima.gr/ I tried to use a png fix like the one here:http://campbellsdigitalsoup.co.uk/about/png-fix/ but it doesn't work. I also tried img{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(...);} in CSS but still did't work. Any help? Thanks ... 1 Apr 2008 11:46 |