My personal experience was that the CSS did not validate when I used that. So I created another class. I might have just implemented it incorrectly though.
Type: Posts; User: chasery; Keyword(s):
My personal experience was that the CSS did not validate when I used that. So I created another class. I might have just implemented it incorrectly though.
Well your issue here is that both your submit button is an <input> as well as your text fields. So if you make a general style for say <div id="lol"> and all of the <inputs> within, it will obviously...
I believe if you put the margin on the containing div wireframemenu of margin: 0 auto; that should fix the centering issue. You can also try putting in that align: center;. That should center all of...
The way this generic page page is set up is rather sloppy. Its going to take you a while to go through that css document and change all of the widths in there as well. Read the titles of all of those...
Ya good point traq. I just usually incorporate that into my designs. :)
<META NAME="description" content="ASPASIA Holiday Apartments - Kato Pafos, Cyprus. Nearby the sea and all amenities">
<META NAME="keywords" content="aspasia, aspasia apts, aspasia hotel apts,...
No problem.
The issue here is your table for that header/nav area is set to a specific width. I believe 964px.
What you could do is take the set width(170px) on the <li> and either:
a. Make...
I am not seeing an issue here... I am hovering over all of the buttons and not having any display errors in IE6 or FF.
FF
IE6
Also, I would recommend taking this to an external style sheet (style.css) if you plan on styling any thing else within your document.
You can load an external style sheet by adding this bit of...
Hey there, sorry, didn't catch the set width on that containing div.
That should work for you, also, right now, it has a two pixel border on the bottom. I think its kind of stylish, what is...
Thanks for the correction. :) I learn something new every day.
Meta data is typically used to deliver information about your page/site. Search Engines use this information along with others to determine your rank in a site. You can read more about it here:...
You will want to include meta tags in your <head> section, they should look something like this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
.wireframemenu li{
display: inline;
float: left;
padding: 0;
margin: 0;
}
Try adding that in right below the .wireframe ul{}, it should make all of the list items want to stay inline and keep...
<script type="text/javascript">
window.onload=function()
{
var df=document.forms;
df[0].onsubmit=function()
{
var...
Just looking over your site, the only "problems" I noticed is that ie6 does not support transparent .png files with out a little javascript help.
http://homepage.ntlworld.com/bobosola/pnghowto.htm...
I haven't had issues with smoothbox in ie7, on top of that, it comes fully CSS compliant.
You can test it out on my portfolio: www.chasery.com
Smoothbox is based off the jQuery version of...
Ok thanks testing!
I have been trying to figure out, can I replace that line of code to sit some where specific? Like can I assign some ids to recieve the bits of information from the form? I am...
Ok that is semi working. Thanks for getting me so far in comparison to where I was yesterday. :P
www.chasery.com/wi2
How would I go about clearing those labels on each submit push prior to the...
http://www.chasery.com/wi
You can check it out there, I have implemented it, literally copying and pasting over every thing, but it didn't display.
I am not 100% positive this is the correct forum to post in, but I am looking for some help understanding the world of ajax. I am a designer and have a pretty solid understanding of css and html but...