Tagged Questions
2
votes
2answers
18 views
How can I align vertically img and text in span without using padding?
HTML
<div class="cs1">
<span class="cs2">Label</span>
<span class="cs3"><img src="icon.png" /></span>
<span class="cs4">Lorem Ipsum is simply ...
0
votes
1answer
25 views
<p:commandButton> with icon image not showing
I have been struggling this for a while. I am using primefaces 3.5. I have a command button with icon attribute. But the image seems not showing. I am not sure if I put the image url correctly. I ...
1
vote
2answers
46 views
JQuery - Callback for offset()/position()
I have a div containing a list elements, which have static positioning and for each element I want to
Record its absolute positioning using the offset() method
Change its positioning to absolute, ...
0
votes
2answers
66 views
How to make this css based menu open and close on click instead of open on hover and close on mouseout?
The working version of the css menu is here http://jsfiddle.net/nexU/PEvrW/1/ and it works on all browsers and after changing hover to click, menu has to continue working on all browsers too.
...
1
vote
1answer
52 views
Sidebar with 3 different backgrounds
I'm currently trying to get my sidebar working with 3 different backgrounds. Screenshot: http://i.imgur.com/b0ZodFz.jpg
I tried to fix it with 3 containers but I can't get it right (the top image ...
0
votes
3answers
44 views
What is minimal XHTML?
I have a question, basically I need to write the code for a table with minimal XHTML and CSS. I'm not quite sure what minimal XHTML is but my guess is that it's just showing the initial XML code ...
1
vote
0answers
39 views
How Float left using XHTML 1.1 ? (<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>)
My first post here...
I need two lines YES or YES:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" ...
0
votes
3answers
64 views
What is the reason of padding / margin?
I have been impementing a web page in HTML and I have came across a weird problem.
http://jsfiddle.net/SntpD/3/
#menuh
{
width:100%;
padding-top:10px;
padding-bottom:10px;
...
0
votes
1answer
53 views
SVG Image Mask Not Working In Firefox or IE
I have easily made a mask with a PNG (black circle, transparent background) and using -webkit-mask-image:url(images/mask.png) for browsers like chrome. But i am having serious issues getting the mask ...
0
votes
1answer
26 views
Ideas on an alternative to the <nav> feature - MUST use XHTML Strict 1.0
doing a project at uni and I've completely misread the brief, used HTML5 in my project and realised that I'm not allowed to do this. Oops!
My only problem is, I've tried to convert it to XHTML Strict ...
0
votes
3answers
57 views
How to Display a Blank Data at an Unexisting Empty `<td>` Element in a Table
I think this question is easy... I want this HTML code of a table:
<table>
<tr>
<th>Heading 1</th>
<td>or</td>
<th>Heading 2</th>
...
0
votes
0answers
184 views
Achieving Full screen fluid layout with static widths using Twitter Bootstrap
I started setting up a fluid layout that has a 2 and 3 column layout.
I setup a simple example that has this layout setup using Twitter Bootstrap:
http://jsfiddle.net/Sxqh3/1/
Simple page structure ...
0
votes
1answer
64 views
onmouseover change div text color
On mouseover a div the background color is changing but not the div text color.
Can you please let me know if it is possible?
It's just a plain css and html.
my css code is
.divTable-row:hover{
...
1
vote
4answers
47 views
How do I stop the border from breaking apart when zooming in?
http://mistcave.com/temp/
Zoom into the page and scroll right. The 1px black border at the bottom of the header is cut off a bit short. How do I fix this issue?
1
vote
3answers
195 views
jQuery dotdotdot plugin not working
I am trying to show list of comments in a panel using dotdotdot plugin but result is not cheering:
From below xhtml code:
<li>
<h:link value="#{Comment.commentAuthorName}: " ...
-1
votes
1answer
29 views
Need help creating a header with a clean navigation
Can someone help me figure out how to create the navigation displayed in the header on top of this page?
http://themes.iki-bir.com/ikaros/
If someone could give me some direction to learning how to ...
0
votes
2answers
45 views
Navigation bar messing with other elments in CSS
Hi there i had a nav bar which was working perfectly. Then i added a lightbox effect. Both work perfectly however in my css they are messing up. When i added some css to lightbox effects to the div it ...
0
votes
2answers
74 views
How to get border around image
Hi there I'am playing around with light box. What I am trying to do is get a border around my thumbnail so that when the user hovers over it, it will change color.
Example : ...
0
votes
2answers
50 views
Number of loads of the website? (X)HTML/ CSS/ JavaScript/ jQuery [closed]
I'm new in this area and I'm creating my first small website. My question is whether is there any way to add function which will count the number that website have been accessed, for instance: "This ...
-1
votes
1answer
104 views
Css how to create navigation bar
I'am trying to make this in css. Trying to make this navigation bar. Any help would be great.
This is what iam trying to do:
So the first pic is how it should look like when the user enter the ...
0
votes
1answer
110 views
CSS navigation bar
I am playing around with CSS and so far I'am trying to make a website. I making a navigation bar and it's going down so it's horizontal. I need it to go across and I also need like 1 grey line to ...
1
vote
3answers
57 views
Combination of header - main_wrapper makes page scrollabe for header-height
I'm making a webpage with a fixed footer. If there is a lot of content, there must be a scroll bar. If there is only one line of input in the content-part, there is no need to scroll. The way the page ...
2
votes
1answer
138 views
Opera select background image not display
CSS
noindex:-o-prefocus, .city-list select {
height:20px;
margin:3px 0 0;
background-image: url("back.png");
background-position: 100% 100%;
background: rgba(0,0,0,0);
...
0
votes
1answer
65 views
Responsive CSS Not Working
here is my css, as a test:
*{margin:0;padding:0;outline:0;border:0;}
body{background:#686465;font-family:Arial,Verdana,sans-serif;font-size:100%;}
@media screen and (max-device-width:320px){
...
0
votes
2answers
43 views
Big CSS Sprite İmage (Works as slow in low cpu computers)
My site have a big css sprite image.
Site: http://www.protohaber.com/demo
Sprite İmage: http://www.protohaber.com/demo/templates/v1/images/proto_sprite.png
My site is works slow (e.g. page ...
0
votes
2answers
73 views
Change div order using CSS when HTML is predefined
Imagine the following HTML code:
<html>
...
<div id="stuff1">
barbaz
</div>
<div id="stuff2">
foobar
</div>
...
...
0
votes
2answers
75 views
Making part of an image clickable
I have a background image applied this way
HTML
<div id="background">
<img src="stock.png" class="stretch" alt="image" />
</div>
CSS
#background {
width: 100%;
...
-1
votes
1answer
187 views
Why does my website look different on my iPhones Safari browser, am I doing something wrong?
I have finished designing a website in HTML, and reviewed the results on a Windows Computer for Google Chrome, Safari, IE 9, Firefox and Opera web browsers. When reviewing my website on an Android ...
0
votes
2answers
88 views
css transition only working in Firefox
I'm trying to use CSS transitions to make a background image fade in on my menu when you hover over it. I want it to take about 2 seconds to fade it.
It works perfectly in Firefox but all on other ...
3
votes
2answers
64 views
word spacing not working in safari
Hi I was hoping if someone can help me with an issue I am having in Safari. Basically I have created a website
If you look on the top menu at the navigation bar, there is word and letter spacing in ...
0
votes
1answer
31 views
Single line (one or two words) overflowing outide a div
I am brand new to CSS so please forgive me if this is a foolish problem.
I have created a footer with 3 embedded div's of 33.33% of the width inside of it. For some reason the text that I am putting ...
-1
votes
1answer
60 views
changing fontstyle in a epubfile increase/decrease the pagecount in uiwebview
I am Developing an app epubReeader .I have used css to change the font style in UIWebView and font size is fixed for all font styles .But the problem is when I am changing the font style of the font ...
0
votes
1answer
260 views
Fixed Header DIV pushed down without margin set
I want to use a fixed header, with the content behind it. The menu will contain anchor links, so all the content will be in one page.
But, I got stuck at an early stage. I thought this would be no ...
0
votes
5answers
168 views
CSS - getting background color to fill drop down menu
New to CSS. I have a nav menu bar and I am trying to fill the background color (blue) in the drop down menu under "portfolio" when you hover over it. Any ideas? I think its because of that absolute?
...
1
vote
3answers
439 views
Large CSS background-image blocks Javascript while loading
From everything I've been able to find a large CSS background-image shouldn't block javascript from executing. Unfortunately, on both Firefox and Chrome this does seem to be the case.
If I do a hard ...
-3
votes
1answer
76 views
How to redirect from landing page to the home page?
I have made a landingpage.html and index.html, but how do I open a home page from the landing page. The issue I am suffering is, I make the code as and I have troubles how to use it. Is there any ...
0
votes
2answers
61 views
i am making an effort to make image slider but having troubles [closed]
I am making photo slider but it is giving me wrong values on clicking. i want to show the image 2 on clicking button next and image 1 on prev btn.
But if i click more prev btn more than its index ...
0
votes
1answer
222 views
Asp.net css stop div from expanding page height
So the problem is that I am trying to design a XHTML page in ASP.NET and the current approach that I take keeps expanding the page size when I simply want to fit the control within the div.
I am ...
1
vote
2answers
149 views
Jquery: How to make the content showup below the navigation bar when the anchor link is clicked?
I have a fixed navigation on the top, when i click the anchor links to take me to a section in the page, i want it show in the visible space.
How can I make the content show up below the ...
-2
votes
4answers
133 views
Should I use pixels, em or neither? [closed]
I'm trying to get the definitive answer on something in css. I'm trying to figure whether or not I should use
line-height: 1.5;
or
line-height: 1.5em;
or
line-height: 15px;
A few sites say ...
0
votes
3answers
336 views
HTML multiple column select list
generally html list is created,
<select size=6 name="sel" id="sel">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
...
1
vote
3answers
144 views
How do I vertically align a content div between a header and footer div?
I have three rows of primary divs in my template. I have a header, a content wrapper, and a footer. The header butts right up against the top and the footer against the bottom. I have a content ...
0
votes
1answer
42 views
Stuck with movement of footer when content size increases
I am stuck with a problem for quite a while now.I have googled and have tried almost all the responses and none of them has worked..
I have a PHP page which has following layout
<div ...
0
votes
1answer
61 views
Footer floating over main content
So I have a site that scales down gracefully in the browser window but I am having an issue with the content outside of my header. The main and footer elements are just hovering in the middle of all ...
2
votes
0answers
222 views
Element Incorrectly Positioned on Page Until Window Resized
I have a webpage containing several Divs which contain individual 'pages'. I have defined the following CSS styles:
@charset "utf-8";
/* CSS Document */
.hideDiv{
display:none;
}
.showDiv{
...
0
votes
0answers
90 views
HTML Image button complete each other
Am using MVC4
I want to have map in my page where each region is Image button.
I already have each region as image my question is:
How I place the image of region so that are all region complete each ...
0
votes
2answers
74 views
Applying text to a image (without pushing it)
I've been trying to get this worked out but I am completely lost as of now, I've tried many things related to resizing my image at the top of the page and concluded that I could set the background as ...
-4
votes
1answer
76 views
Simple project gone wrong [closed]
This is what I have to do:
Many companies normally charge a shipping and handling charge for purchases. Create a
Web page that allows a user to enter a purchase price into a text box and includes a
...
-1
votes
2answers
21 views
Centering page content divs in centered webpages
Keeping in mind that this question has probably been asked in many forms. I just don't seem to be getting it. I want to center masthead, top nav, page content, and footer divs in a centered web ...
0
votes
2answers
44 views
div can't be side by side
I have the following code: http://jsfiddle.net/kXesZ/. The 2 social media icons need to be on the bottom edge of the background image but I can't get them inline. I have tried several things ...









