0
votes
1answer
22 views

How to create input-tags style just like this website's askquestion tags block?

I wan't to create a form with input . U can enter what u want in it ,and u also can easy remove it. Just like stackoverflow's ask question tags block. what should i do! what should i do
1
vote
1answer
59 views

DIV tags changing size depending on content

I'm in the process of playing with HTML and CSS. I have the following at the moment: /*Reset margins & padding*/ body, h1, h2, h3, h4, h5, h6, p, div, ul, li { margin: 0; padding: 0; } ...
0
votes
3answers
37 views

Make quote begin at text, not at tag

I'm having some trouble getting my quote standing next to my text. At the moment, the quotation mark is standing on the very left side. Without centering the text, it works fine, but when I center ...
2
votes
3answers
72 views

How to append Img to Img in html or javascript

Hello I am trying to make status bar, which I add some image after previous image. Let me explain it clear. I have two image(gif). Guess white 10x10px and black 10x10px. I use this tag <Img ...
-1
votes
1answer
63 views

HTML text aligning

Okay, let me introduce the problem: I'm trying to style prices to be displayed similar to this example: $XXxx. I'm trying to use inline styles only to make it usable in HTML emails. This is what I ...
0
votes
2answers
18 views

I am having problems with CSS on one of my pages, the page wrap appears to jump to the left slightly [closed]

I have uploaded the website to the internet so you can see what i mean, if you click on the My CV link you will notice that the pagewrap div jumps to the left slightly. ...
1
vote
1answer
51 views

Vertical & horizontal flow with line height on <small> tag

I'm sorting out my typography for a new website and have a strange occurrence with the <small> tag - it's throwing my line-height out. Everything else is fine (heading tags, paragraph etc) but ...
0
votes
1answer
47 views

change position button addlink in extension MultiModelForm

I'm using the extension MultiModelForm (http://www.yiiframework.com/extension/multimodelform/) How do I change the position of the button Add Row? I want to appear under my table. The button appears ...
0
votes
5answers
177 views

Should I use div or span for this example?

So I want to code the content section that displays the title, author and the post itself, the code I'm using is where I want the title on top on one row, then the author on another row and content on ...
0
votes
1answer
49 views

IE9, css and frames

I have this home page: http://www.holisticanswer.net/ With a simple frame code: <FRAMESET ROWS="24,*" FRAMEBORDER="NO" FRAMESPACING="0" BORDER="0"> <frame ...
0
votes
1answer
166 views

Split a Twitter Bootstrap label

I'm using bootstrap's labels to show my blog's tags. What I would like to do is to "split" the label in two part: first part with BG1 color contains the tag string second part with BG2 color ...
0
votes
3answers
130 views

Should I use the span tag or the i tag for an icon? [duplicate]

I'm just curious about which one is better to use in order to add a custom icon next to my links. <ul> <li><a href=""><i class="home"></i> Home</a></li> ...
0
votes
1answer
69 views

Changing the css sprite position of an icon tag

I am trying to change the background position of the icon tag on hover. How can I do this if it's in an icon tag instead of the a tag? The html icon tag is: <a class="info" href="#"><i ...
0
votes
2answers
82 views

Changing the content of all <pre> tag's using JavaScript

first of all, I'm really new to JavaScript, I want to know how I change all the pre tag's inside a document... I'm using this: var preContent = document.getElementById('code').innerHTML; but ...
0
votes
2answers
124 views

How to wrap content of H1 tag

I am unable to explain my question. But if anyone understood what I want please do edit. I have following code <table style="width:100%"> <tr style="border-style: none solid solid ...
0
votes
2answers
37 views

two link tag on CSS - priority

this is my first time in stackoverflow website and I have a question regarding CSS priority of two link tag and the two files contains same class variable name. Which class variabel will it pick up. ...
0
votes
1answer
31 views

Cant make my content less a tag clickable hyperlink

I have been trying to make it work for a few hours, i tried a couple of solutions provided here at stackoverflow but still cant manage my content less a tag to work. Here is my html code <div ...
0
votes
2answers
76 views

CSS for style change - Not working with chrome

li.disabled a {color : #808080;} I've added the above in .css file and my expectation is to find any <li> tag with class as disabled and make the corresponding content given in <a ...
0
votes
1answer
52 views

centering an image inside an anchor

I am trying to horizontally center an image that is contained within an anchor tag. I have tried setting it as a block and setting margins to auto with no luck. I have tried wrapping it in a div tag ...
1
vote
4answers
98 views

Attempting to change the colour for alternative lines in a table using CSS for a PHP script

Attempting to change the colour for alternative lines in a table using CSS for a PHP script. I have got the colour but the lines are repeating in my script. Is there anyway around this? The PHP ...
0
votes
2answers
129 views

How to place 2 div side by side (alternative solution)

I'm trying to accomplish something as simple as putting to div's side by side. The thing is I'm very capable in CSS, however the solutions I'm trying to use do not work as intended, here is the ...
-2
votes
1answer
131 views

Div id tag not working on tumblr theme

Sorry, this is probably a "noob" question, but here it goes... I'm modifying the header to a sidebar on my tumblr theme. I created a new class, but realized I could create an id due to the fact that I ...
0
votes
3answers
79 views

Conditional style inside an html tag

Is it possible to use conditional style inside tag as shown below? <body> <div id="InScreenAlertContainer" <!--[if IE]> <style>width=100%</style> ...
1
vote
2answers
156 views

CSS, p tag, fill as much space as possible when shrink browser after certain point

First of all, want to say, that I'm not a front-end engineer and my skills of UI and UX are very low. So my question is: I have a div with p tags inside. I want to have it width: 700px when the ...
2
votes
1answer
60 views

Edit Scrollbars within Style Tags

First of all, my friends and I mostly use Chrome just so everyone knows. I understand that webkits work in Chrome. Okay, what I need to figure out is how to place the webkit scrollbar edit options ...
2
votes
1answer
166 views

How to customize wordpress function: the tags?

In my wordpress post I have included tags with using wordpress function <?php the_tags( $before, $sep, $after ); ?> My actual Css : .postclass{ margin:10px 0px 10px 0px; } .posttag{ ...
6
votes
6answers
98 views

How to set one css rule for two tags?

I would like to know how I can set one setting for two different classes. To give an example: .footer #one .flag li .drop_down form div{ width: 80px; font-family: Arial, Helvetica, ...
0
votes
0answers
266 views

Wordpress tag cloud widget customization, css pseudo-elements

I'm followed this tutorial http://cssglobe.com/pure-css3-post-tags/ to customize my tag cloud widget, but part of my css doesn't work, I tried in chrome and safari, but nothing. I'm trying to make ...
0
votes
3answers
60 views

Css - Can't change vertical position on <a> tag

At my website i want to move the a tag(the black box) down to the middle, but i cant get it to work. I must not affect the other elements on the page. When i add top: 50%; in firebug it moves down to ...
0
votes
4answers
173 views

why are my Div Tags are being pushed to the left by a few pixels?

I'm trying to build a website for some coursework and my two middle columns are being pushed over to the left for some reason. The header, nav bar and footer all align vertically but the two floated ...
0
votes
5answers
72 views

!imporant equivalent for HTML class tag?

I'm dealing with a real hash of a site, so this is why I'm asking about this absurd question. I've looked everywhere to find some sort of way to make a class override another class in the HTML class ...
2
votes
1answer
59 views

CSS issue: Applying a class to a slider image tag to change the background color

A colleague and I have been stumped on a CSS issue for a few hours now and we don't seem to know exactly why it's happening. If you look at ...
3
votes
2answers
127 views

Can I give a title tag a color and different font?

I was wondering if there is a way to give a page title a different color and font in the page tab. Something like: title{ color: red; font: 12px tahoma;} Just thought it would be fun to add into ...
0
votes
3answers
90 views

CSS class order

i have a main "div" with multiple divs and "a" tags and i wanted to set a "template like" css to make them all look the same, but some of the A tags need to be different so i thought about making it ...
1
vote
5answers
96 views

Css link style etiquette [closed]

Hi was wondering if it's better to style the menu's links of a page in a web application styling only the a tag or the li tags or both. Example: <ul id="mainMenu"> <li><a ...
-8
votes
2answers
231 views

Div Tag Tree Structure [closed]

I am looking for div tag inside div tag expand and collapse functionality in javascript(jquery). I find div tag expand and collapse in online. I am not able to find div tag under div tag expand and ...
0
votes
1answer
62 views

How can I style an anchor drop down link?

I'm trying to style my navigation, well actually remove the horrid blue and blue underline and all the other rubbish that comes with it. Normally the following code would work - a:link ...
0
votes
1answer
104 views

Include css in java (for href tag)

I have to apply styles to my mail content (for href tags). My code is given below. public void sendMailWithHsHeader(SentEmailDTO sendEmailDto)throws Exception { String css=""; String ...
2
votes
1answer
329 views

Dreamweaver CSS - Text wont wrap

I'm trying to make a simple web page but i cant get the page to wrap in the body section, scroll bar or no. The text on the page keeps on going into infinity. The CSS sheet is as follows: @charset ...
0
votes
1answer
170 views

Issues with CSS Dynamic Div Tags adjusting to Static Div Tags

I've been having quite a few issues with dynamic div tags that take into account static div tags. Here's the 2 styles I'm currently using: Dynamic Div tag: div.Display { width: 95%; color: #333333; ...
0
votes
6answers
353 views

html <span> tags around tables, lists

I am working on a project where I am sending html to a PDF creator, so I'm not too worried about proper html as long as it shows up correctly on the PDF. I am currently working on a PDF where about ...
5
votes
3answers
3k views

How to apply Hovering on html area tag?

i am trying to hover the area tag of html. i tried this in css area:hover { border:1px solid black; } This is the Html on which it should be applied. <!-- This imagemap inserted by Gwyn's ...
-1
votes
1answer
82 views

hovering two html anchor tags at once [closed]

I need help in hovering two HTML tags at once. Please tell how it will be possible. This is how i am trying to do it. <style type="text/css"> .imgmap_css_container a:hover { border:2px solid ...
1
vote
2answers
94 views

css to force italics for certain characters only within a tag?

Is this possible? Basically, I want to be able to set up a tag that says "within this tag, a-z go into italics, but nothing else does." Or similarly for a-z and A-Z.
-4
votes
1answer
96 views

Custom HTML tags

When I wanted a lot of different looking texts in one div I tried creating a custom tag. This was to avoid having to create a new id for each textstyle. Is this something you usually do? I also ...
0
votes
1answer
281 views

jQuery/CSS: Making the autocomplete push other divs down?

I'm using the xoxco jQuery tagsystem for tags and their autocompletesystem for the.. wait for it...autocomplete! http://xoxco.com/projects/code/tagsinput/ I then stylize this list by modifying three ...
2
votes
4answers
133 views

Modify CSS rule of inner tag with Javascript

I have something like this: -HTML- <table> <tr class="x" onMouseOver="light(this)"> <td> <a href="x">Link</a> </td> <td> Text </td> ...
0
votes
1answer
82 views

How can I make a HTML ID go outside of my container?

I have a container @ 900px width and then inside that I have an header at 100% width but it only takes 100% of the container, how can I make it take the whole entire page and ignore the container ...
0
votes
1answer
67 views

How can I do tag-entry field (as done by Stack Overflow). Javascript is ok

Please can anyone show me a proper way to program the Tags field so that it looks like the stackoverflow one. As in: I suspect it is done in HTML/CSS and Javascript. Any suggestions or ideas are ...
1
vote
1answer
201 views

Page width exceeds the 100% of the screen width

I have a strange problem, I was designing a page and after I finished, found that there is a horizontal scroll bar in the bottom of the page, I checked the page html but found that there is a close ...

1 2 3