Tagged Questions
CSS (Cascading Style Sheets) is a language used to control the visual presentation of HTML and XML documents including (but not limited to) colors, layout and fonts.
0
votes
0answers
3 views
Fixed header still disappears when webpage is scrolled
Hi everyone I am having trouble getting to stay in place while I scroll, essentially making it 'fixed'. I have set the CSS to fixed, as you can see below, but the header still disappears when I ...
1
vote
0answers
8 views
Top align 3 floating divs
I am trying to get 3 divs that span the width of the page to align to the top. The idea is to have:
Left Div| Center Div | Right Div
with both the left and right divs taking 25% of the width and the ...
0
votes
0answers
13 views
Responsive background image resolution
I'm having issues with background image scales and responsive design.
I have a simple header image background along with a content image background. The header image is supposed to merge seamlessly ...
1
vote
1answer
8 views
site show empty space on website (ipad/mobile)
i have a site (beta.risingsunjeans.com) which is currently using Foundation, on screen size looks perfect but in a another resolution (ipad/iphone/mobile) the content looks perfect except that i get a ...
0
votes
2answers
10 views
inline list broken by hover effect
I have a pretty simple <ul> consisting of images that will display the persons name and a brief bit of info when hovered over. My intention for the <ul> is for it to be horizontal, which ...
1
vote
4answers
24 views
How to make radio buttons horizontal with padding
I'm trying to figure out how to make my radio buttons align horizontally with padding or space between the buttons. I've tried searching the internet but you can't find everything on the internet so ...
0
votes
0answers
3 views
Taming Google Maps Elevation output w/CSS
I am able to put the map in the place that I want it, but this elevation chart is giving me a lot of grief. I have been unable to shrink it down and center it below the map.
Here is the javascript:
...
0
votes
1answer
27 views
CSS image doesn't load for 404 page
The page at slacklife.co.in has a custom 404 page located at slacklife.co.in/errors/404.html.
When I try accessing a non existent page from within the errors directory like this ...
1
vote
1answer
16 views
Table-Cell Works in Firefox & IE, Not Chrome
I have a page at http://www.hymntime.com/tch/test/multicolumn-test.htm which renders correctly in Firefox & MSIE 10, but in Chrome the lyrics are squished when their <div> is in a nested ...
0
votes
1answer
13 views
CSS - multiple background image padding
I have a fiddle here...
I have multiple background images set in a <div>. However, it seems like relative positioning is all that's allowed.
Any possibility of padding these images, so ...
0
votes
0answers
16 views
Make page scroll instead of fit to screen on mobile
I'm using an android device with the screen resolution of 720x1280. When I load my page instead of making it scrollable it tries to fit the entire thing onto the screen. The page is 1250x1600 so i'm ...
0
votes
0answers
6 views
jquerymobile positioning box and adding theme
Im new to working with tags and jquery mobile in general, Im trying to make a box just under the header, like this image shows:
http://i.stack.imgur.com/IMza1.jpg
Can someone guide me through it, ...
0
votes
0answers
19 views
Using a min width messing up footer
I'm using a min-width and a margin 0 auto to fix a resizing issue on my site. But when I apply the div it stops my css that pushes the footer to the bottom of the page from working.
Can anyone ...
0
votes
0answers
34 views
Best way to accomplish this program?
Alright, I have done some looking around on the internet and I am still a little puzzled. I am trying to make a program that is a addon/mod manager for a game. I really want to stick with c# as my ...
7
votes
3answers
41 views
Explain CSS3 in Egg Shape
I am using CSS3 to build up random shapes. I am stuck on this Egg Shape. I checked upon the mathematics of Egg Shapes, which are composed by 2 circles with different radius. Yet I can't link this ...