Re: [css-d] Website won't scroll down
Hi. On Saturday 14 Jan 2012 at 00:31 bho...@aol.com wrote: > Hey thanks, but you have the wrong stylesheet. It's stylesheet2.css. Javascript in the page is adding the following styling to the head element: html {height:100%; background-color: #ff;}body {margin:0; padding:0; overflow:hidden; height:100%;}#flashContent {visibility:hidden} Micky is right; it is the overflow:hidden rule that is breaking the scrolling. Cheers, Mark __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Re: [css-d] can style sheets be too long?
Hi. On Thursday 25 Aug 2011 at 21:47 Greg Wilker wrote: > I've been thinking that developing with IE6 in mind is in the past - my > experience and data shows that people using IE/Windows have left IE6. [snip] > Are people seeing data contraire to this? One of the main sites I maintain is still seeing around 25% IE6, mainly from China. I hate it, but I can't drop it. Note however, that this is a in a very niche market, and the plural of anecdote is not data :) Cheers, Mark __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Re: [css-d] Web typography with CSS3
Hi. On Friday 31 Dec 2010 at 16:47 Gabriele Romanato wrote: > CSS3 can actually turn a bunch of text into a masterpiece or work of > art: Thanks for the link, but how about including a live demo to click on instead of just a PNG? I suspect a lot of readers in here have multiple browsers installed and would be interested in seeing the results "live" as it were, rather than having to copy and paste your code into an example file to see what happens. Cheers, Mark __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Re: [css-d] stand-down
Hi David. On Wednesday 22 July 2009 23:03:57 David Laakso wrote: > Reload and take no prisoners. I have a comment or two, mostly regarding your navigation design, which is only tangentially about CSS. I hope it is not inappropriate. On the page there are 3 main navigation elements; the menu on the left, the number group, and the image itself. There are also links in the text below the image. Links in all 4 of these groups look and behave differently, including different hover states. This makes for a confusing navigation scheme as the user has to constantly guess about what might be a link, since the design offers them no guarantee that having found one link they'll be able to identify others. Changing the design to provide a consistent interface on all your links will remove that discomfort for the user. I'm not suggesting that they need be identical but a single consistent attribute across all links, be it colour, typeface or whatever, can go a long way in helping your visitors find their way on your site. The number navigation links seem to me to be either too prominent, or not prominent enough. Their hover state is barely different which makes them the hardest links of all to identify, and there are no clues nearby as to the fact that they can be used to navigate. Perhaps you intend to do this in the text above, in which case ignore me :) I'm sorry to go on but I'm not much good at explaining myself in few words. I have just one more comment. The phrase "view the site live" I also found confusing. It wasn't clear to me what "the site" meant in this context. Perhaps a change of wording to something more explicit like "explore the full website built from this design". I hope this doesn't come off as harsh, I just strongly believe in the power of a good navigation design to enhance any website. Cheers, Mark __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Re: [css-d] Having an Anchor span block level elements
On Monday 02 July 2007 04:09, Robert James wrote: > In general, is there a way to make a block element act as linked? As far as I know (I'm by no means an expert however) there is no way to do this without javascript. Mark __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Re: [css-d] Having an Anchor span block level elements
On Monday 02 July 2007 01:34, Robert James wrote: > On 7/1/07, Mark Kelly <[EMAIL PROTECTED]> wrote: > > On Sunday 01 July 2007 21:50, Robert James wrote: > > > I'd like to have an entire DIV, including H2's, be a hyperlink (A). > > > (Why? Imagine a web app with various panels with can be clicked on). > > Have you considered the form element rather than using a div? > Interesting approach... is it possible to do this without a form - with > a simple href? You aren't exactly asking about a "simple" href though, are you? It certainly can't be done the way I suggested without the form, as is a form element. If you look at the brief example I posted, you can see that the destination for the link is defined in the action of the element, so you can hardly miss it out and expect to get a working link. Mark __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Re: [css-d] Having an Anchor span block level elements
Hi. On Sunday 01 July 2007 21:50, Robert James wrote: > I'd like to have an entire DIV, including H2's, be a hyperlink (A). > (Why? Imagine a web app with various panels with can be clicked on). > > Now, this is illegal in HTML. I'm also getting weird behavior where the > click seems to be ignored sometimes. > > What is the proper way to achieve this > - that is, making a hyperlink cover block elements? Have you considered the form element rather than using a div? It can be styled all manner of ways, and is actually intended for the kind of stuff I think you are trying to do. Obviously, I may be misunderstanding your needs, but have a look at it anyway. Send an Invitation Send a invitation to This is legal html, and you can style "invitationbutton" as display:block, set hover, background, border etc. however you wish. It will all work as one big link. Hope this helps Mark __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/