Everything posted by eddturtle
-
Chrome Problem
thanks for that pea I tried everything I could think of and search Google came up with this CSS: #cse-search-results { overflow:hidden; overflow-x:hidden; overflow-y:hidden;} #cse-search-results iframe { overflow:hidden; overflow-x:hidden; overflow-y:hidden;;} #cse-search-results iframe body { overflow:hidden; overflow-x:hidden; overflow-y:hidden;} But it didn't work so I'm just going to leave the ruddy scroll bar... Thanks
-
Chrome Problem
Hey there, I have an issue with a few websites in Google Chrome with AdSense Search showing a gray bar down the results: Actual Page: http://www.biology-innovation.co.uk/searchresults.php Screenshot: http://www.edturtle.co.uk/images/chrome-bar.png) I've run it through firebug on FF and all I can think of is that it's a random scroll bar... I've then gone and tried overflow:hidden, but no Any ideas?
-
Age you started with web design?
Good old 12 while working in a computer shop (18 now)
-
My new website!
I like the content and footer but not so much the "banner" in the top right saying "websites" looks a little cheap, I like blue so I like the colouring
- White-Space
-
White-Space
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; But this line is the code specific for IE8, they've updated it so that it has the -ms- in front now.
-
Far away Clients !
I'm from the UK and have a client in the US, we use paypal to send payments, if not you could ask him to post a cheque?
-
Advice on mny structure and use of colour
I like it, it does contain a lot of the Georgia font though maybe integrate some sans-serif font somewhere?
-
White-Space
Is there anything I can do about this if most the errors are either the code I use for opacity: opacity:0.9; filter: alpha(opacity=90); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; or for rounded corners in FF and Chrome: -moz-border-radius: 3px; -webkit-border-radius: 3px; ? Thanks I fixed the XHTML error and cleaned the colours and lines up
-
White-Space
I have a website which I've recently re-designed the home page on, and I like it but I'm a little concerned that it's cramped. You can have a look at http://www.biology-innovation.co.uk and tell me what you think I should do?