Table/iFrame with image as border « le 7 Février 2012 à 20:06 » How can I achieve this with CSS?I tried with background-image with no luck so far.. :(
Re: Table/iFrame with image as border « Réponse #1, le 7 Février 2012 à 20:56 » Is this what you are looking for?
Re: Table/iFrame with image as border « Réponse #2, le 7 Février 2012 à 21:08 » It works only with Safari (I tried with Chrome and Firefox latest versions with no luck)..
Re: Table/iFrame with image as border « Réponse #3, le 7 Février 2012 à 21:10 » Best use pseudo selectors like :before and :after for that. Only ie6 doesn't support them. :)
Re: Table/iFrame with image as border « Réponse #4, le 8 Février 2012 à 01:30 »Modifié le 8 Février 2012 à 02:05 par Norodo Citation de MultiformeIngegno le 7 Février 2012 à 21:08It works only with Safari (I tried with Chrome and Firefox latest versions with no luck)..Did you remember the prefixes?http://caniuse.com/#feat=border-imageAlso appears you can only use shorthand.Disregard. I dun goofd.
Re: Table/iFrame with image as border « Réponse #5, le 8 Février 2012 à 07:38 » Really, :after and :before are best. I'm on my PC now so I can post the link:http://nicolasgallagher.com/css-background-image-hacks/
Re: Table/iFrame with image as border « Réponse #6, le 13 Février 2012 à 14:43 » Thanks Nao, I managed to achive exactly the table shown at the first post! ;)Those tags are quiet easy to use. :cool:The only problem I have is that if I use overflow-y:scroll (I want a vertical scrollbar) the image disappears (because it's "inside").. :(
Re: Table/iFrame with image as border « Réponse #7, le 13 Février 2012 à 15:07 » Did you try auto instead of scroll?