Nodster
-
Overhauled site, need feedback and sets of eyes!
Hi there, I also like the site, although not a pro i would like to add a bit about the navigation. Your main navigation is a different order than the footer navigation. Now i'm not sure if you meant this however i think it slightly detracts f…
-
How do you test in both IE6 and IE7?
With IE tester you don't need a partition in fact you don't need to partition with these progs but mulitpleIE did have a fair few bugs in it. Recommend IE Tester.....!!
-
"...use GMail and never worry about spam again"
@box, where is the free google aps, don't see it on their site. Do you have link as it sounds an interesting solution to a nightmare i'm currently having. Ta
-
css to change whole site
NO such thing as a stupid question..... I assume that all your page layouts are similar.. do you know how to link to a style sheet? if not the code for it is: this gets placed in the head section (before the tag) Look at the videos that Chr…
-
flash anyone?
yes it can be done, higher skill level than me though i'm afraid. basically you have two scenes (1 is the thumbnail, 2 is the 'lightbox' element) Then pretty much its a case of sync-ing the timelines. If you give me a couple of days…
-
flash anyone?
My question is what style of Flash....static or moving? If you want an image to move why not just use a .gif, instead of a .fla Anyways as far as i understand your question are you looking for a way to have a .fla play when a user mouses over a th…
-
Auto-moderation of Forums?
There should be a set up option in the admin about links and words that you can moderate. I think Vanilla (and maybe phpBB) has the option to censor certain letters in words but allow you to still see the word (if you know what i mean). from the p…
-
issues with Firefox not displaying nested table within divs
It would be helpful if you could quote all the code and maybe give a link to the site. First thing i would suggest is to get rid of the table and use divs instead.
-
MAMP Set Up
quick google search led me to this http://www.sawmac.com/mamp/ hope it helps
-
PSD to Web Tutorial Videos. . .
body#video ul#nav li.video a { background-position: top center; looks like you missed the letter 's' from video[s] add it and it should be fine
-
UGH! I need a bit of help please.
Hi My suggestion would be to change your divs to include an additional one. the page would be: ------HTML OUTLINE ------
-
Too many Div's
No not a revelation i just found it interesting that someone who advocates using less divs (which i am trying to get to grips with - having suffered from div-itis in the past) is writing in a blog that is littered with them. But the author has resp…
-
Aminah Designs Website
I agree with what the others have said, could i also include your 'Client Work' section. I thought that having 2 indentical images was a bit cheeky but then noticed in the info bar that one was a link to a business card and the other to …
-
Another CSS weirdness
don't know if its the answer your looking for, but you have ended your CSS list with double quotes instead of a semicolon. might be as simple as that.
-
Different header
No prob, unfortunately i haven't used this but i have had a look at it. the link to the 'how it works' http://stephenminded.com/posts/stylesheet_switcher I believe that the answer to your question is in the first part of the code (h…
-
Positioning differences
thanks chap for the reply....after a night shift my response was a bit shirty! anyways link to page is http://www.housecallphysio.co.uk/index.php. Thanks I have implemented a stylesheet using conditional comments for lte IE 6 so hopefully it loo…
-
Opinions on Webhosts?
Siteground.com for me works a charm, lots of features and extras. DB's, SQL, PHP etc etc
-
Different header
here you go http://stephenminded.com/files/styleswitch/styleswitch.html# think that is what your looking for. enjoy
-
Positioning differences
forgot to say there is a 1em push between the content and footer divs. Looks OK in FF / opera etc. Box, do you mean it's so simple i should know what i've done wrong....or you do know and it would take you ages to explain.... edit * fo…
-
for today I hate firefox
i think your problem lies in the div='push' for the sticker footer to work (using the info in the http://ryanfait.com/resources/footer-stick-to-bottom-of-page/) the height of the push has to be the same (equal to) the height of the foote…
-
Linking an Image in CSS Form
what you are trying to do is not done with CSS, It is simply done with an tag in your page code. if i remember correctly the best way is to just remember to add border:none to your .masthead a { } so that the blue link border doesn't s…
-
background question??
Using filter: alpha...works (found it at this link http://www.w3schools.com/Css/css_image_transparency.asp used filter: alpha(opacity=xx) for IE and filter:alpha (-moz-opacity:xx (decimal)) for other browsers #content {color: black; background…
-
CSS scrollbars in Firefox
You used to be able to color scrollbars: (windows 5.5+ ) you used: scrollbar-face-color: #hex code; scrollbar-shadow-color: #hex code; scrollbar-highlight-color: #hex code; scrollbar-3dlight-color: #hex code; scrollbar-darkshadow-color:#hex code; …
-
Static information ( Footer )
don't use css, use a php include instead. that way one file gets changed across all pages it is contained in. then use css to style as you would normally
-
first design attempt
I like it, my only comment is with the photo of the bloke. His eyes look like he's stark raving mad! (obviously i don't know the guy but it could frighten those weaker members of the populus!) lol
-
background color,how????
can you post a link to your site so that we could see your code. but from what you have written, you want the background of the enlarged image to be transparent? if so have you thought about lightbox? Don't have a link to had but that could …
-
Totally NSFW CSS Trick
argh funny but not safe for work....( i know the title was a give away, but i had to look anyway!) I know i was looking at it and my boss walked past, we then had a quiet chat in his office!
-
Differing font size in FF v IE
your correct, since i posted the question i found the answer to the font problem was to use the 'HTML>body' hack to alter the default font size in IE and other broswers. the code now reads as * { margin:0; padding:0;} body {font-siz…
-
centering a floated item
Ok then, As i understand it, you are creating this 3 column display. the left and right column are fixed and the maincontent div is variable. If that is correct then why not simply use the max / min-width selectors in the maincontent div. eg di…