CSS (Cascading Style Sheets) is a language used to control the visual presentation of HTML and XML documents including (but not limited to) colors, layout and fonts.
5
votes
6answers
265 views
+100
Background Image not Displaying Correctly in iOS
I am using a tile-able background image on a website. The site views great in all desktop browsers but when I view the site on my iPad Mini (running iOS 6.1.3) the background image has streaks in it. ...
1
vote
1answer
221 views
+50
scrolling issue with -webkit-overflow-scrolling:touch
I am using Phonegap 2.5 for the iPhone application.I am also using query mobile. Its giving scrolling issue when I use -webkit-overflow-scrolling: touch;
Here are the screenshots:
and after ...
0
votes
2answers
84 views
+50
Printing landscape or portrait in FireFox and IE 8
Currently I am using FireFox latest version and IE8
To change the orientation of printing , I used
@page {
size: portrait;
}
in my css file.
@page reference
Although it claim that the @page ...
0
votes
1answer
76 views
+50
Table tbody scroll in IE8
In my project, I am trying to make the tbody scroll in IE8. I know it can be scrolled by just giving overflow: auto to tbody. But this doesn't work in IE8. To make it work in IE8, the tbody must be ...
2
votes
0answers
77 views
+50
Scrolling in a HTML widget
I've made a webpage that has an 4000px wide background and in Chrome and safari on Windows, Mac and iPad it scrolls nice. I can scroll to the left, the top and the right with no problems, just like ...
0
votes
1answer
74 views
+50
How to render the formated text in the report.rdlc (with its format)
I store my data in formatted way in my db ,
I want some way to render the text with its format in my report.rdlc i use visual studio 2008 How to do this :
For example :
if my text like this :
...
0
votes
0answers
55 views
+100
Creating unusal CSS3 shape to replace image
I am making a game for which all the styling is in css3.
The frame has buttons either side as you can see in the DEMO. But currently I have had to make images for the button wrappers as I could not ...
3
votes
1answer
88 views
+50
jQuery dialog box not capturing control - IE 9.0
I have a CSS sucker fish side-menu on my page. When the user clicks on an item in the page, I'm popping up a jquery-ui dialog box and inside a div on the page I am loading an HTML page through ...