Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 25
Search took 0.08 seconds.
Search: Posts Made By: rrdesign
Forum: JavaScript programming 12-05-2012, 09:45 PM
Replies: 4
Views: 457
Posted By rrdesign
Thank you for that, removed some stuff have to...

Thank you for that, removed some stuff have to find a way to make it work.

Solved:
had to remove:

<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo...
Forum: JavaScript programming 12-05-2012, 09:14 PM
Replies: 4
Views: 457
Posted By rrdesign
Thank for your reply. I checked my firebug but...

Thank for your reply.
I checked my firebug but i can't really find what's wrong. I installed another slideshow module and it also doesn't appear.


TypeError: jQuery(...).show(...).nivoSlider...
Forum: JavaScript programming 12-05-2012, 08:45 PM
Replies: 4
Views: 457
Posted By rrdesign
Javascript module not wokring

Hi All,

I'm not sure if this is the right place to ask but hope you can help me out. I'm building a new website in Joomla and created my template and menu with jquery. Now i installed a module...
Forum: HTML & CSS 10-23-2012, 12:58 PM
Replies: 2
Views: 223
Posted By rrdesign
Thanks a lot! I was more focused on the menu but...

Thanks a lot! I was more focused on the menu but this did it!
Forum: HTML & CSS 10-23-2012, 11:58 AM
Replies: 2
Views: 223
Posted By rrdesign
Submenu going under image

Hi all,

I'm helping a website with some problems.
One of them is letting the submenu going over an image. Right now the submenu is going behind the image slides. I know have to put a higher...
Forum: HTML & CSS 08-30-2012, 11:42 AM
Replies: 1
Views: 317
Posted By rrdesign
Nobody can help me with this?

Nobody can help me with this?
Forum: HTML & CSS 08-27-2012, 11:16 AM
Replies: 1
Views: 317
Posted By rrdesign
Problem with menu in safari

Hello,

I'm currently working on a new website where i have a dropdown menu with jquery. The menu is working fine on firefox but it's going wrong in safari at the places where the expansion is.
...
Forum: HTML & CSS 04-04-2012, 03:05 PM
Replies: 4
Views: 322
Posted By rrdesign
Thanks, i fixed it. I left the banner div but...

Thanks, i fixed it. I left the banner div but instead of giving the banner div a negative margin i gave the div that's created inside of it the negative. Thanks for the help!
Forum: HTML & CSS 04-04-2012, 11:32 AM
Replies: 2
Views: 343
Posted By rrdesign
You could also use z-index so the expansion goes...

You could also use z-index so the expansion goes over it. Maybe you code post your site or code so it will be a bit easier to help.
Forum: HTML & CSS 04-04-2012, 11:19 AM
Replies: 4
Views: 322
Posted By rrdesign
Hi Excavator, thanks for your reply, but the...

Hi Excavator,
thanks for your reply, but the banner div is not empty. inside there will be a slideshow. I if remove the minus margin the banner div will just be beneath the blue border. And the...
Forum: HTML & CSS 04-03-2012, 11:16 PM
Replies: 4
Views: 322
Posted By rrdesign
Problem with moved divs

Hello,

I had a question about div position. On a testing website i'm trying to create a banner/slideshow that's only visible on the frontpage, where the content is moved down. Now if you press on...
Forum: HTML & CSS 09-22-2011, 04:16 PM
Replies: 6
Views: 514
Posted By rrdesign
Thanks a million SB! Those 2 simple things did...

Thanks a million SB! Those 2 simple things did the trick!
Forum: HTML & CSS 09-21-2011, 04:04 PM
Replies: 6
Views: 514
Posted By rrdesign
Thank you frank, i will try that out and see if...

Thank you frank, i will try that out and see if it will help.
Forum: HTML & CSS 09-21-2011, 11:31 AM
Replies: 6
Views: 514
Posted By rrdesign
Any knows a way to fix this? ...

Any knows a way to fix this?

www.helma-online.nl
Forum: HTML & CSS 09-13-2011, 05:38 PM
Replies: 6
Views: 514
Posted By rrdesign
Menu problem with IE7

Hi All,

I was almost done with my website so i tought lets check it out in a few browsers. Now i noticed that my menu is totaly different in IE7 all newer browsers work fine. The hover images is...
Forum: HTML & CSS 09-08-2011, 06:01 PM
Replies: 1
Views: 415
Posted By rrdesign
Think i already fixed the problem by adding the...

Think i already fixed the problem by adding the display:block also to "ul li" state.

No it was working for a wile but it didn't fixed the problem. So could still use some help.
Forum: HTML & CSS 09-08-2011, 05:56 PM
Replies: 1
Views: 415
Posted By rrdesign
Submenu display problem only in IE

Hi all,

I'm having a problem with my menu again when testing on internet explorer my submenu is showing but when i try to go over the items it disapeers sometimes it stays but only when you are...
Forum: HTML & CSS 09-07-2011, 08:28 PM
Replies: 4
Views: 241
Posted By rrdesign
Try adding this code to your #nav a, #nav...

Try adding this code to your #nav a, #nav a:visited id
padding: 7px 10px 7px 10px;

Working sample code:

#nav a, #nav a:visited {
-moz-text-blink: none;
-moz-text-decoration-color:...
Forum: HTML & CSS 09-07-2011, 01:07 PM
Replies: 6
Views: 1,920
Posted By rrdesign
Maybe try adding: z-index:10; to the...

Maybe try adding:

z-index:10;

to the #navigation li

I could not test it because i don't have firebug in iexplorer.
Forum: HTML & CSS 09-07-2011, 12:51 PM
Replies: 9
Views: 822
Posted By rrdesign
Thank you so much for your help vikram that...

Thank you so much for your help vikram that really did the trick i was trying this z-index on 1 and 2 but it was not working.

Now i only have one problem left and that is the border that goes...
Forum: HTML & CSS 09-07-2011, 09:39 AM
Replies: 9
Views: 822
Posted By rrdesign
My Navigation css: @charset "utf-8"; /*...

My Navigation css:

@charset "utf-8";
/* CSS Document */

#nav {
background-image:url(images/menu_bg.png);
background-repeat:no-repeat;
width: 1000px;
height: 47px;
Forum: HTML & CSS 09-06-2011, 03:44 PM
Replies: 9
Views: 822
Posted By rrdesign
Unhappy I changed some things, think it already looks a...

I changed some things, think it already looks a lot better. For the block define to <a> i now made to classes one for each submenu and changed the width there. But not very keen on that. Still having...
Forum: HTML & CSS 09-06-2011, 02:57 PM
Replies: 9
Views: 822
Posted By rrdesign
Okay, how do i'll define the block with to...

Okay, how do i'll define the block with to <a>?
Forum: HTML & CSS 09-06-2011, 01:50 PM
Replies: 9
Views: 822
Posted By rrdesign
Thanks that solved some problems. But still if my...

Thanks that solved some problems. But still if my link will be longer it will move to a second line. That wouldn't be a problem if it didn't mass up my background. I now removed the background image...
Forum: HTML & CSS 09-06-2011, 12:47 PM
Replies: 9
Views: 822
Posted By rrdesign
Menu problems border in active state.

Hi All,

I'm having some difficulties with a new site i'm building. I'm using some background images and roleovers and i'm quit new to that. The problems come with the long titles my client want....
Showing results 1 to 25 of 25

 
Forum Jump

All times are GMT +1. The time now is 11:20 PM.