2
votes
4answers
18 views
html favicon link tags not working chrome
i see the icon in Firefox but in chrome its missing is there any problem in the html
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="favicon.ico"/>
<link ...
1
vote
0answers
12 views
How do the parameters in webkit-border-image work? Doesn't seem to correlate
I'm trying to do a bottom gradient that goes from the right to the left. While I have this working, it makes no sense to me and weird things happen with tiny changes.
Gives the right gradient from ...
0
votes
1answer
14 views
Make a textarea take on the height of its content on page load
How do you make a textarea take on the height of its content on page load?
I don't care about resizing as more content is entered.
0
votes
1answer
15 views
Nav Menu Not Showing In Firefox
Please help! This project is for a job. I have built a navigation menu that displays fine in Chrome and Safari, the other required browser is Firefox, but the navigation menu isn't displaying at all.
...
0
votes
1answer
17 views
Hide/Remove input number arrows in Opera
I would like to hide/remove the input[type=number] up and down arrows displayed in all of the main desktop browsers.
The following CSS works in Firefox Mozilla, Safari and Chrome and I belive ...
0
votes
1answer
7 views
My text is in YAML(.yml) file and I want to display some text in bold
My text is in YAML(.yml) file and I want to display some text in bold but if I add tag then it is displayed as it is instead of making the text bold.
e.g
vaccum:
- company: Shark
...
0
votes
0answers
26 views
glow effect in selected navigation or hover
I am creating a little animation with glow in navigation.
Glow is behind the navigation menu as seen in picture.
I tried but not clear result, I need same result as shown in picture.
...
0
votes
1answer
24 views
Is it possible in web page to “slide” a section on top of the other using CSS
I want to use CSS3 transition to add some effect to my web page. Basically, i want to make one specific section to slide on top of another one.
For example i have the following page:
And i want it ...
1
vote
0answers
24 views
Twitter Bootstrap page loses styles after a period of inactivity in Chrome
I am experiencing a strange issue with a page built with Twitter Bootstrap. After the page is loaded, and then a period of inactivity, clicking a link to another page or refreshing the current page ...
0
votes
2answers
36 views
What does if I put an ID to linking the CSS file?
I am trying to say that what will happen if I put an ID between the CSS linking tag? Like the below:
<link rel='stylesheet' id='base.css-css' href=''>
What does the ID actually there?
I ...
-1
votes
0answers
16 views
Twitter Bootstrap Styles are not updating in mobile [closed]
using Twitter Bootstrap in developing my website I don't Know why my styles are not updating in mobile.It was working perfectly in pc's but in case of mobile I am not getting by background ...
0
votes
2answers
28 views
IE requires double click with custom button
I have a script that is dived as:
HTML:
<div id="wrapper">
<div id="container">
<div id="button">Click me!</div>
<form>
<input ...
0
votes
1answer
13 views
Bootstrap navbar a.brand breaks onto own line when setting @gridGutterWidth(s) to 0px for a flush grid
firstly thank you StackOverflow community for destroying many evil bugs through the wonders of crowd sourcing, before I even ran into them.
I am building a site using the Wordpress Roots theme (based ...
2
votes
2answers
40 views
Stop scrolling once a certain element ends
<body style="margin: 0; padding: 0">
<div style="float: left; width: 50%; height: 3000px; background: pink">1</div>
<div style="float: left; width: 50%; height: 1200px; ...
0
votes
1answer
21 views
CSS Background padding with text
I'm trying to sort out my article styling and seem to continuously fail.
The issue I'm facing is that the background of the doesn't follow the
padding-left: 20px;
Where as the text inside the ...