Tagged Questions
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
2answers
32 views
Div container within main wrapper won't center
I basically have a #wrapper , #contentWrapper , #actualContent
I have my #wrapper centering the viewport, with width 940px; however I cant get my #actualContent to center within the main wrapper.
...
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
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 : ...
-1
votes
1answer
91 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
108 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 ...
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 ...
0
votes
5answers
149 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?
...
0
votes
3answers
303 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>
...
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
59 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 ...
0
votes
1answer
122 views
Creating a vertical HTML/CSS menu and I want to remove <li> top padding (displays in both FF and IE)
I'm creating a navigation menu using HTML and CSS for a library OPAC. There seems to be unwanted top padding in each li item which results in a persistent gap between items in the menu. This is ...
0
votes
2answers
68 views
Stairstep Div Formatting
I have a client who wants a particular design on their home page to match what is seen on their magazine cover. The basic stairstep design of the cover never changes but occasionally the images do. ...
0
votes
1answer
53 views
Z-Index/Overflow issue?
Please reference the previous question linked here: IE7 Subnav, two positioning issues
The second comment shows a solution to my original problem, which I have since implemented.
Now, I am having ...
0
votes
2answers
198 views
CSS3 PIE (rounded corners) in Internet Explorer
Hello i have problem with CSS3 PIE in all IE with rouned corners. In Opera, Firofox, Chrome etd... my code works as it should. But in IE not. I don´t know why. Logically I tried found reason on ...
0
votes
4answers
84 views
firefox image loading issue [closed]
i loaded an image from my desktop
its loading properly in the chrome but its not loading in the firefox
providing by image tag code below
the problem is in this line
<img alt="Splitwise" ...
0
votes
1answer
303 views
Using HTML5 Mobile boilerplate (MBP) for developing mobile sites
I want to create a mobile site and want to target almost all devices from High end (Iphone,android) to low end (nokia's, LG Flip-phones).
Which method to choose for dvelopment:
Developing 2 sites ...
0
votes
3answers
157 views
dynamic width for h1 background
My CSS:
h1 {
background-color: #f7953d;
color: #FFF;
width: 100%;
padding: 6px 0 6px 10px;
margin-bottom: 10px;
}
My HTML
<h1>Hello World</h1>
The background ...
0
votes
4answers
564 views
Can I save input from form to .txt in HTML, using JAVASCRIPT/jQuery, and then use it?
Is it possible to save textinput (locally) from a form to a textfile, and then open that document to use it later on?
Just using HTML, javascript and jQuery. No databases or php.
/W
0
votes
3answers
210 views
Design patterns in web page flow, navigation, layout and GUI development [closed]
Are there any design patterns or approaches to developing user interfaces and web page layouts? Are there any theoretical guidelines for developing a page's layout and GUIs which use purely ...
3
votes
4answers
78 views
How to make Image Border Even?
I added 1 pixel border to the image. At the same time I am trying to give radius to the image edges.
My problem is since the image is already rounded with photoshop, the border of edges look thinner ...
0
votes
1answer
433 views
bring menu bar's shadow to front of background image
How do I make the menu drop shadow appear in front of a div background image?
Here's my CSS
nav {
width:900px;
margin: 4px auto 0px 8%;
font-size: 16pt;
padding-bottom: 0px;
...
2
votes
3answers
2k views
multiple form tags in page or one form tag?
I just have started HTML5 and want to know in general we should use one form tag in web page or multiple form tags ?
May be it depend on situation. But here are two different snarios.
One Sign Up ...
1
vote
3answers
119 views
Left margin is different in all browsers?
Using CSS3 I am trying to display search box with glass image. I am doing it basically by placing a image on text box and setting its left-margin. My code is here:
<body>
<form ...
0
votes
2answers
715 views
How do I go about creating a flyout panel with JQuery or CSS3?
Essentially I want to be able to hover-over my links in a left vertical column and have a panel pop-out on the right. Here's a screenshot of what I'm looking to achieve. Again, I'm a complete noob ...
0
votes
1answer
255 views
Prevent drop-down from resizing div above it
This is an issue I've been running into for a little while.
In the first picture you can see the part of my layout before I click on it to expand it:
http://i.imgur.com/USnSS.png
After clicking ...
0
votes
1answer
64 views
incorporating css3 column-count in a page section isn't working
Hi everyone I've tested and tried the css and code but still can't get it working on this page:
http://www.beauty-courses-distance-learning.co.uk/aromatherapy-self-use-wellbeing.html
I'm trying to ...
1
vote
1answer
173 views
css to work with dynamic 1, 2, 3 column layout based on if column exist with 1 set of rules
Note:
In some situations elements with display:table-cell; have space at the top that is not padding, or margin and border-collapse:collapse; doesn't fix it either. You need to also use ...
0
votes
2answers
170 views
How separate stuck input box and submit button from each other in Twitter Bootstrap?
In a funny kind of way, the submit button sticks to the input box. I couldn't understand the reason. I can solve it by giving -(minus) margin etc. However, I'm looking for permanent solution.
I've ...
0
votes
1answer
253 views
Auto Scroll CSS3
I been looking on the internet for a css3 feature that will allow me to scroll a certain div.
Now why do I only wanna use this, well because I'm creating a profile whitch only allows me to use ...
2
votes
2answers
268 views
Image doesn't center in IE7?
<div class="logo">
<h1><a href="/"><img src="image.png" alt="Red Rectangle" /></a></h1>
</div>
.logo h1 img{
position: relative;
width: 256px;
...
3
votes
3answers
8k views
How to create a gradient background for an HTML page
I am in the process of learning HTML.
What is the best way to create a gradient background for an HTML page?
So far this is what I have as a background:
body style="background-color:Powderblue"
I ...
0
votes
1answer
295 views
CSS3 - mobile website and media queries
Just for tests and learning css3 i am trying to create small mobile website. But for now I have small problem with targeting stylesheets. I'm doing it in such way:
<link rel="stylesheet" ...
0
votes
2answers
1k views
CSS positioning boxes using ul li div
JSFIDDLE EXAMPLE BELOW
I want to make the following CSS layout and currently im using UL to float the LI left. The problem is the 2 rectangles wont stay on either side. And not sure how to position ...
2
votes
2answers
1k views
Convert web html to e-mail Html
I was wondering, if there is software out there that can convert an (web html css) to (e-mail html inline css) file, in order to be viewable from most e-mail clients like outlook, Thunderbird or ...
0
votes
2answers
45 views
Why is the first box in the second row not in the second row?
I've battled with a two column layout for a WP index and got it working.
However on this one site it will not work:
http://justbedroomdesigns.com
You will notice that the third box containing a pic ...
-1
votes
3answers
39 views
Why are the top two containers different sizes? [closed]
The top two containers, containing the picture of beds are of unequal heights but I have set the width and height to be the same.
http://justbedroomdesigns.com/
Sorry to ask but I have no clue why ...
0
votes
1answer
48 views
XHTML ignoring height
Okay I'm using XHTML1.1 due to the fact that HTML5...doesn't behave as I expect, if anyone can provide a decent tutorial I'd be happy to look at it, so far anything I write in HTML5 doesn't render in ...
2
votes
3answers
1k views
Can I use CSS3 with XHTML 1.0?
Can I use CSS3 properties with XHTML, or only with HTML5 web pages?
Is there any relation between HTML version and CSS, or is it totally indifferent?
Thanks.
1
vote
2answers
989 views
frameset border color
i have this code which include frameset. i have tried to set to this frame set border color.
here it is:
<html>
<frameset rows="* , *" border="1" BORDERCOLOR="#ffffff">
<frame ...
0
votes
2answers
74 views
overflow help in css
I have a div tag which is a main container and inside I have three more. now what I want to do is to put them to the right of everyone. I mean one div will be at the left side one in the middle and ...
7
votes
2answers
467 views
How can I call 'Swash'/'Stylistic Set' Characters from an OpenType font in HTML?
I'm working on a project right now that within the OpenType font has several variations of the same character. All the characters have the same Unicode ID but have different GID numbers and some other ...
0
votes
3answers
140 views
Messed up absolute positioned image on my page
On this site I have an auto-resizing BG but I wanted a fixed black bar at the bottom of the page.
The site looks fine when the browser is maximized but when you scale the window down and scroll down ...
0
votes
2answers
527 views
Could someone explain how to install SoundManager2
I've never been able to figure this out!
Yeah I copy the java script in but what is the html code required and css??
Their website doesn't explain any of that (unless I am missing it!!)
If someone ...
0
votes
1answer
116 views
Auto Re-sizing BG and black bottom bar
I am trying to think of some way to have both, however I cant figure out how.
I had a black bar at the bottom of the page fixed, using:
body {
background-image:url(../images/bottom_black.gif);
...
0
votes
4answers
105 views
My site isn't loading properly in FireFox
My site works great in IE and Chrome, its messed up in Firefox though...
When I turn on Firebug, and click on HTML it suddenly becomes view-able how it should be, what would cause this??
...
0
votes
4answers
343 views
Links don't work in Firefox
I have no idea what is wrong. No links (Navigation or image links) work in Firefox but work perfect in IE and Chrome
http://graves-incorporated.com/test_sites/solera_new/index.html
Please help me ...
3
votes
4answers
718 views
Should I start learning HTML basics, or go directly into HTML5?
I am a designer and my only knowledge with programming is ActionScript 3.0. ActionScript is quite different in different versions — ActionScript 3.0 is a lot diffrent than ActionScript 2.0 or ...
2
votes
5answers
78 views
Is it good to design a web page, using tags other than DIV?
Is it good to design a web page, using tags other than DIV's?
And, in case there are such tags worth its use, please let me know their advantage or disadvantage.




