Joomla text wrap around intro image - image

I am try to get text to wrap around my intro image, I select float image left but it doesn't float left. Does anyone know of this issue and how to fix it?
This is the site: http://www.benidormallyearround.com/

I think the problem is generated by the block roksocialbuttons, inserting several Div not possible to apply the CSS rule on the image.
Place the image after the social buttons.

you are asking about this attached image alignment issue right? I little confused..

Related

Crop image overflow to edge of browser window

I'm currently developing a responsive website and have a certain image within a set amount of 'columns' (div size) for the site. This image is bigger than the size of div itself so flows over the edges (using html and not CSS Background-Image). When I use the CSS background-image method the image gets cut off to fit the div and overflow:visible doesn't fix it (from what I've read you can't have a background-image overflow it's own div).
So I want this image to overflow it's div but also have the image be cropped to the edge of the browser window, otherwise I have a big empty white bar down the side of the website when you resize the browser window for smaller screen devices, like so:
http://i.imgur.com/74NEmDF.jpg
Are there any known methods of solving this or does Javascript need to be used to fix it (I know little JavaScript so I couldn't figure it out myself). Thanks in advance.
edit: Still no luck, been searching everywhere. Would love any help, thanks guys.
edit 2: Figured it out! Was a very simple fix of adding overflow:hidden to my hero unit (big containing div). I feel so stupid it took me so long to figure out such a simple fix.

Add thumbnails to product description area of Magento that show in Main image box when clicked

I would like to add thumbnails to my product description area in Magento that when clicked show as a large size in the main image box. The same as what is happening on this page with the different colour options: http://www.weddingstar.com.au/product/love-bird-damask-nut-free-gourmet-milk-chocolate-bar
Any ideas on how to do this would be appreciated. Thanks!
you could take the elements of media.phtml and put it in the description.phtml file. There is a better way to do it but thats a quick and relatively easy way to get it done and polish later. hopefully thats a nudge in the right direction.

Grow Images on Hover like Google Images

Hey everyone, I am trying to accomplish something with images growing on hover like the fancy grow mouseover effect on google images.
Here is what I have:
http://www.1stbusinessneeds.com/tooltip/tooltip.html
The tooltip is offset and is based on the walter zorn tooltip. What's the best way to have the mouseover popup grow out just like google images (with the text), instead of following the mouse?
(I still need it done with the same tooltip - maybe overwrite it, but it must be present to pass the text and image, it's just the positioning and display method of it that I need help creating, any samples would be appreciated)
You might want to look at JQuery.
this might be a good start http://jsfiddle.net/ZwhEu/

joomla curve image problem

I am using joomla 1.5 for one of my cms projects. In the top-left corner there is a box with a curve image. But it shows a rectangle box. When I view the source using firebug its shows the curve image so please help me whats problem besides it.
my site url is
http://sunflowerhospital.in/
thanks in advance
Praveen Kalal
Wow, you should seriously consider recoding all of those tables in to some clean DIVs. You've got like 5 nested tables right around the news box that makes it near impossible to tell what is going on.
Anyhow, I digress. The problem is that the image is 184px wide while your box is only 170px wide. The curves are there, but they are outside the bounds of the table.

asp Image button dotted border

How can I remove the dotted border around an asp: Image button. The dotted border shows when I click on the image button. Thanks
That's the focusing border added by the browser. For usability purposes, it's usually a bad idea to remove it unless you are doing something specific. It's very difficult to select controls using the keyboard without it.
If for some reason you REALLY need to remove it, I believe the other answers here may provide you with a solution. But as someone often concerned with usability, I would advise you to reconsider.
It looks like you are talking about the focusing border added by the browser. There's a trick to do this with Javascript. Add the following to your image tag:
onfocus="this.blur();"
Adding the following attribute/value to the imagebutton should produce the result you are looking for.
OnClientClick="this.blur();"
Try this CSS:
input:focus{outline:none;}
sound.
onfocus="this.blur();" does the trick.

Resources