Thanks drhowarddrfine!
I was using HTML5 doctype but another developer changed its doctype to transitional and I couldn't check this out but now got the problem and page is working fine now. thanks again :-)
User Profile
Collapse
-
Content of page disappears while scrolling page horizontally
Hi,
Am facing a very strange problem with one of my website. If I resize my browser and use horizontal scrolling to view the rest of webpage content then all content out of scrolling goes disappear. Can anybody solve this problem??
Here is the path for webpage:
http://204.12.88.179/default.aspx
After opening this page please resize your browser and use horizontal scrolling to check the problem I... -
android orange outline highlight on tapping
Hi,
I'm working over a mobile website. I made a dropdown in header and when I click on dropdown link it appears. when I tap on any link it goes to the same page on I tapped but it shows the highlighted area of the background elements instead of tapped link area. I just want to highlight the link area where I'm tapping. what's the problem is this??
can anyone provide a solution for this??
thanks in advance!
Ashwani... -
can you post your HTML and CSS code here so we can check what's going wrong with the code
Ashwani SharmaLeave a comment:
-
Here is the markup:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitl ed Document</title>
</head>
...Leave a comment:
-
How to make an image horizontally scrollable but vertically fixed??
There is a page with both horizontal and vertical scrolling and there is an image too which have its fix position but what I need is it should get fixed with its position when scrolling page vertically but it should move with the page when scrolling horizontally.
Please give your precious suggestions to help me out with this problem.
Thanks in advance,
Ashwani Sharma -
Email Address Validation without using regular expression
Is there any simple way to validate email address without using regular expressions??
Thanks in advance,
Ashwani Sharma -
-
Javascript reference sites for beginner
Hello Friends,
I've just started learning Javascript. Can you please suggest me some of websites where I can get good tutorials and examples to learn. This will be very helpful to me.
Thanks in advance,
Ashwani Sharma -
Facebox is no visible on IE7
Please check this URL:
http://staging.dealdey .com/
Here at the right bottom section there is facebox wich is visible on every browser except IE7. Please suggest me what I'm missing here for IE7.
Thanks in advance,
Ashwani Sharma -
I've static solution for this, means if you know the size of your image which you want to centralized. suppose your image size is 200px, you can use this css:
.abc{
position:absolu te;
float:left;
height:200px;
top:50%;
margin-top:-100px;
}
this will work for your problem if there is static images but if the images will come dynamically then you have to use this same css calculation using...Leave a comment:
-
Yes I've used overflow:hidden too but its not working for this problem. you can check this going on "staging.gyst.c om", you can check the problem here on textboxes using IE7.Leave a comment:
-
-
Thanks a lot JKing. I did what you suggest and it got fixed :-)Leave a comment:
-
Page break issue in IE7
(page-break-before: always;) not working in IE7. Is there any other way to solve this issue in IE7.
Thanks in advance,
Ashwani Sharma -
Problem in masking of movie clips
Hello Friends,
I'm a fresher in action scripting. I'm facing a problem in creating a image gallery.
I made a movie clip named "thums" attaching from library in which thumbnails are coming and i just create a empty movie clip named "masker" on runtime. Now i want to mask thums by masker. I just use this code.
masker.createEm ptyMovieClip("m asker", this.getNextHig hestDepth());
... -
Hi Samvb,
I totally agree with Drhowarddrfine with his views. The CSS code you are using doesn't have any error but if it not working with modern browsers then it could be markup problem with your document. Please let yourself know first that you are using the same markup code which is compatible to all modern browsers.Leave a comment:
-
Check this:
http://www.dynamicdrive.com/dynamici...tentslider.htm
Use the third or fourth one content slider. There you can use image with textual links.
Ashwani Sharma...Leave a comment:
-
Zorgi gave a good idea to including a external CSS file into document.
There is one more idea to including a external CSS file into any documents and that is:
<style type="text/css" media="all">@im port "path/to/your/css/file/index.css";</style>
You have to use this into header section of your document. This will also work fine for you.Leave a comment:
-
There is a very simple solution for this problem. You can use sprite for this means just make both of your images is a single image horizontally or vertically and change background position according to image on hover. In this case you won't face any disappearing problem with image.Leave a comment:
No activity results to display
Show More
Leave a comment: