0
votes
1answer
18 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
42 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
61 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
34 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
63 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
46 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
25 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
55 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
160 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
57 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
46 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
177 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
28 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
44 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
71 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
49 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
96 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
109 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
129 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
62 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
42 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
71 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
72 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
179 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
87 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
60 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
29 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
58 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
221 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
154 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
404 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
74 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
209 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
141 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
128 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
310 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
141 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 ...
-3
votes
2answers
92 views

continuation Code in same line and line spacing [closed]

i am new at xhtml and i used to work with html 10 years back from now. I have forgotten a lot now. I was working in dreamweaver and was facing this problem. When i use the tag <p> it leaves a ...
10
votes
4answers
9k views

What throws Internet Explorer into quirks mode?

I have created a webpage (http://www.snow4life.yum.pl) that was rendered properly in firefox, chrome etc. Of course dumb IE complicated things, because it enters quirk mode automatically, even though ...
2
votes
8answers
5k views

Problems with CSS sticky footer

I am trying to implement a CSS sticky footer. The issue is there is a content DIV that is extending beyond its container causing scroll bars that are not desirable and the background-image hung off ...
4
votes
4answers
3k views

Should we put <input> inside <label>?

I saw 2 different method on same form example: on http://www.alistapart.com/articles/prettyaccessibleforms/ why they are using 2 method in first fieldset they are keeping input after labeland in 2nd ...
28
votes
6answers
15k views

Why <textarea> and <textfield> not taking font-family and font-size from body?

Why Textarea and textfield not taking font-family and font-size from body? See live example here http://jsbin.com/ucano4 Code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 ...
1
vote
4answers
87 views

Need help creating a layout with DIVs

This is what I want my page to look like: I'm not quite there yet. Here's where I'm at: http://labs.pieterdedecker.be/test/test.htm I'm quite new to using <div>s (as opposed to ...
7
votes
11answers
8k views

Create a W3C validated anchor link with target=“_blank”

I have the following piece of HTML that creates a new window when clicked: <a href="/path/to/site" target="_blank">glide by the people</a> Problem is that it does not pass the W3C ...
1
vote
3answers
3k views

How to show live preview in a small popup of linked page on mouse over on link?

How to show live preview in a small popup of linked page on mouse over on link ? like this http://cssglobe.com/lab/tooltip/03/ but live preview
2
votes
2answers
2k views

iframe background image showing fine in Firefox but not in IE

Why IE not showing BG mage like firefox in Iframe? I do not have access of iframed page. any CSS or javascript solution

1 2 3 4 5 39