Search:
Type: Posts; User: jeznacki13
Search :
Search took 0.01 seconds.
MOBILE:
I did not see this problem but see other things.
Here is Your Website mobile look (Opera Mobile)
http://jacekjeznach.pl/stuff/1.jpg
Jacek Jeznach
Web Developer
First thnig your background images:
http://www.estheticianweb.com/ew/cont_bot.png
http://www.estheticianweb.com/ew/cont_mid.png
http://www.estheticianweb.com/ew/cont_top.png
have 1024px width...
Yes, look good in Chrome.
I see You have only problems in IE's .
Your top Menu is not displaying and have other problems too in header of Your website.
Is that You are talking about?
...
Hi
I was looking for solution testing on Opera mobile browser. I think there is no cross browser method.
Look at http://twitter.com/ by iPad they have similar dotted background as You and...
Hi
Yes without source code is impossible.
But guessing - check Your CSS reset.
Jacek Jeznach
Web Developer
Hi
Sorry for bug, one letter need change:
tagret="_blank"
onto
target="_blank"
Hi
By default, the Flash plugin will do a weird thing. Instead of being displayed inside the browser, it actually makes a new window on top of the browser which synchronises it’s position with...
Hi
It's impossible to block javascript by You.
Only browser user can decide, he want javascript working or not.
Why you need that kind of solution , maybe we will find another way?
...
I see. If you are beginner this code will help You.
Read more about backrounds in CSS like here:
http://www.w3schools.com/css/css_background.asp
or here
...
Hi
These are only divs with different background-images and colors so basic CSS/HTML.
Example:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
Easier is add target="_blank" attribute:
<a href="http://www.mywebsite.com/" onmouseover="image1.src=loadImage1.src;" onmouseout="image1.src=staticImage1.src;" tagret="_blank">
<img...
It's your selects names problem.
If You create every each select with different name.
Your sript will work.
-------------
Jacek Jeznach
Web developer
Hi
Your #container-nav ul have default browser margins.
Remove them:
#container-nav ul{margin:0}
And second :
Close Your img tag at the end :)
/>
Hmm.. Try to remove px in your img tag width and height attributes.
Paste:
<img width="100" height="100" alt="All Tanks Ltd" src="http://alltanksltd.co.uk/mobile/logo.png">
...
You must create a HTML hyperlink and insert Your result into it.
Change last line to :
document.write("<a href='"+r_text[i]+"'>" +r_text[i] + "</a>");
Send copy of your code or hyperlink.
Certainly You've done something wrong in CSS of elements over footer.
But It can be anything.
Jacek Jeznach
Web developer
You must learn a lot about position:relative rule. All your divs have it, but I don't know why? :)
To repair Your code change #div_form CSS rule from position relative to position absolute and...
Check your stylesheet - basic.css (line 6), and remove background-image:rule.
Hope it helps.
Jacek Jeznach