Search Results

5
votes
7answers
250 views

How would you code this: The SO Announcement bar

I'm a person that learns best from example. Currently, I'm diving into the field of Web Development after fifteen years of developing desktop apps. I'm still getting used to all the web technolog …
2
votes
5answers
191 views

How would you code this: The SO Menu

I'm a person that learns best from example. Currently, I'm diving into the field of Web Development after fifteen years of developing desktop apps. I'm still getting used to all the web technologie …
1
vote
6answers
220 views

How would you code this: The SO highlighted button outline effect

I'm a person that learns best from example. Currently, I'm diving into the field of Web Development after fifteen years of developing desktop apps. I'm still getting used to all the web technologie …
4
votes
3answers
78 views

How would you code this: Grid-breaking shapes

I'm a person that learns best from example. Currently, I'm diving into the field of Web Development after fifteen years of developing desktop apps. I'm still getting used to all the web technologie …
0
votes
3answers
112 views

CSS Layout Problems (with pictures and code) in IE

Hello, I was wondering if anyone could help me troubleshoot some CSS issues I'm running into with the dreaded IE. Here's the undesired layout as rendered by IE... …
0
votes
3answers
109 views

Noob CSS Position Question

Hello, I'm trying to stack images on top of each other inside of a table. I want my page to look like the image below. …
0
votes
1answer
61 views

Can I left or right justify my webpage that uses the 960 CSS framework?

Hello, I just started playing around with the 960 CSS framework and found that it centers my page in the browser. How can I change this so that the page is aligned to the left side of the browser …
1
vote
3answers
72 views

Are CSS styles applied to markup that is added after the page loads?

Hello. I'm learning Javascript and CSS and have run into an issue where my CSS styles aren't being applied to markup that I'm dynamically generated from XML and writing to document after the page …