Everything posted by h_jane
-
Drop down menu in IE9
Yes that would be fantasic - as you can proberly tell its about 2 different CSS menu designs kinda forced together! Client had to see design yesterday so didn't have time to slim it down. Or make it rignt in IE *sigh* Any suggestions would be great :-)
-
Drop down menu in IE9
Hello, Does anyone know how to fix a drop down menu that appears too far to the left when parent link is hovered? This is in IE9 - I havn't yet tested it in ie8 etc. Works great in FF, Crome etc. Below is the code for entire tab menu and drop down. Sorry its a bit long...! /* -----------------Tabs Navigation --- */ ul.tabs { display: block; margin: 0; padding: 0; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CFCFCF; } ul.tabs li { display: block; width: auto; height: 30px; padding: 0; float: right; margin-bottom: 0; } ul.tabs li a { display: block; text-decoration: none; width: auto; height: 29px; padding: 0px 20px; line-height: 30px; margin: 0; font-size: 15px; background-color: #EEE7D5; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0; border-left-width: 0; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #BCBCBC; border-right-color: #BCBCBC; border-bottom-color: #BCBCBC; border-left-color: #BCBCBC; color: #666; } ul.tabs li a.active { background: #fff; height: 30px; position: relative; top: -4px; padding-top: 4px; border-left-width: 1px; margin: 0 0 0 -1px; color: #111; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; } ul.tabs li:first-child a.active { margin-left: 0; } ul.tabs li:first-child a { border-width: 1px 1px 0 1px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; } ul.tabs li:last-child a { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; } ul.tabs-content { margin: 0; display: block; } ul.tabs-content > li { display:none; } ul.tabs-content > li.active { display: block; } ul.tabs:before, ul.tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } ul.tabs:after { clear: both; } ul.tabs { zoom: 1; } /*------------------- DROPDOWN ---*/ .tabs ul{ background: #FFF list-style:none; position:absolute; display: none; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: none; border-left-style: solid; border-top-color: #CCC; border-right-color: #CCC; border-bottom-color: #CCC; border-left-color: #CCC; width: 250px; top: 200px; } .tabs ul li{ padding-top:1px; float:none; } .tabs ul a{ white-space:nowrap; } .tabs li:hover ul{ /* ---------- Display the dropdown on hover--- */ background-color: #FFF; display: block; } .tabs li:hover a{ text-decoration:none; } .tabs li:hover ul a{ text-decoration:none; color:#666; font-size:14px; background-color:#ffffff; font-weight: normal; font-family: Arial, Helvetica, sans-serif; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #FFF; border-right-color: #FFF; border-bottom-color: #CCC; border-left-color: #FFF; } .tabs li:hover ul li a:hover{ /* Drop down menu hover */ color:#FFF; background-color:#9EADFE; font-weight: normal; font-family: Arial, Helvetica, sans-serif; width: auto; } .tabs ul li:first-child a { -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; } .tabs ul li:last-child a { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; }
-
Gutted I had to say no
I was just trying to say I'm capable of designing... (not mentioning web design) Photoshop is a great tool for web design - I'm sure most here can agree. But it doesn't mean an amazing site can't be designed using other software, or dare I say pen and paper etc I think design encompases a lot of things, communication is obviously an important element Web design, of course, has a lot more to consider(useability for example)but I think the best way to learn is with practice and a bit of experimenting :-)
-
Gutted I had to say no
Ive actually designed some neat graphics in the cheap program I already have... no, I'm not putting them on here... yet But I will be purchasing Photoshop in the near future (time to get out my shiney new credit card) Though I will certainly check out some of the alternatives mentioned on here I reckon I know this design you speak of - I've painted, collaged, sketched, doodled, screen printed, fabric penned, fabric dyed, embroidered, customised my way through life - so thanx I'm good ;-)
-
let me know what you think?
On the first site: Great - maybe make the white text a little bigger - I'm struggling to read it. Love the way you've structured the blog site - different to the usual way of laying out blog posts.
-
Gutted I had to say no
Thanks for all the food for thought Great points made xx
-
Gutted I had to say no
I must be weird then - I am currently using Dreamweaver to code and create sites (no, i don't use the design view!) I view in a couple of browsers. I got stuck using Corel Paint Shop Pro to do graphics and photos (because the html 'web start' course i was on 2 years ago recommended downloading that! Does everyone just use Photoshop?
-
Gutted I had to say no
Hi I'm in the process of setting up my own web design business - still learning but hopefully on the right track... SO... I got email from someone from an agency about designing a layout for a page. At first I thought they wanted a one page site design. But they wanted a design in psd format for the developer to work with. I don't have Photoshop so have not worked this way.(Basically I have taught myself html and now CSS - plus some bits and bobs as you do.) QUESTION... How best is it to work? Should I purchase Photoshop and learn to create designs thats way aswell? How often are you asked by clients to produce that way? OR: is it best to continue to stay on the same learning path I'm on? (html, CSS then Javascript and then a bit of php?
-
Show subdomain to a new domain url
Thanks I did get it sorted - yes it still displays the full url but at least they now give out a nice neat looking web address!
-
Show subdomain to a new domain url
Hi I have a clients website on a subdomain from mine. Its a completely different site (nothing to do with mine) Currently the website is on site like: www .clientssite.mysite.co.uk However, client has now purchased clientssite.net and wants this as their website address. Can I continue to host the site itself on the subdomain but display it when someone types in the url clientssite.net ? I'm basically trying to avoid them (or me) paying for a separate hosting provider for it! Can anyboday help?
-
Can I tag an image (like facebook?!)
Hiya, Thanks very much I thought it would be something simple :-)
-
Can I tag an image (like facebook?!)
Hi I thought (hoped) that by doing this.... <img src="../medsphoto.jpg" alt="The Meds Collective" width="373" height="260" border="0" usemap="#Map" /> <map name="Map" id="Map"> <area shape="rect" coords="18,21,101,234" alt="Hi-Breed" /> <area shape="rect" coords="120,22,228,218" alt="Paul-Lee" /> <area shape="rect" coords="244,25,340,231" alt="Mark" /> </map> ...That the alt tag would display the name when you hover over each area Guess not :-) Does anyone know how? An online example is the offical JLS website - they even have their fave colours as a bg for their name tag! woo So visit to see the effect I'm ultimatly after. Thanks in advance
-
New to Javascript
Hi I meant to paste in this as the code: <script type="text/javascript" src="#/syndication/subscriber/InsertWidget.js"> </script><script type="text/javascript">if (WIDGETBOX) WIDGETBOX.renderWidget ('a487ad88-247f-47b4-9ef6-5ffd1e3c6b53');</script><noscript>Get the <a href="#/widget/the-meds-collective-medscollective-on-twi-hj24">The Meds Collective? (medscollective) on Twitter</a> widget and many other <a href="#">great free widgets</a> at <a href="#">Widgetbox</a>! Not seeing a widget? (<a href="#/using-widgets/installing-widgets/why-cant-i-see- my-widget/">More info</a>)</noscript> As I cant yet post links I've put # at begaining I was just wondering could anyone explain whats needed to get rid of the install activx bar in IE from appearing when the page loads?
-
New to Javascript
Below is the code for it: <object width="746" height="413"><param name="movie" value="#"></param><embed src="#" type="application/x-shockwave-flash" width="746" height="413"><noembed>Sorry, your browser doesn't support the embedding of multimedia. To view the music videos please visit <a href="#" />Youtube - Jameslerouge</a></noembed> </embed></object>
-
New to Javascript
Hi, I'm sure this is a very easy question to answer... I have a website that I have put in a widget, from widgetbox, uses "text/javascript" and I was wondering what do I need to do to make the page load faster and on IE to stop the annoying 'Install Activx' bar from requesting user to allow. I havn't put a javascript in a webpage before - isn't there something I need to put into the <head> of the page? like: <script type="text/javascript" src="?????.... How do I know what to put for source? Or don't I need this atall and its something different i need to do? (widget and everything works and displays fine - but too slow and IE a pain) Any help would be great Thankyou
-
Getting blog on subdomain
Thanks I had found that (blogger tutorial) a few weeks ago - but its out of date now as blogger has removed the ftp option. So *shrugs* Oh and I would do Wordpress blog but I have windows OS and apparantly its a headache with file permissions etc. But I do have an idea.... Which if it works I will post it on here in a few weeks (due to time constraints)
-
Getting blog on subdomain
Ok everyone who looked at this post - and didn't reply ;-) How do you display your blog posts on your website? Answer: A. RSS feed to a section somewhere on your website (how?) B. just a simple link (so your visitors have to leave your site) C. You intergrated Wordpress (how?) D. Inline frame C. None of the above (explain please) Where I have put (how?) its because I havn't yet looked into it yet (and it confuses me a little )
-
Getting blog on subdomain
Hi, I have just started a blog with blogspot.com. I have successfully created a subdomain with my hosting provider JustHost.com. I have tested the subdomain with a page and it worked fine. (page now removed) Now I'm trying to display my blog onto my subdomain. I've followed all the instructions on blogger and when I press view blog it just shows the files on the subdomain. (ftp way of doing it no longer available) I think something should be there on the subdomain that 'catches' the blog and displays it. This would normally be the index.html but I dont know what to put there for the blog - and blogspot are not very helpful! I'm hoping I'm just being dumb and all I need to do is.... XYZ. Sorry to lack tech terms but I'm not sure what to do! Also I don't mind if I have to change blogs to get it sorted - though I cant download wordpress - it doesnt like my windows vista computer! But thats another story... So can anyone help with getting a blog to display on your main website domain or subdomain easily???
-
Hi this is me intro
Hi I'm a new web designer - just started my own business from home. I stumbled across this when search for a forum that could help with a problem (involving blogs, ftp, dns servers - dont get me started Grrr!!!!!) Anywho, I know HTML and and a bit of CSS. I have done three hand coded HTML/CSS coded websites so far. Though my web standard for HTML is shocking lol! Old code - but the websites look and work great ;-) I have recently started using dreamweaver which is interesting, better looking layouts etc, but frustrating at times (curved corners Grrr!) So I hope this site can help with my wierd probs... and I hope I can help others with theirs aswell. Cheers H Jane