The styling tag has no wiki summary.
1
vote
0answers
18 views
I want a background inside DIV to be fixed, and only the content to move with scroll, how can I do it?
As I've already mentioned I want my background to be fixed within it's DIV and only the content to be scrolled.
My problem is that whenever I set the background property to fixed, the background ...
-1
votes
0answers
17 views
JavaFX combobox css styling
I'm trying to customice combobox in JavaFX trough css and i can't customice the "arrow button" on the right (i want it to desapear, or to have a custom graphic, for example).
I have been checking the ...
0
votes
0answers
9 views
jquery mobile popup - button not styling correctly with data-iconpos=“notext”, and other problems
I am making a mobile web app and am using jQuery Mobile. I have a navbar at the bottom and when you click the left button the popup shows correctly but the close button is not being styled correctly ...
0
votes
0answers
24 views
CSS Link Styling not applying across all browsers
I have created a simple webpage, with three links which get the font increased by 110% on hover, these links are also supposed to change colour when mouseover..
In IE these links all function as ...
0
votes
3answers
26 views
CSS: Styling IDs not having any effect
<div id="mydiv">
<img width="190" height="190" src="http://distilleryimage0.s3.amazonaws.com/9fe1cfd2cd4311e28e5722000a9f195f_6.jpg" id="1">
<img width="190" height="190" ...
0
votes
0answers
8 views
Styling Action Bar items individually
I have a an ActionBar on my app holding two items: the app logo and a refresh button.
When the user presses on the logo, I don't want to see its background color change.
So I'm using ...
0
votes
2answers
35 views
Width and Height not working on 'a' tags?
I am new to css and started working on a few simple projects. I ran into a really weird issue styling buttons, though. The following code will not result in a link:
<a href="#" style="width:240px; ...
0
votes
2answers
48 views
CSS Styling Disappeared
The website: http://studioycreations.com/pdeakids.com/first.php
The menu works, so feel free to look at some of the pages and the weird styling issues.
I was styling the right-hand image on the ...
1
vote
1answer
24 views
Is it somehow possible to style an iframes before/after pseudo-element?
As the title says, is there a way to style an iframes pseudo before/after? Without wrapping the iframe with another div, or else?`
I tried to style it like any other element, but no success:
...
2
votes
3answers
54 views
Multiple Select options not taking full width on Internet Explorer 9
I have a multiple select input with a min-width set on the select element. The options are not taking the full width of the available select in Internet Explorer 9. It works fine on Chrome, FF, etc. ...
2
votes
1answer
27 views
WPF XAML WrapPanel ListBox items in a row
I'm forced to ask for help, while I'm not able to figure it out by myself.
I'm working on WPF-XAML desktop application, in which GUI is mostly generated dynamically.
My query regards styling of ...
-1
votes
0answers
4 views
PHP Designer 7 styling
I'm working some time in php designer 7 and when I deal with huge files it appears to be hard searching for the end of case or if or smth like that. I was wondering if anyone can help me with the next ...
1
vote
2answers
26 views
How to customize the path for my images
Ok, the path to the images of my site is often the full URL to the image. Starting with http://
I don't want this, because when the site is finished I need to move it to a new domain, then all images ...
0
votes
4answers
56 views
Style form input login
I want to write CSS and HTML to made this input forum from a psd file
I have few questions to ask:
First of all I cutted the background (without the other graphic elements). The header is simple to ...
0
votes
2answers
29 views
Strange issue with padding in CSS blockquote styling
I am using the following code to style blockquotes on my site:
blockquote {
border-left: 7px solid #b83131;
background: #ebebeb;
margin: 1.5em 25px;
padding: 1px 10px;
...