adhoc01
-
100% height in relative positioning
Thanks a lot for your help!! I thought about doing that but didn't want to cheat as I have been concerned about losing my CSS knowledge. Please it wasn't me being a fool!
-
Javascript Time Zones
@cybershot : Thanks a heap, a page full of answers. Should be able to bodge something out of that.
-
Javascript Time Zones
yeah the issue with this is that its a date-stamp from the server and not the clients computer. So i was wanting some kind of javascript snippet to nicely list all the time zones and then I could make alterations from there. . . Its no biggy as I …
-
This site has a usability problem. plz solve this
Ha Chris thats you told! To be fair thought; if you turned off the css you would have had more luck.
-
menu id's and includes
I asked a very similar question a while back and got given this code to use the file name to dynamically load the body id's. Thought it might help . . .
-
jQuery DropDown Sidebar Navigation Help
a quick google brings up http://ayozone.org/2008/02/06/drop-down-menu-with-jquery/. Have a look what the code is doing and go from there - $(function() { $(\"a#menu-call\").mouseover( function() { $(\"ul#menu\").anima…
-
Mobile device recognition
Thanks box, its a good read!! SO I thoguht I would post where I have got to in this quest . . . not that far really BUT http://www.andymoore.info/php-to-detect-mobile-phones/ is a really simple option. Its a small PHP file and works a treat. Using …
-
Float issue with safari and FF
Regarding the space between the logo and the green, its the .logobox class again - margin-top is on 29 - adjust that to desired value. To be honest your code is just a bit messy. If I were you I would try and recreate your site starting with fresh …
-
Mobile device recognition
thanks edwin, Using other scripts could be a good call. To be honest I haven't explored that route, though I really should of! So thanks again! This forum is so solid, great source of minds! Now just the device recognition!
-
Brand New Website Design
Well in my opinion; Maybe make the text larger and just move the arcs out a bit (and maybe a tad bigger too). I'm not sure, I just felt that the logo seemed a little dwarfed. That said I do like the height of the header. Sorry to be of no help…
-
Brand New Website Design
Really nice and clean design. One thing is that I would like to the the logo a lot wider - maybe by 100%. I found myself straining to read/take it in. Great work tho!
-
Float issue with safari and FF
I'm not sure I entirely understand what your trying to do, so ignore me if I am totally off! But in the logobox class, get rid of your padding-left and replace with a margin left of 30px and it looks fine and dandy to me! p.s. footer could do…
-
Positioning Images
Im sure the code you gave was from a bigger picture but the simple way to float 2 images to the right would have been to float them: #img1 { width:150px; height:150px; float:right; } #img2 { width:150px; height:150px; float:right; }
-
Safari and Javascript
I feel guilty now.. after blaming javascript. Turned out that I put the onclicks on the options in a form and not the select. Sorry for the post anyway.
-
YES! Here is a design I have need for opinion of.
Yeah the footer looks way off on 1920-by-1200. Great looking site otherwise!!!!
-
comicgallery css
If you want to test PHP locally then you need to download a copy of apache and PHP. This takes some time to configure and can be a real headache BUT is really worth it . . . you only need to do it once. Are you on Mac or PC? If mac, then its dead e…
-
Saving Images for background use - need advice
it all depends on what the images in the header and footer look like. I'm going to assume they are rounded corners. When it comes to saving images you have another option for transparency; PNG. The PNG format has an alpha channel and unlike GI…
-
Links not working ad text not selectable
thanks a heap!!!!! Its been driving me mad. Just to end the question; it was solved by setting the z-index to -1. Really appreciate the help Chris.