Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

newbie CSS questions
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: newbie CSS questions
#16827
Re:newbie CSS questions 12 Years, 9 Months ago Karma: 0
Sorry but if I could get it to look like that I would have done

The menu as it stands is almost finished with the exception of
-right alignment as it will only c50% of the actual cell width, which would put it below the search box
-a white background to the items not in focus in the sub menu so I can see the actual items in the sub menu

www.historicferriby.org.uk/index.php/

Does that make sense?

cheers
Col
Last Edit: 2011/07/03 18:14 By tosh124.
The administrator has disabled public write access.
 
#16830
Re:newbie CSS questions 12 Years, 9 Months ago Karma: 746
Open index.php file of site template, find the next code:

Code:


<div id="nav">



and replace it with the following code:

Code:


<div id="nav1">



Regards,
ARI Soft
The administrator has disabled public write access.
 
#16831
Re:newbie CSS questions 12 Years, 9 Months ago Karma: 0
admin wrote:
Open index.php file of site template, find the next code:

Code:


<div id="nav">



and replace it with the following code:

Code:


<div id="nav1">



Regards,
ARI Soft


Excellent! I can see the sub menu! And my final question (honest!!),how do I right align the menu below the search box so that I can make the logo a little bigger?

thanks again
Col
The administrator has disabled public write access.
 
#16832
Re:newbie CSS questions 12 Years, 9 Months ago Karma: 746
Try to add the next CSS rule:

Code:


#ariyui81
{
 float: right;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#16833
Re:newbie CSS questions 12 Years, 9 Months ago Karma: 0
Doh!!
Talk about making life hard, much easier to align the module right...

Thanks for all your help, VERY much appreciated.

Col
The administrator has disabled public write access.
 
Go to topPage: 12