Tagged Questions
0
votes
1answer
8 views
HTML Tag Contains Display Table and Display Inline-Block
I am looking to truncate a tag in html with ellipsis and to do so it needs to be display: inline-block, block, etc. The problem is that I also have a class on it that contains the css of display: ...
0
votes
2answers
17 views
ul li display block trouble
So i have two different ul lists:
<div class="features">
<ul>
<li>
<ul>
<li>quantity</li>
<li>
...
1
vote
1answer
33 views
What is the difference between HTMLStyleElement and CSSStyleElement
I'm been digging a little in Style Sheets, I was trying to access a <style> tag the same way I could access a styleSheet element, for example.
<style id="myStyle">
</style>
var ...
0
votes
1answer
29 views
How to get the index of a style sheet
Let's say I have this HTML structure.
<html>
<head>
</head>
<body>
</body>
</html>
If I try to get the number of style sheets via : ...
-1
votes
1answer
14 views
Installed a navigation bar with external css, do all regular website links have to be styled now?
I created an external style sheet and installed a navigation bar close to the top of my index page. The two unstyled (I thought) links at the bottom of the page took on some of the characteristics of ...
0
votes
0answers
20 views
Lines of text cut off while printing
I have a web page for documents that need to be printable with a custom print style. I've set a 0.75in margin on all sides (except the top) but browsers seem to ignore that they're there and move the ...
0
votes
5answers
53 views
HTML + CSS Styles/Text Formatting inside Div container
I'm trying to bold and color certain words (or make them italic, different size, etc.) within a paragraph in my Index.HTML.
But the usual formatting tags (HTML) are not working.
I have a ...
0
votes
1answer
38 views
Trouble with sizing ul ul li
Ok. So I need to do something like this:
I do it like this:
<ul>
<li><img src="bla.png"></li>
<li><img src="bla2.png></li>
<li>
...
0
votes
1answer
25 views
in css3, use calc() to center vertically with vh and vw
in what has to be a widely used case, using vh for height of a div, and using vm for font size.
css3
div.outer { height: 20vh; }
div.inner { font-size: 3vw; height: auto; }
div.inner2 { font-size: ...
0
votes
1answer
44 views
how i can do featured post slider set category based?
my featured post slider set as a tags. i want it set category base. how i can do it?my site http://techgajot.com
my featured post slider html code?
<script type="text/javascript">
...
0
votes
1answer
61 views
Same CSS showing different fonts in two pages
In my webiste, I used font-family: 'Caesar Dressing',cursive,"brushsci";
But it shows two differnt fonts in two pages.
See the header menu fonts in following links :
http://www.berzerkart.com/
...
0
votes
1answer
34 views
How to make fieldset to expand and compress dynamically
i have a datatable displayed in fieldset, here is my fieldset attributes in css
#ResultFieldset
{
position: absolute;
width:4500px;
top:72px;
left:270px;
}
Whenever the data in ...
1
vote
1answer
44 views
how to make one button change two stylesheet's
hello people of stackoverflow forum.
so on my website I have added the option to change the color on the layout, and I would like to change the header to but i don't know how. the code I am using is ...
0
votes
0answers
38 views
How can I set full width page layout in a default post page?
I want to set up my site so that when I go to any post then it should show full width page. This theme already has a full width page but I wanted it to show in the default width page. How can I ...
0
votes
1answer
24 views
a:visited inheritance is messing up my css button
I've currently got
a:visited{color: purple}
some where in my website which is all fine and good, but the problem is i made a css button that's also inheriting this even when I don't want it to. I ...
0
votes
0answers
32 views
how i can change post view counter show text?
i use a post view counter code in my website. here show like( 2 views ). i want it show like( 2 বার দেখা হয়েছে ) . how i cant do it. i use this code .
function.php
function getPostViews($postID){
...
0
votes
1answer
67 views
How do I get text in my html page to display features using the css stylesheet?
So I'm going through web design more in detail and by all means the text in my page should be size 20. I don't want to use html tags or javascript to make the text size 20. I want to use css. For some ...
-1
votes
1answer
63 views
CSS Styles are not available on Firefox/IE
I designed a website using Dreamviewer. The styles I applied to the webpage are not available on Firefox and IE, webpage is displayed in plain HTML format. But all styles are well displayed in ...
0
votes
1answer
23 views
CSS inheritance in stylsheet?
Can I do something like:
.background {
background-color:#FF0000;
}
.text {
background;
color:#00FF00;
}
.text2 {
.background;
color:#00FF00;
}
So I can change both text and text2 ...
0
votes
2answers
39 views
Is it possible to use variables to hold property values in CSS?
In a CSS file, is there a way to use variables for colors (or other properties)? For example, say I have the following code:
#container1 {
background: #ff0000;
}
#container2 {
background: ...
0
votes
2answers
52 views
Expand div to get remaining width with css
I need help, I have a 4 div elements, three of them have fixed width, one of them needs to be with auto width. Second element needs to have variable width.
For example:
<div id="wrapper">
...
0
votes
2answers
26 views
unable to get multiple values for text-decoration shown
Something weird - I'm trying to get a simpel HTML file to show both underline & overline
(but it also happens on the "line-through" value) for a text (writing this in a separate CSS file) but on ...
-1
votes
3answers
56 views
Which of these CSS methods would you use?
I recently came across this code which uses a way, which I've never used before, to position 3 columns on a page. I have included this method in my code below in GROUP 2. I use GROUP 1 to achieve the ...
0
votes
0answers
53 views
Copy-paste inline stylesheet to css file
I am making a website, but i have a strange problem.
I have 1 HTML document with one relative positioned div (id="Table_01") and inside that div i have about 20 absolute positioned div's ...
0
votes
4answers
39 views
Is it possible to add information to the head tag of multiple HTML files, without going into each file manually?
Basically, I have a stylesheet I need to add to a LOT of HTML files. It would take so long to add it to each one manually that it wouldn't even be worth it. Is there any script or application I can ...
1
vote
2answers
49 views
Highlight different items in an HTML table using CSS
Code :
<html>
<head>
<title>Hello World</title>
</head>
<body>
<table border=1>
<tr>
<td >Old</td>
<td>1</td>
</tr>
...
1
vote
1answer
34 views
How can I found out what css is overriding the css in my style sheet?
I created a print style sheet which links to my html page. Changes to the font, colors etc. work in the print version, but I can not change the size of my divs in the print version. For example, if I ...
0
votes
2answers
46 views
keep div background image on top
I needed to create my own dropdownlist so that I can create a server control with other properties. For the most part, this is going well but I have come across one problem. For the drop down arrow, ...
0
votes
1answer
47 views
li element jumping out of ul element, position: relative issue
Tristans.tk
On this site please look at the pagination links at the bottom. The li element jumps out of the ul element and I don't want that. This is my PHP script & CSS:
...
1
vote
1answer
46 views
Jquery mobile error styling issue
I am using jquery mobile exact folloiwng example:
http://www.raymondcamden.com/demos/2012/jul/30/round3/register.html
if you run this in a desktop browser or wide screen it displays empty field ...
0
votes
0answers
35 views
Printing an image on print stylesheet
Am attempting to print an image not defined within the html of a page and as part of this solution the html is not accessible to be changed. I want to be able to define a new image as part of the ...
0
votes
3answers
107 views
Why isn't my html linking to my print CSS stylesheet?
cssI am trying to create a print style sheet with css to connect to my html webpage. I added the style sheet line under and my style sheet is a css file named print.css in the same directory as my ...
-3
votes
2answers
59 views
Border radius is not appearing in CSS
I have a CSS file in that a table is declared, i want to add curved edge.
if i try border-radius its not coming at all.
This is the code
table.display {
margin: 0 auto;
clear: both;
...
-1
votes
2answers
99 views
Problems overriding foundation.css
I'm adding my own classes to index.html in another stylesheet while using foundation's css, but some of my styles are not showing up, eg: class="topNav" in the html:
<header class="row topNav">
...
0
votes
2answers
70 views
IE specific stylesheet hitting other versions of IE
I was trying to use font icons in IE7+8 and ran into a problem that could easily be solved by an IE7 only stylesheet. Long story short, now both IE7 and IE9 run my IE7 only stylesheet somehow (IE8 ...
0
votes
2answers
31 views
Web Page Not Using Stylesheet
I have a situation that I was wondering if someone can help me out with. I have a webpage that displays properly most of the time. Sometimes however (and this is rare), it does not apply the .css ...
1
vote
2answers
441 views
Why jQuery Tooltip does not show html content?
I have created a jQuery Tooltip on html page. I want to show a tooltip with html content inside on a hyperlink. But the jQuery Tooltip just show all html text as normal text inside the tooltip but ...
1
vote
1answer
65 views
Replacing a stylesheet in a complex header
I have a website that I need to create a stylesheet switcher for. Now I am pretty much self taught when it comes to all things html/css/js so please forgive my newbness in advance. I modified some ...
0
votes
3answers
462 views
3 Column Responsive CSS (Ordering Contents Positions)
Im wondering is there any way to order the contents position when the screen size is reduced to 480 or lower. What i mean is in col 3 i will have the name, number & address etc, in column 2 i will ...
0
votes
3answers
58 views
Site is not styling <p> content
I think something is over riding the styling of my text but im not too sure what it is. In my code i have "#column-right" and "#column-right h1" and it is styling correctly. Now im trying to style the ...
0
votes
2answers
91 views
Adding HTML to Wordpress CSS Stylesheet
Is is possible to add an html code to a css style sheet? like setting an css code to work with the html to pass through?
0
votes
4answers
79 views
Center a H2 inside a div element
I want to center h2 inside #top but vertical-align:middle doesn't work... I have no idea what to do!
#top {
display: block;
position: relative;
height: 100px;
background-color: ...
0
votes
2answers
136 views
Giving Borders to the dynamically added HTML table
I have a HTML table added dynamically in my Code behind.
I am able to give the entire table a border.
How can I do this for each row? I want to add a border under each row.
How can I add a ...
2
votes
2answers
216 views
IE8 doesn't apply css display dynamically
I'm trying to develop a table that hides its columns upon a given value. I am using a solution discussed in another SO question. As part of the suggestion there they say that to support IE<8 ...
0
votes
1answer
92 views
Override internal stylesheet with external stylesheet, without editing html
I use Joomla 2.5 and I'd like to override the features of a module which's CSS is actually embedded within the tag of the html pages the module is on. So in essence, it uses an internal style sheet. ...
0
votes
3answers
58 views
Jquery code is returning true when is not supposed to
I have this code in jquery to add diferent css styles according to the browser since i can't get stuff in the exact same place.
This is the code that adds the link to the style sheet when the user is ...
1
vote
1answer
95 views
how to use pseudoclass :before/:after?
hello I'm having problems through using css pseudo classes :before and :adter to echo out different error messages that comes from php on a div layer.
beside the input field i would like to display a ...
0
votes
1answer
74 views
CSS is distorted by php file [closed]
I'm starting up a project webpage to build in my free time, and was working on a php file for a search bar when I came across this problem.
My homepage and php file are both linked to the same css ...
-7
votes
1answer
50 views
How to center a div
#container {
width: 960px;
margin-left: auto;
margin-right: auto;
height: auto; }
#large_box {
text-align: center;
width: 960px;
margin-left: auto;
margin-right: auto;
height: auto; }
#searchbcid {
...
1
vote
2answers
123 views
css - how to place div using z-index?
hello i have a short question on how to place a div class.
i have two error layers with some error messages that i would like to echo out. for each of this error message layer i have a div class:
...






