Re: [css-d] Odd behaviour of block elements

2012-07-04 Thread Ville Viklund
Hi Behaviour is expected. Floated and absolutely positioned elements lose their 100% width by default. See http://jsfiddle.net/6De85/6/ for example. You should specify the width for selected elements rather than using general width for positioned elements. Ville 2012/7/4 muhle...@gmail.com >

Re: [css-d] question on body background image in IE

2011-12-09 Thread Ville Viklund
*:focus is overriding your body tags background styles. I too would like to know why this is happening. Ville 2011/12/9 Debbie Campbell > In this site: > > http://redkitecreative.com/**projects/brayden/ > > In IE, the background image for that stre

Re: [css-d] Navagation list issue

2011-07-23 Thread Ville Viklund
Your :hover image is too short. It is only 100px and some of the navigation links are much longer. You should also change the :hover from li to a if you want to support older versions of IE. Ville. 2011/7/23 Christopher Wicklander > > http://www.intuidiv.com/raw/index.html > > I was wondering i

Re: [css-d] blue nav

2011-05-31 Thread Ville Viklund
Removing margin-bottom from header fixes creeping in Chrome 13 and IE 8. Ville 2011/5/31 Greg Wilker > Can some one help me discover why the blue left nav is creeping up into the > header? > > It is fine with IE 9 & FF 4 - but earlier versions it is "creeping". > > http://herbthomas.com > > > T

Re: [css-d] Space around images

2011-01-23 Thread Ville Viklund
Hi! Try adding: overflow: hidden; to #dog-pix float: left; to #dog-pix img That should achieve to desired effect if I understand you correctly. Ville On 23.1.2011 22:31, Cheryl Smith wrote: I am trying to remove the space around the images in a website I'm putting together. When I add displ

Re: [css-d] CSS Sprite Generator

2011-01-07 Thread Ville Viklund
Another alternative: How to generate CSS positions in Photoshop for CSS Sprites http://bit.ly/gCPRTI (from Smashing Magazine) On 7.1.2011 18:44, Giles, Sarah wrote: The Reason I didn't just google it. (actually I did google it before I decided to ask the list) I was hoping one of you might ha

[css-d] Clickable image link with hover(image) and text

2010-11-15 Thread Ville Viklund
Hi! Is there a way (with CSS) to have a clickable link when a div is displayed on top of it? My goal is to display information (text) of the image on hover state. And on click, have the image display larger on lightbox. Example can be found here: http://turbolihis.kapsi.fi/test/ HTML: Im

[css-d] Using efficient selectors?

2010-08-28 Thread Ville Viklund
Hi! I have a question about efficient selectors. I tried Page Speed extension for Firebug which analyzed use of efficient CSS selectors among lots of other things. Page Speed considered longer(#header ul li a) selectors inefficient and recommended to fix them. Is there a good reason to use

Re: [css-d] Why the gap?

2010-07-31 Thread Ville Viklund
On 31.7.2010 23:04, Brian M. Curran wrote: > Hello, > > I'd like to add a breadcrumb trail sub header on all of my pages, like it is > done here: > > > > http://usa.autodesk.com/adsk/servlet/pc/index?siteID=123112 > > &id=1

Re: [css-d] Problem floating an image to right

2010-07-28 Thread Ville Viklund
On 28.7.2010 21:59, Chris wrote: > I'm having a problem floating an image to the right of content. > It works when I load it onto a dreamweaver template. > But when I insert it into my page, it appears to be correct in > dreamweaver, but when I preview or load it up to the server, it's > position

Re: [css-d] Sliding doors menu problem

2010-07-26 Thread Ville Viklund
On 26.7.2010 2:07, Alex Mitchell wrote: > On Sat, Jul 24, 2010 at 9:03 AM, Ville Viklund > mailto:ville.vikl...@gmail.com>> wrote: > > Hi, > > I am having a problem with sliding doors menu; right side image is > going > over the left side image.

[css-d] Sliding doors menu problem

2010-07-24 Thread Ville Viklund
Hi, I am having a problem with sliding doors menu; right side image is going over the left side image. I have tried various tutorials, but without any luck. The problem occurs in all browsers. Example can be seen here http://turbolihis.kapsi.fi/projects/green/ home about us services portfo