seanroberts
-
help with sticky footer
First of all it seems as if you are getting a 404 on one of your reset.css reference. I thought I would mention that in case you did not realize it. Second, I believe I have found the right combo of things to make this work. /* These are the only…
-
stripped down slider for customizing
Yes they are using the same idea with current but use the "show" class instead. To answer your question about why, even if the class is set to "current" and not "show", it still works is simple. It's all in their…
-
jQuery, Bootstrap help ?
That is because you are not hiding that modal window with CSS first. You can do this with CSS or JavaScript CSS: #myModal { display:none; } JavaScript //inside your $(document).ready() function $("#myModal").hide(); It is b…
-
Responsive Design Help
I am not sure. It is hard to test without being able to try different things. Can you try adding a margin-right to your body or wrapper? Forcing the page to the right more?
-
jQuery, Bootstrap help ?
First of all you need to give you toggle button an id. This way you can better locate this element and apply events to its object. Like so: Launch Modal Now we can easily target this element. You can make the argument that we don't need …
-
css basics
PRACTICE! But I like the moz dev network. It has pretty good resources.
-
stripped down slider for customizing
Are you trying to figure out how to target the "current" class with CSS? Also, with the javascript, you are going to have to change each li's z-index based on its index. That way, you will not run into any possible positioning or ind…
-
jQuery: FadeIn from left, not from top
Can you give me the html and css you are using? That would be a big help. From looking at this though, it seems that the element is by default in the top left of the parent element and its width is determined by what content is in the element (unle…
-
stripped down slider for customizing
Start with better semantics. The ul would not be the "slide" it would be the container or the thing that holds the slide. But I would call it slideshow so you know where it is all contained. The list items are better suited to be called sl…
-
Is some javascript adding extra quotations around my class and ID?
Copy and pasting quotes has delayed so many projects for me in the past. It is a rather annoying little issue.
-
stripped down slider for customizing
You need to post where you are with the HTML and JS. Otherwise, your request seems like you are asking us to do the work for you. Which is an uphill battle really. lol
-
jQuery, Bootstrap help ?
What button are you wanting to trigger this event?
-
Putting the whole script in one function
First of all, you need to put your li in an ul or ol. Second, if you are using jQuery, according to your source you are, this process can be expedited. http://codepen.io/pen/134/13 html: one two …
-
Why to use CSS Positioning?
@anika039 Bottom line: do what works. But, in my opinion, it is always, always, always recommended to know as much as you can about the different properties in CSS.
-
Make sure email field is valid?
I did not check your code. But I below is a simple check for if the email is valid. If the validation returns true the message is created and sent. Otherwise, they are sent back to the index page.
-
Why to use CSS Positioning?
If you don't need it, nobody says you have to use it. However, if you are saying you don't need it because you are using javascript to handle positioning then you might want to reconsider. For maintainability and readability it is good t…
-
PHP website Layout
@ChristopherBurton There is a way to make it SEO friendly and I was assuming how he was talking about doing the page is not good for SEO. If you create the header information (Meta data, Title, etc.), or have a function that adds information to the…
-
PHP website Layout
I would steer clear of this method and just suck it up. Because you can not possibly have that many pages. If you do, this the way you are talking about it will both kill your SEO and the scalability of any site. These two reasons alone make the cos…
-
CSS-Tricks Design (v9)
You have: http://css-tricks.com/wp-content/themes/CSS-Tricks-9/style.css"> I am not sure why you are calling the
-
CSS-Tricks Design (v9)
I think you forgot to close the div tag for the comment bubble. This is what is in the source:
-
CSS-Tricks Design (v9)
Woah woah woah... this site doesn't contain CSS... or Tricks.... You need to put a disclaimer! lol.
-
CSS Expert
I don't care who you are. The best, BEST way to learn will always be to do it. Meaning, get your hands dirty and start styling all you can. I would suggest making a site that you can post your own experiments with css and such. Not only is it p…
-
Sidescrolling Parallax Effect
I do not know much about implementing this affect but I would research jQuery Page Side Transition. This might get you started on your research. But I am sure someone will be along soon to better help.
-
List style image using sprites?
I just went back and reread your post and would like to know: Are these styles for a specific list or is this something you want all of your lists to reflect? If you wanted what I said previously to reflect throughout all of your lists, you can ob…
-
List style image using sprites?
Well if you are not using another background image for your li, I would assign the some left-padding and place the bg image for those. For example: List Item .li_2 { list-style-type:none; margin:0; padding:0 0 0 20px; background: tran…
-
Pricing help...
Thank you for getting back to me steven. I will look into those links. My problem is really a relationship one, with him being a friend (with 0 experience with things like this) its hard to give a respectable quote. Especially when joe half ass at t…