The css tag has no wiki summary.
2
votes
1answer
30 views
Which is a better optmized CSS for a button design?
There are two ways I have been using to create links and style them as buttons:
background: url("/images/sing_up_btn.png") no-repeat scroll 0 0 transparent;
font-family: Arial,Helvetica,Sans-serif;
...
1
vote
0answers
20 views
SASS based semantic fluid grid
I am looking for opinions on this code. I have been experimenting with SASS the last few days and have come up with the following bit of code. The idea was to enable the creation of a fluid grid ...
-1
votes
1answer
37 views
Constructive feedback on my HTML and CSS coding skills [closed]
I was wondering if I could get some constructive feedback on my coding. I've got a year left of school, then I'll graduate with a Bachelors in Multimedia and Web Design. I'm also interning with a ...
0
votes
6answers
96 views
jQuery doing what it's suppose to on all the pages except one!
Here is my script: http://jsfiddle.net/9cnGC/11/
I was wondering if anyone can help me with this fiddle and maybe clean it up a bit so it can run more efficiently?
I believe it is because there is ...
1
vote
3answers
66 views
HTML and CSS for a theme engine
I was wondering if there was any way I would be able to improve my HTML/CSS. Would you mind reviewing the following and telling me what I should do?
CSS:
<style type="text/css">
body {
...
0
votes
1answer
41 views
Managing Stylesheets and .Js files when pages keep getting added
This is my first question in code review , I am using Asp.Net/C# in my project.I keep a seperate CSS file and a .js file for every page that I add to my project.For example: For a page ...
1
vote
1answer
118 views
Custom dropdown menu using jQuery
I have written a custom drop down menu handler using jQuery because I felt that the native drop down didn't fit my UI.
I have taking into consideration the native way of going through a drop down box ...
0
votes
0answers
23 views
Two column site template, how to extend sidebar until the end of content? [closed]
Pictures speak more, so take a look at the picture below:
The right sidebar is ended somewhere in the middle of the site where the sidebar is ended. what should I do to extend the sidebar ...
1
vote
0answers
78 views
Ajax Splitter Panels CSS Issues / Review
Hi I'm mocking up a very simple little utility application that will let a user view old mail out of a legacy app. It will basically consist of one WebForm, I'm doing a mockup and I have a *VERY ...
3
votes
2answers
161 views
HTML/CSS/jQuery - Code Review
I've been using CSS and HTML for a while and I'm trying to start to use better methods of coding.
I've tried my best not to hack anything, etc etc so I wondered if anyone could let me know how I'm ...
0
votes
2answers
61 views
CSS layout basics to follow
I've been trough a few css tutorials. I've also been using basic css for a while now.
My question, How do you decide witch css to use. For instance.
If you want a div box to show on the left. You ...
1
vote
1answer
94 views
Scrollbar position problem
I've been considering a problem and have found a solution, but I don't really find it satisfying, so I'd very much like to know if there is another way to go about it.
The problem it self is hard for ...
2
votes
1answer
50 views
Is this a good way to do a page background in HTML? Are there better ways?
I am trying to make a page background for my website. Is this a good way to do it?
This is my HTML:
<div id="page-background">
<img src="images/website/background.jpg" width="100%" ...
1
vote
1answer
61 views
Can I improve this progressive enhancement?
I'm attempting to make a nice-looking UI where a user views current items in a list and can add/edit/delete.
For each item, i've included an edit and delete link, but I'm trying to do so in such a ...
2
votes
2answers
135 views
Am I using jquery correctly in my first simple project?
Please review my first query project, it achieves the desired result, but am I doing it right?
window.onresize = centreBoxInViewport;
function displayLightBox(obj) {
// Get the path to the ...