I c it works fine :confused:
Type: Posts; User: Spiritvn; Keyword(s):
I c it works fine :confused:
Don't know why? Hr and border is not the same
Do you read its comment?
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
Is it right post section?
Test with IE 6 / FF 2.0: not see anything that make you feel abuse
I think you should use Javascript, CSS is not a good suggestion in this case.
http://www.brainerror.net/scripts/javascript/checkbox/
Can't image what's ur problem, i view fine in FireFox and IE too.
If the real photoshop runs in linux, i will swith to linux immediately, i promise.
It should be included in your thumb div (left column div) so, format its width & heigt exactly and see.
You can't hold the image displayed with only hover effect. Try this:
http://www.cssplay.co.uk/menu/gallery_click
If you just want the thumb scroll, not whole page use:
overflow: scroll;
So i think you can't use iframe in this case, becoz the iframe is an small explorer in your web. It's not the same page.
But why u must use iframe in this case ?? why don't use that code direct on...
I copy from the article i have given the link, it's not mine.
Anyway, it's the sample on 1 single article, so he takes the <style> </style> it's usual i think. And then, i just take for Raztat a...
If you use text-align: center, you must replace the div by the <p> or something etc., the browser and html can't understand the DIV same as the TEXT.
Hope you understand it.
Anyway, i don't...
- When I use firefox and nothing to say.
- When i use IE 6.0 i see your footer have something expand the bottom below footer. But i can see it doesn't need any technique. Your code:
body {...
Received, you should use:
width: 100%;
text-align: center;
instead, it will be more useful if you check with anyway resolution.
You has used frame and the image will of course it will use the frame to display the image.
Again, can you give me link or ur code??? can't do anything just with text and text
So i don't know you or me need help ^^ j/k
q9.spirit@gmail.com or post to this entry
http://spirit.q9-gaming.com/en/?p=21
Can you give me the source code or links? Sry but i can't solve the problem with just text and text.
Anyway, i found this for you:
From: http://www.sitepoint.com/article/top-ten-css-tricks
5. Image replacement technique
It's always advisable to use regular HTML markup to display text, as opposed to an image. Doing so allows for a faster download speed and has accessibility benefits....
Sry but i don't understand what you really need here? I see their html have been commented clearly
#footer {
width: 760px;
height: 30px; /*** The drawback with this solution is that the...
Hi,
i really don't know why u use the position: absolute for a loop T_T, but it's not recommended for any site. I had tested and see that the problem is from ur position: absolute; Becoz you have...
Yep, i test it on IE 6
margin: auto; will center the div.container both horizonal and vertical. Try to use margin: 0px auto;
You can try to see this:
http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/
The important thing is POSITION, and if you want a nice pop up image through click on link try...
Center column just need float:left. You can use float:right for test and will know what happen ^^